Resource: CustomFieldValue
This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. Custom Fields are fields defined on a global level for alert and/or case scope. Custom fields are values set for a specific identifier and scope
JSON representation |
---|
{
"name": string,
"customFieldId": string,
"scope": enum ( |
Fields | |
---|---|
name |
Identifier. Unique identifier of the resource. |
customFieldId |
Required. The id of the parent CustomField that owns this CustomFieldValue |
scope |
Output only. Scope of the value. |
scopeId |
Required. Identifier of the value referencing case or alert. |
values[] |
Required. The custom field value. |
Methods |
|
---|---|
|
Batch update CustomFieldValues. |
|
Get a CustomFieldValue. |
|
Lists CustomFieldValues. |
|
Update a CustomFieldValue. |