View Source GoogleApi.IAP.V1.Model.AllowedDomainsSettings (google_api_iap v0.20.1)

Configuration for IAP allowed domains. Lets you to restrict access to an app and allow access to only the domains that you list.

Attributes

  • domains (type: list(String.t), default: nil) - Optional. List of trusted domains.
  • enable (type: boolean(), default: nil) - Optional. Configuration for customers to opt in for the feature.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IAP.V1.Model.AllowedDomainsSettings{
  domains: [String.t()] | nil,
  enable: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.