UserExtPreferredDevice

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

Bases: object

The user’s preferred device.

Added In: 18.3.6

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

Methods

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

Attributes

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

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

Gets the display of this UserExtPreferredDevice. The device display name.

Added In: 18.3.6

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

Gets the ref of this UserExtPreferredDevice. The URI that corresponds to the device resource.

Added In: 18.3.6

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

[Required] Gets the value of this UserExtPreferredDevice. The user’s preferred device identifier.

Added In: 18.3.6

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