EnvironmentDaprComponentMetadata

data class EnvironmentDaprComponentMetadata(val name: String, val secretName: String? = null, val value: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Metadata configuration item.

Link copied to clipboard
val secretName: String? = null

The name of a secret specified in the secrets block that contains the value for this metadata configuration item.

Link copied to clipboard
val value: String? = null

The value for this metadata configuration item.