DaprComponentProperties interface
Dapr Component resource specific properties
Properties
| component |
Component type |
| deployment |
Any errors that occurred during deployment or deployment validation |
| ignore |
Boolean describing if the component errors are ignores |
| init |
Initialization timeout |
| metadata | Component metadata |
| provisioning |
Provisioning state of the Connected Environment Dapr Component. |
| 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 |
| version | Component version |
Property Details
componentType
Component type
componentType?: string
Property Value
string
deploymentErrors
Any errors that occurred during deployment or deployment validation
deploymentErrors?: 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
provisioningState
Provisioning state of the Connected Environment Dapr Component.
provisioningState?: string
Property Value
string
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
version
Component version
version?: string
Property Value
string