google_api_app_engine v0.26.0 GoogleApi.AppEngine.V1.Model.IdentityAwareProxy View Source

Identity-Aware Proxy

Attributes

  • enabled (type: boolean(), default: nil) - Whether the serving infrastructure will authenticate and authorize all incoming requests.If true, the oauth2_client_id and oauth2_client_secret fields must be non-empty.
  • oauth2ClientId (type: String.t, default: nil) - OAuth2 client ID to use for the authentication flow.
  • oauth2ClientSecret (type: String.t, default: nil) - OAuth2 client secret to use for the authentication flow.For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha256 field.@InputOnly
  • oauth2ClientSecretSha256 (type: String.t, default: nil) - Hex-encoded SHA-256 hash of the client secret.@OutputOnly

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AppEngine.V1.Model.IdentityAwareProxy{
  enabled: boolean(),
  oauth2ClientId: String.t(),
  oauth2ClientSecret: String.t(),
  oauth2ClientSecretSha256: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.