SocialIdentityProviderJitProvAssignedGroups

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.

Methods

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

Attributes

display Gets the display of this SocialIdentityProviderJitProvAssignedGroups.
ref Gets the ref of this SocialIdentityProviderJitProvAssignedGroups.
value [Required] Gets the value of this SocialIdentityProviderJitProvAssignedGroups.
__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):

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.
display

Gets the display of this SocialIdentityProviderJitProvAssignedGroups. A human readable name, primarily used for display purposes. READ-ONLY.

Added In: 2309290043

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
Returns:The display of this SocialIdentityProviderJitProvAssignedGroups.
Return type:str
ref

Gets the ref of this SocialIdentityProviderJitProvAssignedGroups. Group URI

Added In: 2309290043

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

[Required] Gets the value of this SocialIdentityProviderJitProvAssignedGroups. Group identifier

Added In: 2309290043

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