google_api_iap v0.8.0 GoogleApi.IAP.V1.Model.IapSettings 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 IAPapplicationSettings(type:GoogleApi.IAP.V1.Model.ApplicationSettings.t, default:nil) - Top level wrapper for all application related settings in IAPname(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
Link to this type
t()
View Sourcet() :: %GoogleApi.IAP.V1.Model.IapSettings{
accessSettings: GoogleApi.IAP.V1.Model.AccessSettings.t(),
applicationSettings: GoogleApi.IAP.V1.Model.ApplicationSettings.t(),
name: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.