DaprMetadata interface
Dapr component metadata.
Properties
name | Metadata property name. |
secret |
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