MyDeviceUser

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

Bases: object

Device member

Deprecated Since: 17.3.4

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

Methods

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

Attributes

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

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

Gets the display of this MyDeviceUser. User display name

Deprecated Since: 17.3.4

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

Gets the ocid of this MyDeviceUser. The OCID of the user

Added In: 2105091740

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: always
  • type: string
  • uniqueness: none
  • idcsRequiresWriteForAccessFlows: true
  • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
Returns:The ocid of this MyDeviceUser.
Return type:str
ref

Gets the ref of this MyDeviceUser. The URI that corresponds to the member Resource of this device

Deprecated Since: 17.3.4

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

[Required] Gets the value of this MyDeviceUser. The identifier of the user

Deprecated Since: 17.3.4

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