DaprComponentProperties Class

Dapr Component resource specific properties.

Constructor

DaprComponentProperties()

Variables

Name Description
componentType
str

Component type.

version
str

Component version.

ignoreErrors

Boolean describing if the component errors are ignores.

initTimeout
str

Initialization timeout.

secrets
list[<xref:"Secret">]

Collection of secrets used by a Dapr component.

secretStoreComponent
str

Name of a Dapr component to retrieve component secrets from.

metadata
list[<xref:"DaprMetadata">]

Component metadata.

scopes

Names of container apps that can use this Dapr component.

provisioningState
Union[str, <xref:"DaprComponentProvisioningState">]

Provisioning state of the Connected Environment Dapr Component. Known values are: "Succeeded", "Failed", "Canceled", "InProgress", and "Deleting".

deploymentErrors
str

Any errors that occurred during deployment or deployment validation.

Attributes

componentType

Component type.

componentType: str

deploymentErrors

Any errors that occurred during deployment or deployment validation.

deploymentErrors: str

ignoreErrors

Boolean describing if the component errors are ignores.

ignoreErrors: bool

initTimeout

Initialization timeout.

initTimeout: str

metadata

Component metadata.

metadata: list['DaprMetadata']

provisioningState

Provisioning state of the Connected Environment Dapr Component. Known values are: "Succeeded", "Failed", "Canceled", "InProgress", and "Deleting".

provisioningState: str | DaprComponentProvisioningState

scopes

Names of container apps that can use this Dapr component.

scopes: list[str]

secretStoreComponent

Name of a Dapr component to retrieve component secrets from.

secretStoreComponent: str

secrets

Collection of secrets used by a Dapr component.

secrets: list['Secret']

version

Component version.

version: str