DaprMetadata interface

The dapr component metadata.

Properties

description

The description of the metadata, returned from configuration api

name

Metadata property name.

required

The value indicating whether the metadata is required or not

secretRef

The secret name where dapr could get value

value

Metadata property value.

Property Details

description

The description of the metadata, returned from configuration api

description?: string

Property Value

string

name

Metadata property name.

name?: string

Property Value

string

required

The value indicating whether the metadata is required or not

required?: string

Property Value

string

secretRef

The secret name where dapr could get value

secretRef?: string

Property Value

string

value

Metadata property value.

value?: string

Property Value

string