UserExtSecQuestions¶
-
class
oci.identity_domains.models.
UserExtSecQuestions
(**kwargs)¶ Bases:
object
The schema used to mnage security question and answers provided by a user for account recovery and/or MFA. While setting up security questions, a user can also provide a hint for the answer.
SCIM++ Properties: - idcsCompositeKey: [value] - multiValued: true - mutability: readWrite - required: false - returned: request - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new UserExtSecQuestions object with values from keyword arguments. Attributes
answer
[Required] Gets the answer of this UserExtSecQuestions. hint_text
Gets the hint_text of this UserExtSecQuestions. ref
Gets the ref of this UserExtSecQuestions. value
[Required] Gets the value of this UserExtSecQuestions. -
__init__
(**kwargs)¶ Initializes a new UserExtSecQuestions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - value (str) – The value to assign to the value property of this UserExtSecQuestions.
- ref (str) – The value to assign to the ref property of this UserExtSecQuestions.
- answer (str) – The value to assign to the answer property of this UserExtSecQuestions.
- hint_text (str) – The value to assign to the hint_text property of this UserExtSecQuestions.
-
answer
¶ [Required] Gets the answer of this UserExtSecQuestions. The answer provided by a user for a security question.
- SCIM++ Properties:
- idcsCsvAttributeName: Answer
- idcsSearchable: false
- idcsSensitive: hash
- multiValued: false
- mutability: writeOnly
- required: true
- returned: never
- type: string
- uniqueness: none
- idcsPii: true
Returns: The answer of this UserExtSecQuestions. Return type: str
-
hint_text
¶ Gets the hint_text of this UserExtSecQuestions. The hint for an answer that’s given by user when setting up a security question.
- SCIM++ Properties:
- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The hint_text of this UserExtSecQuestions. Return type: str
-
ref
¶ Gets the ref of this UserExtSecQuestions. The URI of the corresponding Security Question resource.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this UserExtSecQuestions. Return type: str
-
value
¶ [Required] Gets the value of this UserExtSecQuestions. The identifier of the question selected by the user when setting up a security question.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
Returns: The value of this UserExtSecQuestions. Return type: str
-