Google Cloud Iap V1 Client - Class CreateIdentityAwareProxyClientRequest (2.1.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ parentstring

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_clientIdentityAwareProxyClient

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
varstring
Returns
TypeDescription
$this

getIdentityAwareProxyClient

Required. Identity Aware Proxy Client to be created.

Returns
TypeDescription
IdentityAwareProxyClient|null

hasIdentityAwareProxyClient

clearIdentityAwareProxyClient

setIdentityAwareProxyClient

Required. Identity Aware Proxy Client to be created.

Parameter
NameDescription
varIdentityAwareProxyClient
Returns
TypeDescription
$this