Identity-Aware Proxy V1 API - Class Google::Cloud::Iap::V1::AllowedDomainsSettings (v0.12.0)

Reference documentation and code samples for the Identity-Aware Proxy V1 API class Google::Cloud::Iap::V1::AllowedDomainsSettings.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#domains

def domains() -> ::Array<::String>
Returns
  • (::Array<::String>) — List of trusted domains.

#domains=

def domains=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — List of trusted domains.
Returns
  • (::Array<::String>) — List of trusted domains.

#enable

def enable() -> ::Boolean
Returns
  • (::Boolean) — Configuration for customers to opt in for the feature.

#enable=

def enable=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Configuration for customers to opt in for the feature.
Returns
  • (::Boolean) — Configuration for customers to opt in for the feature.