CheckSetQueryResult

CheckSetQueryResult
CheckSetQueryResult

Represents a result of a check-set query call

JSON Example
{
    "queryId": "string",
    "resources": [
        {
            "checkSets": [
                {
                    "checkSetId": "string",
                    "checkSetName": "string",
                    "checkSetType": "string"
                }
            ],
            "domain": {
                "domainId": "string",
                "domainName": "string",
                "domainType": "string"
            },
            "extraContext": {},
            "resourceId": "string",
            "resourceName": "string",
            "resourceType": "string",
            "resourceVersion": "string"
        }
    ]
}
string
queryId
Required

Id of the query, to be provided in the selection API

resources
Required

Resources with check-sets result from the query

Returned By