MyRequestRequestor

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

Bases: object

Requesting User

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

Methods

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

Attributes

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

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

Gets the display of this MyRequestRequestor. User display name

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

Gets the ref of this MyRequestRequestor. User URI

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

[Required] Gets the value of this MyRequestRequestor. User identifier

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