DaprProperties interface
Indicates some additional properties for dapr client type
Properties
| binding |
The direction supported by the dapr binding component NOTE: This property will not be serialized. It can only be populated by the server. |
| component |
The dapr component type |
| metadata | Additional dapr metadata |
| runtime |
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 |
| secret |
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
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