IdentityPropagationTrustImpersonationServiceUsers

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

Bases: object

The Impersonating Principal.

Methods

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

Attributes

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

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

Gets the ocid of this IdentityPropagationTrustImpersonationServiceUsers. The OCID of the Service User.

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

Gets the ref of this IdentityPropagationTrustImpersonationServiceUsers. The URI that corresponds to the Service User.

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

[Required] Gets the rule of this IdentityPropagationTrustImpersonationServiceUsers. The rule expression to be used for matching the inbound token for impersonation.

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

[Required] Gets the value of this IdentityPropagationTrustImpersonationServiceUsers. The ID of the Service User.

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