View Source GoogleApi.IAP.V1.Model.IapSettings (google_api_iap v0.20.2)
The IAP configurable settings.
Attributes
-
accessSettings(type:GoogleApi.IAP.V1.Model.AccessSettings.t, default:nil) - Optional. Top level wrapper for all access related setting in IAP -
applicationSettings(type:GoogleApi.IAP.V1.Model.ApplicationSettings.t, default:nil) - Optional. 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }