UserExtAccounts

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

Bases: object

Accounts assigned to this User. Each value of this attribute refers to an app-specific identity that is owned by this User. Therefore, this attribute is a convenience that allows one to see on each User the Apps to which that User has access.

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

Methods

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

Attributes

active Gets the active of this UserExtAccounts.
app_id Gets the app_id of this UserExtAccounts.
name Gets the name of this UserExtAccounts.
ref Gets the ref of this UserExtAccounts.
value Gets the value of this UserExtAccounts.
__init__(**kwargs)

Initializes a new UserExtAccounts 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 UserExtAccounts.
  • ref (str) – The value to assign to the ref property of this UserExtAccounts.
  • app_id (str) – The value to assign to the app_id property of this UserExtAccounts.
  • name (str) – The value to assign to the name property of this UserExtAccounts.
  • active (bool) – The value to assign to the active property of this UserExtAccounts.
active

Gets the active of this UserExtAccounts. Status of the account

Added In: 17.4.6

SCIM++ Properties:
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The active of this UserExtAccounts.
Return type:bool
app_id

Gets the app_id of this UserExtAccounts. The ID of the App to which this Account gives access.

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

Gets the name of this UserExtAccounts. Name of the account assigned to the User.

Added In: 17.4.6

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

Gets the ref of this UserExtAccounts. The URI of the Account assigned to the User.

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

Gets the value of this UserExtAccounts. The Id of the Account assigned to the User.

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