[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform

InlineManagedResource1

Base type for resources that are managed by API clients


Properties

integer as int64
_create_time Optional

Timestamp in milliseconds since epoch


string
_create_user Optional

ID of the user who created this resource


integer as int64
_last_modified_time Optional

Timestamp in milliseconds since epoch


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
parent_path Optional

Path of its parent


string
path Optional

Absolute path of this object


string
relative_path Optional

Path relative from its parent


string
resource_type Optional

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"
}
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Used By

ManagedResource

Feedback

Was this page helpful?