Method: projects.locations.clients.provisionClientPostProcessor

Perform post provisioning steps after client is provisioned.

HTTP request

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

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
{
  "workflows": [
    enum (SampleIntegrations)
  ]
}
Fields
workflows[]

enum (SampleIntegrations)

Optional. Indicate which workflows to create

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.

SampleIntegrations

Indicate workflows to create

Enums
SAMPLE_INTEGRATIONS_UNSPECIFIED Default value, should not be used.
SAMPLE_WORKFLOW_ECOM_PROCESSING Ecom processing workflow
EXECUTE_CONNECTOR_TOOL_WORKFLOW Connector tool workflow