DaprMetadata Class

Dapr component metadata.

Constructor

DaprMetadata()

Variables

Name Description
name
str

Metadata property name.

value
str

Metadata property value.

secret_ref
str

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

Attributes

name

Metadata property name.

name: str

secretRef

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

secretRef: str

value

Metadata property value.

value: str