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 |
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 |
Required. The property value |
key |
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 |
|
|---|---|
|
Deletes all context properties associated with a specific parent context. |
|
Creates a new context property. |
|
Deletes a specific context property. |
|
Gets a single context property by its resource name. |
|
Lists all context properties for a specific parent entity. |
|
Updates an existing context property. |