Method: projects.locations.clients.toggleHttp

Enable/Disable http call for provisioned client

HTTP request

POST https://integrations.googleapis.com/v1/{parent=projects/*/locations/*}/clients:toggleHttp

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Required: The ID of the GCP Project to be provisioned.

Request body

The request body contains data with the following structure:

JSON representation
{
  "enableHttpCall": boolean
}
Fields
enableHttpCall

boolean

Required. REQUIRED: True if http call feature should be turned on for this region

Response body

If successful, the response body is an empty JSON object.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • integrations.authConfigs.create

For more information, see the IAM documentation.