Adding Google Cloud Projects
Use the post /v1/cckm/google/projects
API to add a Google Cloud project to the linked Google Cloud account.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
project_id | string | ID of the Google Cloud project. |
connection | string | Name of the connection associated with the project. This field is applicable only if the connection is used to add the project. |
enable_success_audit_event | boolean | Indicates whether audit recording of successful operations for a Google Cloud project is enabled or disabled. This field is optional. Default value is true. |
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.