google_api_compute v0.2.0 GoogleApi.Compute.V1.Model.BackendServiceIap View Source

Identity-Aware Proxy

Attributes

  • enabled (boolean()): Defaults to: null.
  • oauth2ClientId (String.t): Defaults to: null.
  • oauth2ClientSecret (String.t): Defaults to: null.
  • oauth2ClientSecretSha256 (String.t): [Output Only] SHA256 hash value for the field oauth2_client_secret above. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Compute.V1.Model.BackendServiceIap{
  enabled: any(),
  oauth2ClientId: any(),
  oauth2ClientSecret: any(),
  oauth2ClientSecretSha256: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.