CreateIdpGroupMappingDetails¶
-
class
oci.identity.models.
CreateIdpGroupMappingDetails
(**kwargs)¶ Bases:
object
CreateIdpGroupMappingDetails model.
Methods
__init__
(**kwargs)Initializes a new CreateIdpGroupMappingDetails object with values from keyword arguments. Attributes
group_id
[Required] Gets the group_id of this CreateIdpGroupMappingDetails. idp_group_name
[Required] Gets the idp_group_name of this CreateIdpGroupMappingDetails. -
__init__
(**kwargs)¶ Initializes a new CreateIdpGroupMappingDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - idp_group_name (str) – The value to assign to the idp_group_name property of this CreateIdpGroupMappingDetails.
- group_id (str) – The value to assign to the group_id property of this CreateIdpGroupMappingDetails.
-
group_id
¶ [Required] Gets the group_id of this CreateIdpGroupMappingDetails. The OCID of the IAM Service
Group
you want to map to the IdP group.Returns: The group_id of this CreateIdpGroupMappingDetails. Return type: str
-
idp_group_name
¶ [Required] Gets the idp_group_name of this CreateIdpGroupMappingDetails. The name of the IdP group you want to map.
Returns: The idp_group_name of this CreateIdpGroupMappingDetails. Return type: str
-