DaprProperties interface

Indicates some additional properties for dapr client type

Properties

bindingComponentDirection

The direction supported by the dapr binding component NOTE: This property will not be serialized. It can only be populated by the server.

componentType

The dapr component type

metadata

Additional dapr metadata

runtimeVersion

The runtime version supported by the properties NOTE: This property will not be serialized. It can only be populated by the server.

scopes

The dapr component scopes

secretStoreComponent

The name of a secret store dapr to retrieve secret

version

The dapr component version

Property Details

bindingComponentDirection

The direction supported by the dapr binding component NOTE: This property will not be serialized. It can only be populated by the server.

bindingComponentDirection?: string

Property Value

string

componentType

The dapr component type

componentType?: string

Property Value

string

metadata

Additional dapr metadata

metadata?: DaprMetadata[]

Property Value

runtimeVersion

The runtime version supported by the properties NOTE: This property will not be serialized. It can only be populated by the server.

runtimeVersion?: string

Property Value

string

scopes

The dapr component scopes

scopes?: string[]

Property Value

string[]

secretStoreComponent

The name of a secret store dapr to retrieve secret

secretStoreComponent?: string

Property Value

string

version

The dapr component version

version?: string

Property Value

string