Method: projects.locations.clients.switchVariableMasking

Update variable masking for provisioned client

HTTP request

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

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
{
  "enableVariableMasking": boolean
}
Fields
enableVariableMasking

boolean

Required. REQUIRED: True if variable masking feature should be turned on for this region

Response body

If successful, the response body is empty.

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.