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. 
description property
string
[0,1] Free form description of the credential reset method (administrator comment). 
documentation property
string
[0,1] Technical documentation for a particular object or construct. 
authenticationSequenceName property
string
[0,1] Defined authentication sequence, which will be use for reset credential. 
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.