InlineRestoreStatus0
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.
Timestamp in milliseconds since epoch.
ID of the user who last modified this resource.
Timestamp in milliseconds since epoch.
The _revision property describes the current revision of the resource. To prevent clients from overwriting each other's changes, update operations must include the current _revision of the resource in request body, which clients should obtain by issuing a GET operation.
- First, issue a GET request to current state of the resource. 2. Change the payload as needed to PUT. Retain the _revision as returned in the GET call. 3. Include this _revision value in the PUT request body.
If the
_revisionfield is missing, the request will be rejected with HTTP 428 (Precondition Required). If the_revisionis stale (another update occurred), the request will be rejected with HTTP 412 (Precondition Failed).
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.