2.2.5.10.2 PasswordChangeStatus

The PasswordChangeStatus type describes the status of a password change operation.

 <xs:simpleType name="PasswordChangeStatus">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Unknown" />
     <xs:enumeration value="Required" />
     <xs:enumeration value="UnSubmitted" />
     <xs:enumeration value="New" />
     <xs:enumeration value="InProcess" />
     <xs:enumeration value="Success" />
     <xs:enumeration value="WaitForRetry" />
     <xs:enumeration value="Failed" />
     <xs:enumeration value="Fixed" />
     <xs:enumeration value="InvalidPassword" />
   </xs:restriction>
 </xs:simpleType>

The following table describes the values for this type.

Value

Description

Unknown

Password change status is unknown.

Required

User is required to change the password, but it is not changed yet.

UnSubmitted

Password has not been submitted to the password sync receiver.

New

Password has been submitted to the password sync manager as a new event.

InProcess

Password change event needs to process.

Success

Succeeded in syncing with online.

WaitForRetry

Process failed within retry time, pending next retry.

Failed

Retry exceeded retry time.

Fixed

Marked fixed by end-users for failed data.

InvalidPassword

The password is invalid for Azure Active Directory.<11>