IdentityProviderJitUserProvGroupMappings

class oci.identity_domains.models.IdentityProviderJitUserProvGroupMappings(**kwargs)

Bases: object

The list of mappings between the Identity Domain Group and the IDP group.

Methods

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

Attributes

idp_group [Required] Gets the idp_group of this IdentityProviderJitUserProvGroupMappings.
ref [Required] Gets the ref of this IdentityProviderJitUserProvGroupMappings.
value [Required] Gets the value of this IdentityProviderJitUserProvGroupMappings.
__init__(**kwargs)

Initializes a new IdentityProviderJitUserProvGroupMappings 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 IdentityProviderJitUserProvGroupMappings.
  • ref (str) – The value to assign to the ref property of this IdentityProviderJitUserProvGroupMappings.
  • idp_group (str) – The value to assign to the idp_group property of this IdentityProviderJitUserProvGroupMappings.
idp_group

[Required] Gets the idp_group of this IdentityProviderJitUserProvGroupMappings. IDP Group Name

Added In: 2205120021

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: true
  • type: string
Returns:The idp_group of this IdentityProviderJitUserProvGroupMappings.
Return type:str
ref

[Required] Gets the ref of this IdentityProviderJitUserProvGroupMappings. Group URI

Added In: 2205120021

SCIM++ Properties:
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: reference
Returns:The ref of this IdentityProviderJitUserProvGroupMappings.
Return type:str
value

[Required] Gets the value of this IdentityProviderJitUserProvGroupMappings. Domain Group

Added In: 2205120021

SCIM++ Properties:
  • multiValued: false
  • mutability: readWrite
  • required: true
  • idcsSearchable: true
  • type: string
Returns:The value of this IdentityProviderJitUserProvGroupMappings.
Return type:str