Share via


DaprComponentProperties interface

Dapr Component resource specific properties

Properties

componentType

Component type

ignoreErrors

Boolean describing if the component errors are ignores

initTimeout

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

secretStoreComponent

Name of a Dapr component to retrieve component secrets from

serviceComponentBind

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

Component metadata

metadata?: DaprMetadata[]

Property Value

scopes

Names of container apps that can use this Dapr component

scopes?: string[]

Property Value

string[]

secrets

Collection of secrets used by a Dapr component

secrets?: Secret[]

Property Value

Secret[]

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