google_api_iap v0.11.1 GoogleApi.IAP.V1.Model.ApplicationSettings View Source

Wrapper over application specific settings for IAP.

Attributes

  • accessDeniedPageSettings (type: GoogleApi.IAP.V1.Model.AccessDeniedPageSettings.t, default: nil) - Customization for Access Denied page.
  • cookieDomain (type: String.t, default: nil) - The Domain value to set for cookies generated by IAP. This value is not validated by the API, but will be ignored at runtime if invalid.
  • csmSettings (type: GoogleApi.IAP.V1.Model.CsmSettings.t, default: nil) - Settings to configure IAP's behavior for a CSM mesh.

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.ApplicationSettings{
  accessDeniedPageSettings: GoogleApi.IAP.V1.Model.AccessDeniedPageSettings.t(),
  cookieDomain: String.t(),
  csmSettings: GoogleApi.IAP.V1.Model.CsmSettings.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.