CheckSetRunInput

CheckSetRunInput
CheckSetRunInput

Check-set selection for resources

JSON Example
{
    "queryId": "string",
    "resources": [
        {
            "resourceName": "string",
            "resourceId": "string",
            "resourceType": "string",
            "domain": {
                "domainName": "string",
                "domainType": "string",
                "domainId": "string"
            },
            "checkSets": [
                {
                    "checkSetId": "string",
                    "empty": false
                }
            ]
        }
    ],
    "metadata": {
        "targetVersion": "5.0.0.0",
        "resources": [
            {
                "type": "string",
                "id": "string",
                "name": "string",
                "domainId": "string",
                "targetVersion": "string"
            }
        ],
        "upgradeId": "string"
    }
}
string
queryId
Required

Id of the query the selection was based on

resources
Required

Information about the resource and its selection

metadata
Optional

Metadata about the assessment run that is triggered and passed to the result

Parameter To