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
Methods
__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.
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
string |
setName
Output only. Unique identifier of the OAuth client.
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSecret
Output only. Client secret of the OAuth client.
Generated from protobuf field string secret = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
string |
setSecret
Output only. Client secret of the OAuth client.
Generated from protobuf field string secret = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
Human-friendly name given to the OAuth client.
Generated from protobuf field string display_name = 3;
Returns | |
---|---|
Type | Description |
string |
setDisplayName
Human-friendly name given to the OAuth client.
Generated from protobuf field string display_name = 3;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |