CheckSetQueryResourceResult

CheckSetQueryResourceResult
CheckSetQueryResourceResult

Represents a result of a check-set query call for a given resource

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

Check set candidates to select from

domain
Optional

Information about the domain the resource belongs to

object
extraContext
Optional

extraContext

string
resourceId
Optional

Id of the resource

string
resourceName
Optional

Name of the resource

string
resourceType
Optional

Type of the resource

string
resourceVersion
Optional

Current version of the resource