Google Cloud Iap V1 Client - Class IdentityAwareProxyClient (1.3.4)

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
data array

Optional. Data for populating the Message object.

↳ name string

Output only. Unique identifier of the OAuth client.

↳ secret string

Output only. Client secret of the OAuth client.

↳ display_name string

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