MyDeviceAdditionalAttributes

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

Bases: object

Device additional attributes

Methods

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

Attributes

key [Required] Gets the key of this MyDeviceAdditionalAttributes.
value [Required] Gets the value of this MyDeviceAdditionalAttributes.
__init__(**kwargs)

Initializes a new MyDeviceAdditionalAttributes object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • key (str) – The value to assign to the key property of this MyDeviceAdditionalAttributes.
  • value (str) – The value to assign to the value property of this MyDeviceAdditionalAttributes.
key

[Required] Gets the key of this MyDeviceAdditionalAttributes. Device Attribute Key Name

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

[Required] Gets the value of this MyDeviceAdditionalAttributes. Device Attribute Value

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