google_api_iap v0.5.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 Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.