Adding Google Cloud Projects
Use the post /v1/cckm/gcp/projects
API to add Google Cloud projects to the linked Google Cloud account.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
projects | array of strings | List of projects to be added. Specify project_id of the desired projects. |
project_id | string | ID of the Google Cloud project. |
Example Request
Example Response
The output shows that a new Google Cloud project with the specified ID is added to the CipherTrust Manager.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.