GoogleApi.IAP.V1.Model.ApplicationSettings (google_api_iap v0.17.0) View Source
Wrapper over application specific settings for IAP.
Attributes
-
accessDeniedPageSettings(type:GoogleApi.IAP.V1.Model.AccessDeniedPageSettings.t, default:nil) - Customization for Access Denied page. -
cookieDomain(type:String.t, default:nil) - The Domain value to set for cookies generated by IAP. This value is not validated by the API, but will be ignored at runtime if invalid. -
csmSettings(type:GoogleApi.IAP.V1.Model.CsmSettings.t, default:nil) - Settings to configure IAP's behavior for a CSM mesh.
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.ApplicationSettings{
accessDeniedPageSettings:
GoogleApi.IAP.V1.Model.AccessDeniedPageSettings.t() | nil,
cookieDomain: String.t() | nil,
csmSettings: GoogleApi.IAP.V1.Model.CsmSettings.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.