MetadataEntity interface

The metadata entity contract.

Properties

applicableScenarios

The list of scenarios applicable to this metadata entity.

dependsOn

The list of keys on which this entity depends on.

displayName

The display name.

id

The resource Id of the metadata entity.

name

The name of the metadata entity.

supportedValues

The list of supported values.

type

The type of the metadata entity.

Property Details

applicableScenarios

The list of scenarios applicable to this metadata entity.

applicableScenarios?: string[]

Property Value

string[]

dependsOn

The list of keys on which this entity depends on.

dependsOn?: string[]

Property Value

string[]

displayName

The display name.

displayName?: string

Property Value

string

id

The resource Id of the metadata entity.

id?: string

Property Value

string

name

The name of the metadata entity.

name?: string

Property Value

string

supportedValues

The list of supported values.

supportedValues?: MetadataSupportedValueDetail[]

Property Value

type

The type of the metadata entity.

type?: string

Property Value

string