InlineManagedResource1
Base type for resources that are managed by API clients
{
"resource_type": "string",
"_create_user": "string",
"_create_time": 0,
"_last_modified_user": "string",
"_last_modified_time": "EpochMsTimestamp Object",
"_system_owned": false,
"_protection": "string",
"id": "string",
"display_name": "string",
"description": "string",
"path": "string",
"relative_path": "string",
"parent_path": "string"
}
The type of this resource.
ID of the user who created this resource
ID of the user who last modified this resource
Indicates system owned 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.
Unique identifier of this resource
Defaults to ID if not set
Description of this resource
Absolute path of this object
Path relative from its parent
Path of its parent