IdentityProviderGroupSummary

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

Bases: object

A group created in an identity provider that can be mapped to a group in OCI

Methods

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

Attributes

display_name Gets the display_name of this IdentityProviderGroupSummary.
external_identifier Gets the external_identifier of this IdentityProviderGroupSummary.
id Gets the id of this IdentityProviderGroupSummary.
identity_provider_id Gets the identity_provider_id of this IdentityProviderGroupSummary.
name Gets the name of this IdentityProviderGroupSummary.
time_created Gets the time_created of this IdentityProviderGroupSummary.
time_modified Gets the time_modified of this IdentityProviderGroupSummary.
__init__(**kwargs)

Initializes a new IdentityProviderGroupSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this IdentityProviderGroupSummary.
  • identity_provider_id (str) – The value to assign to the identity_provider_id property of this IdentityProviderGroupSummary.
  • display_name (str) – The value to assign to the display_name property of this IdentityProviderGroupSummary.
  • name (str) – The value to assign to the name property of this IdentityProviderGroupSummary.
  • external_identifier (str) – The value to assign to the external_identifier property of this IdentityProviderGroupSummary.
  • time_created (datetime) – The value to assign to the time_created property of this IdentityProviderGroupSummary.
  • time_modified (datetime) – The value to assign to the time_modified property of this IdentityProviderGroupSummary.
display_name

Gets the display_name of this IdentityProviderGroupSummary. Display name of the group

Returns:The display_name of this IdentityProviderGroupSummary.
Return type:str
external_identifier

Gets the external_identifier of this IdentityProviderGroupSummary. Identifier of the group in the identity provider

Returns:The external_identifier of this IdentityProviderGroupSummary.
Return type:str
id

Gets the id of this IdentityProviderGroupSummary. The OCID of the IdentityProviderGroup.

Returns:The id of this IdentityProviderGroupSummary.
Return type:str
identity_provider_id

Gets the identity_provider_id of this IdentityProviderGroupSummary. The OCID of the IdentityProvider this group belongs to.

Returns:The identity_provider_id of this IdentityProviderGroupSummary.
Return type:str
name

Gets the name of this IdentityProviderGroupSummary. Display name of the group

Returns:The name of this IdentityProviderGroupSummary.
Return type:str
time_created

Gets the time_created of this IdentityProviderGroupSummary. Date and time the IdentityProviderGroup was created, in the format defined by RFC3339.

Example: 2016-08-25T21:10:29.600Z

Returns:The time_created of this IdentityProviderGroupSummary.
Return type:datetime
time_modified

Gets the time_modified of this IdentityProviderGroupSummary. Date and time the IdentityProviderGroup was last modified, in the format defined by RFC3339.

Example: 2016-08-25T21:10:29.600Z

Returns:The time_modified of this IdentityProviderGroupSummary.
Return type:datetime