IdentityProviderJitUserProvAssignedGroups¶
-
class
oci.identity_domains.models.
IdentityProviderJitUserProvAssignedGroups
(**kwargs)¶ Bases:
object
Refers to every group of which a JIT-provisioned User should be a member. Just-in-Time user-provisioning applies this static list when jitUserProvGroupStaticListEnabled:true.
Methods
__init__
(**kwargs)Initializes a new IdentityProviderJitUserProvAssignedGroups object with values from keyword arguments. Attributes
display
Gets the display of this IdentityProviderJitUserProvAssignedGroups. ref
Gets the ref of this IdentityProviderJitUserProvAssignedGroups. value
[Required] Gets the value of this IdentityProviderJitUserProvAssignedGroups. -
__init__
(**kwargs)¶ Initializes a new IdentityProviderJitUserProvAssignedGroups 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 IdentityProviderJitUserProvAssignedGroups.
- ref (str) – The value to assign to the ref property of this IdentityProviderJitUserProvAssignedGroups.
- display (str) – The value to assign to the display property of this IdentityProviderJitUserProvAssignedGroups.
-
display
¶ Gets the display of this IdentityProviderJitUserProvAssignedGroups. A human readable name, primarily used for display purposes. READ-ONLY.
Added In: 20.1.3
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The display of this IdentityProviderJitUserProvAssignedGroups. Return type: str
-
ref
¶ Gets the ref of this IdentityProviderJitUserProvAssignedGroups. Group URI
Added In: 20.1.3
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this IdentityProviderJitUserProvAssignedGroups. Return type: str
-
value
¶ [Required] Gets the value of this IdentityProviderJitUserProvAssignedGroups. Group identifier
Added In: 20.1.3
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this IdentityProviderJitUserProvAssignedGroups. Return type: str
-