GoogleApi.IAP.V1.Model.IapSettings (google_api_iap v0.14.0) View Source

The IAP configurable settings.

Attributes

  • accessSettings (type: GoogleApi.IAP.V1.Model.AccessSettings.t, default: nil) - Top level wrapper for all access related setting in IAP
  • applicationSettings (type: GoogleApi.IAP.V1.Model.ApplicationSettings.t, default: nil) - Top level wrapper for all application related settings in IAP
  • name (type: String.t, default: nil) - Required. The resource name of the IAP protected resource.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.IAP.V1.Model.IapSettings{
  accessSettings: GoogleApi.IAP.V1.Model.AccessSettings.t(),
  applicationSettings: GoogleApi.IAP.V1.Model.ApplicationSettings.t(),
  name: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.