Resource
Base class for resources.
{
    "_create_user": "string",
    "_create_time": 0,
    "_last_modified_user": "string",
    "_last_modified_time": 0,
    "_revision": 0,
    "_resource_type": "string",
    "_system_owned": false,
    "id": "string",
    "display_name": "string",
    "description": "string",
    "site_ids": [
        "string"
    ]
}ID of the user who created this resource.
ID of the user who last modified this resource.
The _revision property describes the current revision of the resource. To prevent clients from overwriting each other's changes, PUT operations must include the current _revision of the resource, which clients should obtain by issuing a GET operation. If the _revision provided in a PUT request is missing or stale, the operation will be rejected.
The type of this resource.
Indicates system owned resource.
Unique identifier of this resource.
Name for the resource to be displayed in logs or GUI. Defaults to ID if not set.
Description of this resource.
Identifiers of the local managers or sites this resource corresponds to.
