Package version:

Interface ValidatedSolutionRecipeComponentMetadata

Represents metadata associated with a component available in a validated solution recipe.

interface ValidatedSolutionRecipeComponentMetadata {
    catalog?: string;
    enableAutomaticUpgrade?: boolean;
    expectedHash?: string;
    extensionType?: string;
    lcmUpdate?: boolean;
    link?: string;
    name?: string;
    previewSource?: string;
    publisher?: string;
    releaseTrain?: string;
    ring?: string;
}

Properties

catalog?: string

Specifies the catalog to which the extension belongs.

enableAutomaticUpgrade?: boolean

Indicates whether automatic upgrades of the extension are enabled.

expectedHash?: string

Specifies the expected hash of the extension.

extensionType?: string

Represents the type of extension.

lcmUpdate?: boolean

Indicates whether the LCM (Lifecycle Management) update of the extension is enabled.

link?: string

Specifies the link associated with the extension.

name?: string

Specifies the name of the extension.

previewSource?: string

Specifies the preview source of the extension.

publisher?: string

Represents the publisher of the extension.

releaseTrain?: string

Specifies the release train to which given component belongs.

ring?: string

Specifies the ring to which the extension belongs, internally used by component.