DaprComponentProperties interface
Dapr Component resource specific properties
Properties
| component |
Component type |
| ignore |
Boolean describing if the component errors are ignores |
| init |
Initialization timeout |
| metadata | Component metadata |
| scopes | Names of container apps that can use this Dapr component |
| secrets | Collection of secrets used by a Dapr component |
| secret |
Name of a Dapr component to retrieve component secrets from |
| service |
List of container app services that are bound to the Dapr component |
| version | Component version |
Property Details
componentType
Component type
componentType?: string
Property Value
string
ignoreErrors
Boolean describing if the component errors are ignores
ignoreErrors?: boolean
Property Value
boolean
initTimeout
Initialization timeout
initTimeout?: string
Property Value
string
metadata
scopes
Names of container apps that can use this Dapr component
scopes?: string[]
Property Value
string[]
secrets
secretStoreComponent
Name of a Dapr component to retrieve component secrets from
secretStoreComponent?: string
Property Value
string
serviceComponentBind
List of container app services that are bound to the Dapr component
serviceComponentBind?: DaprComponentServiceBinding[]
Property Value
version
Component version
version?: string
Property Value
string