MyAppOwner

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

Bases: object

Owning user of the account

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

Methods

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

Attributes

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

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

Gets the display of this MyAppOwner. User display name

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

Gets the ref of this MyAppOwner. User URI

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

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

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