AccountMgmtInfoObjectClass

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

Bases: object

Object-class 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 AccountMgmtInfoObjectClass object with values from keyword arguments.

Attributes

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

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

Gets the display of this AccountMgmtInfoObjectClass. Object-class display name

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

Gets the ref of this AccountMgmtInfoObjectClass. Object-class URI

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

[Required] Gets the value of this AccountMgmtInfoObjectClass. Object-class Identifier

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