Google Cloud Iap V1 Client - Class AllowedDomainsSettings (1.1.1)

Reference documentation and code samples for the Google Cloud Iap V1 Client class AllowedDomainsSettings.

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

Generated from protobuf message google.cloud.iap.v1.AllowedDomainsSettings

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ enable bool

Configuration for customers to opt in for the feature.

↳ domains array

List of trusted domains.

getEnable

Configuration for customers to opt in for the feature.

Returns
TypeDescription
bool

hasEnable

clearEnable

setEnable

Configuration for customers to opt in for the feature.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getDomains

List of trusted domains.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDomains

List of trusted domains.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this