MyAuthenticationFactorValidatorSecurityQuestions¶
-
class
oci.identity_domains.models.
MyAuthenticationFactorValidatorSecurityQuestions
(**kwargs)¶ Bases:
object
List of security questions the user has submitted to get authenticated.
Methods
__init__
(**kwargs)Initializes a new MyAuthenticationFactorValidatorSecurityQuestions object with values from keyword arguments. Attributes
answer
Gets the answer of this MyAuthenticationFactorValidatorSecurityQuestions. id
[Required] Gets the id of this MyAuthenticationFactorValidatorSecurityQuestions. -
__init__
(**kwargs)¶ Initializes a new MyAuthenticationFactorValidatorSecurityQuestions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this MyAuthenticationFactorValidatorSecurityQuestions.
- answer (str) – The value to assign to the answer property of this MyAuthenticationFactorValidatorSecurityQuestions.
-
answer
¶ Gets the answer of this MyAuthenticationFactorValidatorSecurityQuestions. Answer of the security question the user has submitted
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- idcsSensitive: none
Returns: The answer of this MyAuthenticationFactorValidatorSecurityQuestions. Return type: str
-
id
¶ [Required] Gets the id of this MyAuthenticationFactorValidatorSecurityQuestions. id of the security question
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The id of this MyAuthenticationFactorValidatorSecurityQuestions. Return type: str
-