GetWorkersSecretsResult

data class GetWorkersSecretsResult(val name: String, val type: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of this secret, this is what will be used to access it inside the Worker.

Link copied to clipboard

The type of secret. Available values: "secret_text".