The definition of Entity V3 Metadata object.

Hierarchy

  • EntityV3Metadata

Constructors

Properties

The additional owners of the entity, usually a team.

A list of contacts for the entity.

description?: string

Short description of the entity. The UI can leverage the description for display.

displayName?: string

User friendly name of the entity. The UI can leverage the display name for display.

id?: string

A read-only globally unique identifier for the entity generated by Datadog. User supplied values are ignored.

inheritFrom?: string

The entity reference from which to inherit metadata

A list of links for the entity.

managed?: {
    [key: string]: any;
}

A read-only set of Datadog managed attributes generated by Datadog. User supplied values are ignored.

Type declaration

  • [key: string]: any
name: string

Unique name given to an entity under the kind/namespace.

namespace?: string

Namespace is a part of unique identifier. It has a default value of 'default'.

The owner of the entity, usually a team.

tags?: string[]

A set of custom tags.

Generated using TypeDoc