google_api_iap v0.8.0 GoogleApi.IAP.V1.Model.AccessDeniedPageSettings View Source

Custom content configuration for access denied page. IAP allows customers to define a custom URI to use as the error page when access is denied to users. If IAP prevents access to this page, the default IAP error page will be displayed instead.

Attributes

  • accessDeniedPageUri (type: String.t, default: nil) - The URI to be redirected to when access is denied.

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.AccessDeniedPageSettings{
  accessDeniedPageUri: 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.