CheckSetQueryResourceResult

CheckSetQueryResourceResult
CheckSetQueryResourceResult

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

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

Name of the resource

string
resourceId
Optional

Id of the resource

string
resourceType
Optional

Type of the resource

string
resourceVersion
Optional

Current version of the resource

domain
Optional

Information about the domain the resource belongs to

checkSets
Optional

Check set candidates to select from

object
extraContext
Optional

extraContext