AccountMgmtInfoOwner

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

Bases: object

Owning user of the account

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

Methods

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

Attributes

display Gets the display of this AccountMgmtInfoOwner.
email Gets the email of this AccountMgmtInfoOwner.
ref Gets the ref of this AccountMgmtInfoOwner.
user_name Gets the user_name of this AccountMgmtInfoOwner.
value [Required] Gets the value of this AccountMgmtInfoOwner.
__init__(**kwargs)

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

Gets the display of this AccountMgmtInfoOwner. User display name

SCIM++ Properties:
  • idcsPii: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
Returns:The display of this AccountMgmtInfoOwner.
Return type:str
email

Gets the email of this AccountMgmtInfoOwner. The email address of this user

SCIM++ Properties:
  • idcsPii: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
Returns:The email of this AccountMgmtInfoOwner.
Return type:str
ref

Gets the ref of this AccountMgmtInfoOwner. User URI

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

Gets the user_name of this AccountMgmtInfoOwner. User name

SCIM++ Properties:
  • idcsPii: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
Returns:The user_name of this AccountMgmtInfoOwner.
Return type:str
value

[Required] Gets the value of this AccountMgmtInfoOwner. User Identifier

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