UpdateIdpGroupMappingDetails

class oci.identity.models.UpdateIdpGroupMappingDetails(**kwargs)

Bases: object

UpdateIdpGroupMappingDetails model.

Methods

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

Attributes

group_id Gets the group_id of this UpdateIdpGroupMappingDetails.
idp_group_name Gets the idp_group_name of this UpdateIdpGroupMappingDetails.
__init__(**kwargs)

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

Gets the group_id of this UpdateIdpGroupMappingDetails. The OCID of the group.

Returns:The group_id of this UpdateIdpGroupMappingDetails.
Return type:str
idp_group_name

Gets the idp_group_name of this UpdateIdpGroupMappingDetails. The idp group name.

Returns:The idp_group_name of this UpdateIdpGroupMappingDetails.
Return type:str