CheckSetResourceSelection

CheckSetResourceSelection
CheckSetResourceSelection

Represents a selection of check-set candidates over a given resource

JSON Example
{
    "resourceName": "string",
    "resourceId": "string",
    "resourceType": "string",
    "domain": {
        "domainName": "string",
        "domainType": "string",
        "domainId": "string"
    },
    "checkSets": [
        {
            "checkSetId": "string",
            "empty": false
        }
    ]
}
string
resourceName
Required  
Constraints: minLength: 1

Name of the resource

string
resourceId
Required  
Constraints: minLength: 1

Id of the resource

string
resourceType
Required  
Constraints: minLength: 1

Type of the resource

domain
Optional

Information about the assessed domain

checkSets
Required  
Constraints: minItems: 1

Information about the selected check-set candidates

Property Of