AppAccounts

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

Bases: object

Accounts of App

Methods

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

Attributes

active Gets the active of this AppAccounts.
name Gets the name of this AppAccounts.
owner_id Gets the owner_id of this AppAccounts.
ref Gets the ref of this AppAccounts.
value Gets the value of this AppAccounts.
__init__(**kwargs)

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

Gets the active of this AppAccounts. 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 AppAccounts.
Return type:bool
name

Gets the name of this AppAccounts. Name of the account

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 AppAccounts.
Return type:str
owner_id

Gets the owner_id of this AppAccounts. Owner identifier

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

Gets the ref of this AppAccounts. AccountMgmtInfo URI

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

Gets the value of this AppAccounts. Account identifier

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