GetSecretsSecret

data class GetSecretsSecret(val enabled: Boolean, val id: String, val name: String, val tags: Map<String, String>)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, id: String, name: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether this secret is enabled.

Link copied to clipboard
val id: String

The ID of this secret.

Link copied to clipboard

The name of secret.

Link copied to clipboard

The tags of this secret.