InlineManagedResource1

InlineManagedResource1
InlineManagedResource1
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",
    "resource_type": "string",
    "tags": [
        {
            "scope": "string",
            "tag": "string"
        }
    ]
}
integer As int64 As int64
_create_time
Optional

Timestamp of resource creation

string
_create_user
Optional

ID of the user who created this resource

integer As int64 As int64
_last_modified_time
Optional

Timestamp of last modification

string
_last_modified_user
Optional

ID of the user who last modified this 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.

boolean
_system_owned
Optional

Indicates system owned resource

string
description
Optional

Description of this resource

string
display_name
Optional

Defaults to ID if not set

string
id
Optional

Unique identifier of this resource

string
resource_type
Optional

The type of this resource.

array of Tag
tags
Optional

Opaque identifiers meaningful to the API user