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