Share via


ConnectedEnvironmentDaprComponentProperties interface

Dapr component properties

Extends

Properties

deploymentErrors

Any errors that occurred during deployment or deployment validation NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState

Provisioning state of the Connected Environment Dapr Component. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited 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

deploymentErrors

Any errors that occurred during deployment or deployment validation NOTE: This property will not be serialized. It can only be populated by the server.

deploymentErrors?: string

Property Value

string

provisioningState

Provisioning state of the Connected Environment Dapr Component. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

Inherited Property Details

componentType

Component type

componentType?: string

Property Value

string

Inherited From DaprComponentProperties.componentType

ignoreErrors

Boolean describing if the component errors are ignores

ignoreErrors?: boolean

Property Value

boolean

Inherited From DaprComponentProperties.ignoreErrors

initTimeout

Initialization timeout

initTimeout?: string

Property Value

string

Inherited From DaprComponentProperties.initTimeout

metadata

Component metadata

metadata?: DaprMetadata[]

Property Value

Inherited From DaprComponentProperties.metadata

scopes

Names of container apps that can use this Dapr component

scopes?: string[]

Property Value

string[]

Inherited From DaprComponentProperties.scopes

secrets

Collection of secrets used by a Dapr component

secrets?: Secret[]

Property Value

Secret[]

Inherited From DaprComponentProperties.secrets

secretStoreComponent

Name of a Dapr component to retrieve component secrets from

secretStoreComponent?: string

Property Value

string

Inherited From DaprComponentProperties.secretStoreComponent

serviceComponentBind

List of container app services that are bound to the Dapr component

serviceComponentBind?: DaprComponentServiceBinding[]

Property Value

Inherited From DaprComponentProperties.serviceComponentBind

version

Component version

version?: string

Property Value

string

Inherited From DaprComponentProperties.version