Google Cloud Iap V1 Client - Class CreateIdentityAwareProxyClientRequest (1.1.1)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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 Google\Cloud\Iap\V1\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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getIdentityAwareProxyClient

Required. Identity Aware Proxy Client to be created.

Returns
TypeDescription
Google\Cloud\Iap\V1\IdentityAwareProxyClient|null

hasIdentityAwareProxyClient

clearIdentityAwareProxyClient

setIdentityAwareProxyClient

Required. Identity Aware Proxy Client to be created.

Parameter
NameDescription
var Google\Cloud\Iap\V1\IdentityAwareProxyClient
Returns
TypeDescription
$this