CheckSetQueryResult
CheckSetQueryResult
Represents a result of a check-set query call
JSON Example
{
"queryId": "string",
"resources": [
{
"resourceName": "string",
"resourceId": "string",
"resourceType": "string",
"resourceVersion": "string",
"domain": {
"domainId": "string",
"domainName": "string",
"domainType": "string"
},
"checkSets": [
{
"checkSetId": "string",
"checkSetName": "string",
"checkSetType": "string"
}
],
"extraContext": {
"extraContext": {}
}
}
]
}
string
queryId
Required
Id of the query, to be provided in the selection API
array of CheckSetQueryResourceResult
resources
Required
Resources with check-sets result from the query