SecurityQuestionsCredentialsPolicyType (Complex Type)

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

Supertype: CredentialPolicyType
Structure that specifies policy for security questions. It actually contains text for the questions (or rather a reference to localization catalog file). But it also contains a policy how the questions can be used, e.g. how many questions to display to a user.
Item Summary  
Name Type Multiplicity Description
storageMethod container
CredentialsStorageMethodType
[0,1] Method used to store the values of this credential (encrypted, hashed, . 
resetMethod container
CredentialsResetMethodType
[0,1] Specifies the method of resetting the credential. 
propagationUserControl property
CredentialsPropagationUserControlType
[0,1]  
minOccurs property
string
[0,1]  
maxOccurs property
string
[0,1]  
maxAge property
duration
[0,1]  
minAge property
duration
[0,1]  
warningBeforeExpirationDuration property
duration
[0,1]  
lockoutMaxFailedAttempts property
int
[0,1]  
lockoutFailedAttemptsDuration property
duration
[0,1]  
lockoutDuration property
duration
[0,1]  
valuePolicyRef reference
ObjectReferenceType
[0,1] Reference to the value policy for the credential. 
historyLength property
int
[0,1]  
historyStorageMethod container
CredentialsStorageMethodType
[0,1] Method used to store historical values of the credential (encrypted, hashed, . 
questionNumber property
int
[0,1]  
question container
SecurityQuestionDefinitionType
[0,-1] The set of all the security questions in this policy.