DiscoveredResource
DiscoveredResource
Base class for resources that are discovered and automatically updated
AllOf
JSON Example
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {
"action": "string",
"href": "string",
"rel": "string"
},
"_last_sync_time": 0,
"description": "string",
"display_name": "string",
"resource_type": "string",
"tags": [
{
"scope": "string",
"tag": "string"
}
]
}