DaprMetadataResponse

data class DaprMetadataResponse(val name: String? = null, val secretRef: String? = null, val value: String? = null)

The dapr component metadata.

Constructors

Link copied to clipboard
constructor(name: String? = null, secretRef: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Metadata property name.

Link copied to clipboard
val secretRef: String? = null

The secret name where dapr could get value

Link copied to clipboard
val value: String? = null

Metadata property value.