MyAuthenticationFactorsRemoverUser

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

Bases: object

User for whom the authentication factors need to be deleted

SCIM++ Properties: - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: complex - uniqueness: none

Methods

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

Attributes

display Gets the display of this MyAuthenticationFactorsRemoverUser.
ocid Gets the ocid of this MyAuthenticationFactorsRemoverUser.
ref Gets the ref of this MyAuthenticationFactorsRemoverUser.
value [Required] Gets the value of this MyAuthenticationFactorsRemoverUser.
__init__(**kwargs)

Initializes a new MyAuthenticationFactorsRemoverUser 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 MyAuthenticationFactorsRemoverUser.
  • ref (str) – The value to assign to the ref property of this MyAuthenticationFactorsRemoverUser.
  • display (str) – The value to assign to the display property of this MyAuthenticationFactorsRemoverUser.
  • ocid (str) – The value to assign to the ocid property of this MyAuthenticationFactorsRemoverUser.
display

Gets the display of this MyAuthenticationFactorsRemoverUser. User display name

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The display of this MyAuthenticationFactorsRemoverUser.
Return type:str
ocid

Gets the ocid of this MyAuthenticationFactorsRemoverUser. The OCID of the user

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: always
  • type: string
  • uniqueness: none
Returns:The ocid of this MyAuthenticationFactorsRemoverUser.
Return type:str
ref

Gets the ref of this MyAuthenticationFactorsRemoverUser. The URI that corresponds to the member Resource for whom the factors will be deleted

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
Returns:The ref of this MyAuthenticationFactorsRemoverUser.
Return type:str
value

[Required] Gets the value of this MyAuthenticationFactorsRemoverUser. The identifier of the user

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: always
  • type: string
  • uniqueness: none
Returns:The value of this MyAuthenticationFactorsRemoverUser.
Return type:str