DiscoveredResourceScope (type)

{
  "id": "DiscoveredResourceScope", 
  "module_id": "Common", 
  "properties": {
    "scope_id": {
      "description": "Specifies the scope id of discovered resource.", 
      "required": false, 
      "title": "Scope Id of scope for discovered resource", 
      "type": "string"
    }, 
    "scope_type": {
      "description": "Type of the scope for the discovered resource.", 
      "enum": [
        "CONTAINER_CLUSTER", 
        "VPC"
      ], 
      "required": false, 
      "title": "Type of scope", 
      "type": "string"
    }
  }, 
  "title": "Scope of discovered resource", 
  "type": "object"
}