ResourceFunctionalities
                                ResourceFunctionalities                            
                            
                            Defines a resource functionality specification
JSON Example
                                    {
    "resourceType": "One among: SYSTEM, HOST, CLUSTER, DOMAIN, EDGE_CLUSTER",
    "resourceId": "string",
    "functionalities": [
        {
            "type": "Sample values: HOST_COMMISSION, HOST_DECOMMISSION",
            "isAllowed": true,
            "errorMessage": "string"
        }
    ]
}
            
            
                                    string
                
                
            
        
        
                resourceType            
                            Required
            
            
        Type of the resource
            
            
                                    string
                
                
            
        
        
                resourceId            
                            Optional
            
            
        ID of the resource
                            
                                    array of 
                
            
            
                                    
                        Functionality                     
                
                
            
        
        
                functionalities            
                            Optional
            
            
        List of functionalities associated with the resource
