Reference documentation and code samples for the Google Cloud Iap V1 Client class IapSettings.
The IAP configurable settings.
Generated from protobuf message google.cloud.iap.v1.IapSettings
Namespace
Google \ Cloud \ Iap \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name of the IAP protected resource. |
↳ access_settings |
AccessSettings
Optional. Top level wrapper for all access related setting in IAP |
↳ application_settings |
ApplicationSettings
Optional. Top level wrapper for all application related settings in IAP |
getName
Required. The resource name of the IAP protected resource.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The resource name of the IAP protected resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAccessSettings
Optional. Top level wrapper for all access related setting in IAP
| Returns | |
|---|---|
| Type | Description |
AccessSettings|null |
|
hasAccessSettings
clearAccessSettings
setAccessSettings
Optional. Top level wrapper for all access related setting in IAP
| Parameter | |
|---|---|
| Name | Description |
var |
AccessSettings
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getApplicationSettings
Optional. Top level wrapper for all application related settings in IAP
| Returns | |
|---|---|
| Type | Description |
ApplicationSettings|null |
|
hasApplicationSettings
clearApplicationSettings
setApplicationSettings
Optional. Top level wrapper for all application related settings in IAP
| Parameter | |
|---|---|
| Name | Description |
var |
ApplicationSettings
|
| Returns | |
|---|---|
| Type | Description |
$this |
|