Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace StandardTagDefinitionTemplate

The template of the tag definition. This object includes necessary details to create the provided standard tag definition.

Properties

description

description: string

The default description of the tag namespace that users can use to create the tag definition

Optional enumMutability

enumMutability: EnumMutability

The mutability of the possible values list for enum tags. This will default to IMMUTABLE for string value tags

isCostTracking

isCostTracking: boolean

Is the tag a cost tracking tag. Default will be false as cost tracking tags have been deprecated

Optional possibleValues

possibleValues: Array<string>

List of possible values. An optional parameter that will be present if the type of definition is enum.

tagDefinitionName

tagDefinitionName: string

The name of this standard tag definition

type

type: Type

The type of tag definition. Enum or string.

Functions

getDeserializedJsonObj

getJsonObj