Resource: IdentityAwareProxyClient
Contains the data that describes an Identity Aware Proxy owned client.
| JSON representation |
|---|
{ "name" : string , "secret" : string , "displayName" : string } |
| Fields | |
|---|---|
name
|
Output only. Unique identifier of the OAuth client. |
secret
|
Output only. Client secret of the OAuth client. |
displayName
|
Human-friendly name given to the OAuth client. |
Methods |
|
|---|---|
|
Creates an Identity Aware Proxy (IAP) OAuth client. |
|
Deletes an Identity Aware Proxy (IAP) OAuth client. |
|
Retrieves an Identity Aware Proxy (IAP) OAuth client. |
|
Lists the existing clients for the brand. |
|
Resets an Identity Aware Proxy (IAP) OAuth client secret. |

