whitelist_evaluate_response
Whitelist evaluate response
whitelist_pattern_results object[]
Array [
whitelist_patternstring
Pattern string interpreted in the format defined by type property
statusstring[]
Possible values: [OK, INVALID_GLOB_PATTERN, INVALID_REGEX_PATTERN]
]
command_results object[]
Array [
commandstring
Evaluated command
allowedboolean
Is command allowed by whitelist patterns
]
whitelist_evaluate_response
{
"whitelist_pattern_results": [
{
"whitelist_pattern": "string",
"status": [
"OK"
]
}
],
"command_results": [
{
"command": "string",
"allowed": true
}
]
}