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
Namespace
Google \ Cloud \ Iap \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enable |
bool
Optional. Configuration for customers to opt in for the feature. |
↳ domains |
array
Optional. List of trusted domains. |
getEnable
Optional. Configuration for customers to opt in for the feature.
Returns | |
---|---|
Type | Description |
bool |
hasEnable
clearEnable
setEnable
Optional. Configuration for customers to opt in for the feature.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getDomains
Optional. List of trusted domains.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDomains
Optional. List of trusted domains.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |