class oci.identity_domains.models.SocialIdentityProviderJitProvAssignedGroups(**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.
Initializes a new SocialIdentityProviderJitProvAssignedGroups 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 SocialIdentityProviderJitProvAssignedGroups.
ref (str) – The value to assign to the ref property of this SocialIdentityProviderJitProvAssignedGroups.
display (str) – The value to assign to the display property of this SocialIdentityProviderJitProvAssignedGroups.
SocialIdentityProviderJitProvAssignedGroups¶
oci.identity_domains.models.
SocialIdentityProviderJitProvAssignedGroups
(**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.
Methods
__init__
(**kwargs)Attributes
display
ref
value
__init__
(**kwargs)¶Initializes a new SocialIdentityProviderJitProvAssignedGroups object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
display
¶Gets the display of this SocialIdentityProviderJitProvAssignedGroups. A human readable name, primarily used for display purposes. READ-ONLY.
Added In: 2309290043
ref
¶Gets the ref of this SocialIdentityProviderJitProvAssignedGroups. Group URI
Added In: 2309290043
value
¶[Required] Gets the value of this SocialIdentityProviderJitProvAssignedGroups. Group identifier
Added In: 2309290043