共用方式為


DaprMetadata interface

Dapr component metadata.

Properties

name

Metadata property name.

secretRef

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

value

Metadata property value.

Property Details

name

Metadata property name.

name?: string

Property Value

string

secretRef

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

secretRef?: string

Property Value

string

value

Metadata property value.

value?: string

Property Value

string