AuthenticationFactorsRemoverUser

class oci.identity_domains.models.AuthenticationFactorsRemoverUser(**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 AuthenticationFactorsRemoverUser object with values from keyword arguments.

Attributes

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

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

Gets the display of this AuthenticationFactorsRemoverUser. 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 AuthenticationFactorsRemoverUser.
Return type:str
ocid

Gets the ocid of this AuthenticationFactorsRemoverUser. 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 AuthenticationFactorsRemoverUser.
Return type:str
ref

Gets the ref of this AuthenticationFactorsRemoverUser. 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 AuthenticationFactorsRemoverUser.
Return type:str
value

[Required] Gets the value of this AuthenticationFactorsRemoverUser. 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 AuthenticationFactorsRemoverUser.
Return type:str