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"
                }
            ]
        }
    ]
}
string
queryId
Required

Id of the query the selection was based on

resources
Required

Information about the resource and its selection

Parameter To