MyTrustedUserAgentUser

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

Bases: object

user for whom the trust-token was issued

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

Methods

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

Attributes

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

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

Gets the display of this MyTrustedUserAgentUser. Friendly name of the User to be used for purposes of display.

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

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

Added In: 2105091740

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

[Required] Gets the ref of this MyTrustedUserAgentUser. Full URI to the user for whom the trust-token was issued.

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

[Required] Gets the value of this MyTrustedUserAgentUser. The SCIM ID of the user for whom the trust-token was issued.

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