DaprSecretResponse

data class DaprSecretResponse(val name: String, val value: String)

Dapr component Secret for ListSecrets Action

Constructors

Link copied to clipboard
constructor(name: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Secret Name.

Link copied to clipboard

Secret Value.