GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1Principal (google_api_discovery_engine v0.28.0)

View Source

Principal identifier of a user or a group.

Attributes

  • 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 user account, 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 account, 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.V1.Model.GoogleCloudDiscoveryengineV1Principal{
    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.