GoogleApi.IAP.V1.Model.AccessDeniedPageSettings (google_api_iap v0.17.1) 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.
  • generateTroubleshootingUri (type: boolean(), default: nil) - Whether to generate a troubleshooting URL on access denied events to this application.

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.AccessDeniedPageSettings{
  accessDeniedPageUri: String.t() | nil,
  generateTroubleshootingUri: boolean() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.