Method: projects.locations.initialize

Provisions resources for given tenant project. Returns a long running operation.

HTTP request

POST https://contentwarehouse.googleapis.com/v1/{location}:initialize

Path parameters

Parameters
location

string

Required. The location to be initialized Format: projects/{projectNumber}/locations/{location}. It takes the form projects/{project}/locations/{location}.

Request body

The request body contains data with the following structure:

JSON representation
{
  "databaseType": enum (DatabaseType),
  "accessControlMode": enum (AccessControlMode),
  "kmsKey": string,
  "documentCreatorDefaultRole": enum (DocumentCreatorDefaultRole),
  "enableCalUserEmailLogging": boolean
}
Fields
databaseType

enum (DatabaseType)

Required. The type of database used to store customer data

accessControlMode