google_api_iap v0.2.0 GoogleApi.IAP.V1.Model.AccessSettings View Source

Access related settings for IAP protected apps.

Attributes

  • corsSettings (type: GoogleApi.IAP.V1.Model.CorsSettings.t, default: nil) - Configuration to allow cross-origin requests via IAP.
  • gcipSettings (type: GoogleApi.IAP.V1.Model.GcipSettings.t, default: nil) - GCIP claims and endpoint configurations for 3p identity providers.
  • oauthSettings (type: GoogleApi.IAP.V1.Model.OAuthSettings.t, default: nil) - Settings to configure IAP's OAuth behavior.

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.AccessSettings{
  corsSettings: GoogleApi.IAP.V1.Model.CorsSettings.t(),
  gcipSettings: GoogleApi.IAP.V1.Model.GcipSettings.t(),
  oauthSettings: GoogleApi.IAP.V1.Model.OAuthSettings.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.