IdentityProviderJitUserProvAttributes¶
-
class
oci.identity_domains.models.
IdentityProviderJitUserProvAttributes
(**kwargs)¶ Bases:
object
Assertion To User Mapping
Added In: 20.1.3
SCIM++ Properties: - caseExact: false - idcsCompositeKey: [value] - idcsSearchable: false - mutability: immutable - required: false - returned: default - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new IdentityProviderJitUserProvAttributes object with values from keyword arguments. Attributes
ref
Gets the ref of this IdentityProviderJitUserProvAttributes. value
[Required] Gets the value of this IdentityProviderJitUserProvAttributes. -
__init__
(**kwargs)¶ Initializes a new IdentityProviderJitUserProvAttributes 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 IdentityProviderJitUserProvAttributes.
- ref (str) – The value to assign to the ref property of this IdentityProviderJitUserProvAttributes.
-
ref
¶ Gets the ref of this IdentityProviderJitUserProvAttributes. Mapped Attribute URI
Added In: 20.1.3
- SCIM++ Properties:
- idcsSearchable: false
- mutability: immutable
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this IdentityProviderJitUserProvAttributes. Return type: str
-
value
¶ [Required] Gets the value of this IdentityProviderJitUserProvAttributes. Mapped Attribute identifier
Added In: 20.1.3
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this IdentityProviderJitUserProvAttributes. Return type: str
-