Class IdentityMappingEntry (0.13.11)

IdentityMappingEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Identity Mapping Entry that maps an external identity to an internal identity.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
user_id str
User identifier. For Google Workspace user account, user_id should be the google workspace user email. For non-google identity provider, user_id is the mapped user identifier configured during the workforcepool config. This field is a member of oneof_ identity_provider_id.
group_id str
Group identifier. For Google Workspace user account, group_id should be the google workspace group email. For non-google identity provider, group_id is the mapped group identifier configured during the workforcepool config. This field is a member of oneof_ identity_provider_id.
external_identity str
Required. Identity outside the customer identity provider. The length limit of external identity will be of 100 characters.