2.2.5.10.1 PasswordChangeType

The PasswordChangeType type describes the type of a password change operation.

 <xs:simpleType name="PasswordChangeType">
   <xs:restriction base="xs:string">
     <xs:enumeration value="AzureAD" />
     <xs:enumeration value="HostedEmail" />
   </xs:restriction>
 </xs:simpleType>

The following table describes the values for this type.

Value

Description

AzureAD

The password change is for AzureAD.

HostedEmail

The password change is for HostedEmail.