CheckSetResourceSelection

CheckSetResourceSelection
CheckSetResourceSelection

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

JSON Example
{
    "checkSets": [
        {
            "checkSetId": "string"
        }
    ],
    "domain": {
        "domainId": "string",
        "domainName": "string",
        "domainType": "string"
    },
    "resourceId": "string",
    "resourceName": "string",
    "resourceType": "string"
}
checkSets
Optional

Information about the selected check-set candidates

domain
Optional

Information about the assessed domain

string
resourceId
Required

Id of the resource

string
resourceName
Required

Name of the resource

string
resourceType
Required

Type of the resource

Property Of