Reference documentation and code samples for the Google Cloud Iap V1 Client class CreateIdentityAwareProxyClientRequest.
The request sent to CreateIdentityAwareProxyClient.
Generated from protobuf message google.cloud.iap.v1.CreateIdentityAwareProxyClientRequest
Namespace
Google \ Cloud \ Iap \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Path to create the client in. In the following format: projects/{project_number/id}/brands/{brand}. The project must belong to a G Suite account. |
↳ identity_aware_proxy_client |
IdentityAwareProxyClient
Required. Identity Aware Proxy Client to be created. |
getParent
Required. Path to create the client in.
In the following format: projects/{project_number/id}/brands/{brand}. The project must belong to a G Suite account.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. Path to create the client in.
In the following format: projects/{project_number/id}/brands/{brand}. The project must belong to a G Suite account.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIdentityAwareProxyClient
Required. Identity Aware Proxy Client to be created.
| Returns | |
|---|---|
| Type | Description |
IdentityAwareProxyClient|null |
|
hasIdentityAwareProxyClient
clearIdentityAwareProxyClient
setIdentityAwareProxyClient
Required. Identity Aware Proxy Client to be created.
| Parameter | |
|---|---|
| Name | Description |
var |
IdentityAwareProxyClient
|
| Returns | |
|---|---|
| Type | Description |
$this |
|