DaprPropertiesResponse

data class DaprPropertiesResponse(val componentType: String? = null, val metadata: List<DaprMetadataResponse>? = null, val scopes: List<String>? = null, val secretStoreComponent: String? = null, val version: String? = null)

Indicates some additional properties for dapr client type

Constructors

Link copied to clipboard
constructor(componentType: String? = null, metadata: List<DaprMetadataResponse>? = null, scopes: List<String>? = null, secretStoreComponent: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val componentType: String? = null

The dapr component type

Link copied to clipboard

Additional dapr metadata

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

The dapr component scopes

Link copied to clipboard

The name of a secret store dapr to retrieve secret

Link copied to clipboard
val version: String? = null

The dapr component version