ExtensionSecurityQuestionsUser

class oci.identity_domains.models.ExtensionSecurityQuestionsUser(**kwargs)

Bases: object

This extension defines the attributes used to store the security questions of a user.

Methods

__init__(**kwargs) Initializes a new ExtensionSecurityQuestionsUser object with values from keyword arguments.

Attributes

sec_questions Gets the sec_questions of this ExtensionSecurityQuestionsUser.
__init__(**kwargs)

Initializes a new ExtensionSecurityQuestionsUser object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:sec_questions (list[oci.identity_domains.models.UserExtSecQuestions]) – The value to assign to the sec_questions property of this ExtensionSecurityQuestionsUser.
sec_questions

Gets the sec_questions of this ExtensionSecurityQuestionsUser. 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
Returns:The sec_questions of this ExtensionSecurityQuestionsUser.
Return type:list[oci.identity_domains.models.UserExtSecQuestions]