InlineManagedResource1

InlineManagedResource1
InlineManagedResource1

Base type for resources that are managed by API clients

JSON Example
{
    "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"
}
string
resource_type
Optional

The type of this resource.

string
_create_user
Optional

ID of the user who created this resource

_create_time
Optional

Timestamp of resource creation

string
_last_modified_user
Optional

ID of the user who last modified this resource

_last_modified_time
Optional

Timestamp of last modification

boolean
_system_owned
Optional

Indicates system owned resource

string
_protection
Optional

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.

string
id
Optional

Unique identifier of this resource

string
display_name
Optional
Constraints: maxLength: 255

Defaults to ID if not set

string
description
Optional
Constraints: maxLength: 1024

Description of this resource

string
path
Optional

Absolute path of this object

string
relative_path
Optional

Path relative from its parent

string
parent_path
Optional

Path of its parent