Creates an Identity Aware Proxy (IAP) OAuth client. The client is owned by IAP. Requires that the brand for the project exists and that it is set for internal-only use.
HTTP request
POST https://iap.googleapis.com/v1/{parent=projects/*/brands/*}/identityAwareProxyClients
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Path to create the client in. In the following format: projects/{projectNumber/id}/brands/{brand}. The project must belong to a G Suite account. Authorization requires one or more of the following IAM permissions on the specified resource
|
Request body
The request body contains an instance of IdentityAwareProxyClient
.
Response body
If successful, the response body contains a newly created instance of IdentityAwareProxyClient
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.