3.3.4.5.2.2 SetPasswordRequest
The SetPasswordRequest element is the body of the SetPassword request, and contains the AccountDN, NewPassword, and PartitionDN parameters.
-
<xs:element name="SetPasswordRequest"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="AccountDN" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="NewPassword" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="PartitionDN" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType> </xs:element>