REST Resource: projects.locations.instances.integrations.connectors.contextProperties

Resource: ContextProperty

This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. ContextProperty - Chronicle SOAR ContextProperty.

JSON representation
{
  "name": string,
  "value": string,
  "key": string
}
Fields
name

string

Identifier. The unique name of the ContextProperty - the property key This value should be 4-63 characters and valid characters are /[a-z][0-9]-/.

value

string

Required. The property value

key

string

Optional. The ContextProperty ID to use for this ContextProperty. This value should be 4-63 characters and valid characters are /[a-z][0-9]-/.

Methods

clearAll

Deletes all context properties associated with a specific parent context.

create

Creates a new context property.

delete

Deletes a specific context property.

get

Gets a single context property by its resource name.

list

Lists all context properties for a specific parent entity.

patch

Updates an existing context property.