InlineManagedResource1
Base type for resources that are managed by API clients
Properties
Timestamp in milliseconds since epoch
ID of the user who created this resource
Timestamp in milliseconds since epoch
ID of the user who last modified this resource
Protection status is one of the following: PROTECTED - the client who retrieved the entity is not allowed to modify it. NOT_PROTECTED - the client who retrieved the entity is allowed to modify it REQUIRE_OVERRIDE - the client who retrieved the entity is a super user and can modify it, but only when providing the request header X-Allow-Overwrite=true. UNKNOWN - the _protection field could not be determined for this entity.
Indicates system owned resource
Description of this resource
Defaults to ID if not set
Unique identifier of this resource
Path of its parent
Absolute path of this object
Path relative from its parent
The type of this resource.
JSON Example
{
"_create_time": 0,
"_create_user": "string",
"_last_modified_time": 0,
"_last_modified_user": "string",
"_protection": "string",
"_system_owned": false,
"description": "string",
"display_name": "string",
"id": "string",
"parent_path": "string",
"path": "string",
"relative_path": "string",
"resource_type": "string"
}
Used By
ManagedResource