CredentialsResetPolicyType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Credentials reset management policy. It specifies the management details for each supported credentials reset type. It defines parameters such as reset method.

The idea is that all the password reset mechanisms have the same parts: request, authentication, credential source, delivery. This data structure is meant to configure those steps.

Item Summary  
Name Type Multiplicity Description
name property
string
[0,1] Name of the password reset scheme. 
newCredentialSource container
CredentialSourceType
[0,1] Source of a new credential value. 
forceChange property
boolean
[0,1] If set to true then the new credential will have the forceChange flag set. 
securityQuestionReset container
SecurityQuestionsResetPolicyType
[0,1] Structure that specifies policy for password management. 
mailReset container
MailResetPolicyType
[0,1] Structure that specifies policy for password management. 
smsReset container
SmsResetPolicyType
[0,1] Structure that specifies policy for password management.