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"
}
                            
                                    array of 
                
            
            
                                    
                        SelectedCheckSetCandidate                     
                
                
            
        
        
                checkSets            
                            Optional
            
            
        Information about the selected check-set candidates
            
            
                                    string
                
                
            
        
        
                resourceId            
                            Required
            
            
        Id of the resource
            
            
                                    string
                
                
            
        
        
                resourceName            
                            Required
            
            
        Name of the resource
            
            
                                    string
                
                
            
        
        
                resourceType            
                            Required
            
            
        Type of the resource
