VerifyObjectFieldsList
Developer Tools Pack.#
This Script is part of theSupported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
Verifies that a given object includes all the given fields.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Tags | basescript |
Cortex XSOAR Version | 6.0.0 |
#
InputsArgument Name | Description |
---|---|
fields_to_search | Fields to search if they exist in map. |
object | Map in which to search fields. |
#
OutputsPath | Description | Type |
---|---|---|
FieldsExists | If true, all the given fields exist in the object. | boolean |
#
Script Example!VerifyObjectFieldsList fields_to_search=name,type object=${Indicators}
#
Context Example#
Human Readable Output#
ResultsFields name, type are in given context.