GetDaprComponentResult

data class GetDaprComponentResult(val componentType: String? = null, val id: String, val ignoreErrors: Boolean? = null, val initTimeout: String? = null, val metadata: List<DaprMetadataResponse>? = null, val name: String, val scopes: List<String>? = null, val secrets: List<SecretResponse>? = null, val systemData: SystemDataResponse, val type: String, val version: String? = null)

Dapr Component.

Constructors

Link copied to clipboard
constructor(componentType: String? = null, id: String, ignoreErrors: Boolean? = null, initTimeout: String? = null, metadata: List<DaprMetadataResponse>? = null, name: String, scopes: List<String>? = null, secrets: List<SecretResponse>? = null, systemData: SystemDataResponse, type: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val componentType: String? = null

Component type

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard
val ignoreErrors: Boolean? = null

Boolean describing if the component errors are ignores

Link copied to clipboard
val initTimeout: String? = null

Initialization timeout

Link copied to clipboard

Component metadata

Link copied to clipboard

The name of the resource

Link copied to clipboard
val scopes: List<String>? = null

Names of container apps that can use this Dapr component

Link copied to clipboard

Collection of secrets used by a Dapr component

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val version: String? = null

Component version