google_api_iap v0.2.0 GoogleApi.IAP.V1.Model.IapSettings 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

Link to this type

t()

View Source
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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.