Entity response attributes containing core entity metadata fields.

Hierarchy

  • EntityResponseDataAttributes

Constructors

Properties

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

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
apiVersion?: string

The API version of the entity schema.

description?: string

A short description of the entity.

displayName?: string

The user-friendly display name of the entity.

kind?: string

The kind of the entity (e.g. service, datastore, queue).

name?: string

The unique name of the entity within its kind and namespace.

namespace?: string

The namespace the entity belongs to.

owner?: string

The owner of the entity, usually a team.

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

Additional custom properties for the entity.

Type declaration

  • [key: string]: any
tags?: string[]

A set of custom tags assigned to the entity.

Generated using TypeDoc