AccountMgmtInfoResourceType

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

Bases: object

Resource Type 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 AccountMgmtInfoResourceType object with values from keyword arguments.

Attributes

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

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

Gets the display of this AccountMgmtInfoResourceType. Resource Type display name

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

Gets the ref of this AccountMgmtInfoResourceType. Resource Type URI

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

[Required] Gets the value of this AccountMgmtInfoResourceType. Resource Type Identifier

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