Package version:

Dapr component metadata.

interface DaprMetadata {
    name?: string;
    secretRef?: string;
    value?: string;
}

Properties

name?: string

Metadata property name.

secretRef?: string

Name of the Dapr Component secret from which to pull the metadata property value.

value?: string

Metadata property value.