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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setName
Output only. Unique identifier of the OAuth client.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSecret
Output only. Client secret of the OAuth client.
Returns | |
---|---|
Type | Description |
string |
setSecret
Output only. Client secret of the OAuth client.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
Human-friendly name given to the OAuth client.
Returns | |
---|---|
Type | Description |
string |
setDisplayName
Human-friendly name given to the OAuth client.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |