SecretArgs

data class SecretArgs(val data: Output<String>? = null, val labels: Output<List<SecretLabelArgs>>? = null, val name: Output<String>? = null) : ConvertibleToJava<SecretArgs>

Import

#!/bin/bash Docker secret cannot be imported as the secret data, once set, is never exposed again.

Constructors

Link copied to clipboard
constructor(data: Output<String>? = null, labels: Output<List<SecretLabelArgs>>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard
val data: Output<String>? = null

Base64-url-safe-encoded secret data

Link copied to clipboard
val labels: Output<List<SecretLabelArgs>>? = null

User-defined key/value metadata

Link copied to clipboard
val name: Output<String>? = null

User-defined name of the secret

Functions

Link copied to clipboard
open override fun toJava(): SecretArgs