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
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 | |
---|---|
Type | Description |
bool |
hasEnable
clearEnable
setEnable
Configuration for customers to opt in for the feature.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getDomains
List of trusted domains.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDomains
List of trusted domains.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |