GoogleApi.IAP.V1.Model.AccessSettings (google_api_iap v0.17.1) 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. -
policyDelegationSettings
(type:GoogleApi.IAP.V1.Model.PolicyDelegationSettings.t
, default:nil
) - Settings to configure Policy delegation for apps hosted in tenant projects. INTERNAL_ONLY. -
reauthSettings
(type:GoogleApi.IAP.V1.Model.ReauthSettings.t
, default:nil
) - Settings to configure reauthentication policies in IAP.
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.AccessSettings{ corsSettings: GoogleApi.IAP.V1.Model.CorsSettings.t() | nil, gcipSettings: GoogleApi.IAP.V1.Model.GcipSettings.t() | nil, oauthSettings: GoogleApi.IAP.V1.Model.OAuthSettings.t() | nil, policyDelegationSettings: GoogleApi.IAP.V1.Model.PolicyDelegationSettings.t() | nil, reauthSettings: GoogleApi.IAP.V1.Model.ReauthSettings.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.