Google Cloud Iap V1 Client - Class IdentityAwareProxyClient (2.1.0)

Reference documentation and code samples for the Google Cloud Iap V1 Client class IdentityAwareProxyClient.

Contains the data that describes an Identity Aware Proxy owned client.

Generated from protobuf message google.cloud.iap.v1.IdentityAwareProxyClient

Namespace

Google \ Cloud \ Iap \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ namestring

Output only. Unique identifier of the OAuth client.

↳ secretstring

Output only. Client secret of the OAuth client.

↳ display_namestring

Human-friendly name given to the OAuth client.

getName

Output only. Unique identifier of the OAuth client.

Returns
TypeDescription
string

setName

Output only. Unique identifier of the OAuth client.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getSecret

Output only. Client secret of the OAuth client.

Returns
TypeDescription
string

setSecret

Output only. Client secret of the OAuth client.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getDisplayName

Human-friendly name given to the OAuth client.

Returns
TypeDescription
string

setDisplayName

Human-friendly name given to the OAuth client.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this