Updating a Google Cloud Project
Use the patch /v1/cckm/google/projects/{id}
API to enable or disable audit recording of successful operations for a given Google Cloud project. Use the Google project ID to identify the given project.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
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 the Google Cloud project with the specified ID is enabled for audit recording of successful operations.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.