MySupportAccountUser

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

Bases: object

User linked to Support Account

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

Methods

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

Attributes

display Gets the display of this MySupportAccountUser.
name Gets the name of this MySupportAccountUser.
ocid Gets the ocid of this MySupportAccountUser.
ref Gets the ref of this MySupportAccountUser.
value Gets the value of this MySupportAccountUser.
__init__(**kwargs)

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

Gets the display of this MySupportAccountUser. User display name

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The display of this MySupportAccountUser.
Return type:str
name

Gets the name of this MySupportAccountUser. User name

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

Gets the ocid of this MySupportAccountUser. User’s ocid

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

Gets the ref of this MySupportAccountUser. The URI that corresponds to the user linked to this Support Account

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

Gets the value of this MySupportAccountUser. User’s id

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