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

Name of the resource

string
resourceId
Required

Id of the resource

string
resourceType
Required

Type of the resource

domain
Optional

Information about the assessed domain

checkSets
Required

Information about the selected check-set candidates

Property Of