REST Resource: projects.brands.identityAwareProxyClients

Resource: IdentityAwareProxyClient

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

JSON representation
{
  "name": string,
  "secret": string,
  "displayName": string
}
Fields
name

string

Output only. Unique identifier of the OAuth client.

secret

string

Output only. Client secret of the OAuth client.

displayName

string

Human-friendly name given to the OAuth client.

Methods

create

Creates an Identity Aware Proxy (IAP) OAuth client.

delete

Deletes an Identity Aware Proxy (IAP) OAuth client.

get

Retrieves an Identity Aware Proxy (IAP) OAuth client.

list

Lists the existing clients for the brand.

resetSecret

Resets an Identity Aware Proxy (IAP) OAuth client secret.