GoogleApi.IAP.V1.Model.IapSettings (google_api_iap v0.17.0) View Source
The IAP configurable settings.
Attributes
-
accessSettings(type:GoogleApi.IAP.V1.Model.AccessSettings.t, default:nil) - Top level wrapper for all access related setting in IAP -
applicationSettings(type:GoogleApi.IAP.V1.Model.ApplicationSettings.t, default:nil) - Top level wrapper for all application related settings in IAP -
name(type:String.t, default:nil) - Required. The resource name of the IAP protected resource.
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.IapSettings{
accessSettings: GoogleApi.IAP.V1.Model.AccessSettings.t() | nil,
applicationSettings: GoogleApi.IAP.V1.Model.ApplicationSettings.t() | nil,
name: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.