DaprPropertiesResponse

data class DaprPropertiesResponse(val bindingComponentDirection: String, val componentType: String? = null, val metadata: List<DaprMetadataResponse>? = null, val runtimeVersion: String, 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(bindingComponentDirection: String, componentType: String? = null, metadata: List<DaprMetadataResponse>? = null, runtimeVersion: String, scopes: List<String>? = null, secretStoreComponent: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The direction supported by the dapr binding component

Link copied to clipboard
val componentType: String? = null

The dapr component type

Link copied to clipboard

Additional dapr metadata

Link copied to clipboard

The runtime version supported by the properties

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