Full name: projects.locations.instances.integrations.connectors.contextProperties.create
Creates a new context property. Use this method to attach custom data to a specific context. Property keys must be unique within their context.
HTTP request
POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{parent}/contextProperties Path parameters
| Parameters | |
|---|---|
parent |
Required. The instance to create the ContextProperty for. Format: projects/{project}/locations/{location}/instances/{instance} projects/{project}/locations/{location}/instances/{instance}/cases/{case} projects/{project}/locations/{location}/instances/{instance}/cases/{case}/caseAlerts/{alert} projects/{project}/locations/{location}/instances/{instance}/integrations/{integration}/connectors/{connector} projects/{project}/locations/{location}/instances/{instance}/integrations/{integration}/jobs/{job} |
Request body
The request body contains an instance of ContextProperty.
Response body
If successful, the response body contains a newly created instance of ContextProperty.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chroniclehttps://www.googleapis.com/auth/chronicle.readonly
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
chronicle.contextProperties.update
For more information, see the IAM documentation.