IntelligenceOperation (type)

{
  "additionalProperties": false, 
  "description": "NSX Intelligence available operation and related permission based on user's roles.", 
  "id": "IntelligenceOperation", 
  "properties": {
    "can_access": {
      "description": "Operation availability based on user's roles.", 
      "readonly": true, 
      "title": "Operation availability", 
      "type": "boolean"
    }, 
    "operation_id": {
      "description": "String for the operation id.", 
      "readonly": true, 
      "title": "The operation id", 
      "type": "string"
    }
  }, 
  "title": "NSX Intelligence node available operation", 
  "type": "object"
}