View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeployedIndexAuthConfigAuthProvider (google_api_ai_platform v0.13.0)

Configuration for an authentication provider, including support for JSON Web Token (JWT).

Attributes

  • allowedIssuers (type: list(String.t), default: nil) - A list of allowed JWT issuers. Each entry must be a valid Google service account, in the following format: service-account-name@project-id.iam.gserviceaccount.com
  • audiences (type: list(String.t), default: nil) - The list of JWT audiences. that are allowed to access. A JWT containing any of these audiences will be accepted.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeployedIndexAuthConfigAuthProvider{
    allowedIssuers: [String.t()] | nil,
    audiences: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.