GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaIdentityMappingEntry (google_api_discovery_engine v0.28.0)

View Source

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

Attributes

  • externalIdentity (type: String.t, default: nil) - Required. Identity outside the customer identity provider. The length limit of external identity will be of 100 characters.
  • groupId (type: String.t, default: nil) - 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.
  • userId (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaIdentityMappingEntry{
    externalIdentity: String.t() | nil,
    groupId: String.t() | nil,
    userId: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.