secret

@JvmName(name = "khmhwtusphydqcuj")
suspend fun secret(value: Output<Map<String, String>>)
@JvmName(name = "savfqmnwuryevvxp")
suspend fun secret(value: Map<String, String>?)

Parameters

value

A map of secrets that will be mounted as files in the volume. Changing this forces a new resource to be created.

Note: Exactly one of empty_dir volume, git_repo volume, secret volume or storage account volume (share_name, storage_account_name, and storage_account_key) must be specified. Note when using a storage account volume, all of share_name, storage_account_name, and storage_account_key must be specified. Note: The secret values must be supplied as Base64 encoded strings. The secret values are decoded to their original values when mounted in the volume on the container.


@JvmName(name = "jqafsuycopnaclqu")
fun secret(vararg values: Pair<String, String>)

Parameters

values

A map of secrets that will be mounted as files in the volume. Changing this forces a new resource to be created.

Note: Exactly one of empty_dir volume, git_repo volume, secret volume or storage account volume (share_name, storage_account_name, and storage_account_key) must be specified. Note when using a storage account volume, all of share_name, storage_account_name, and storage_account_key must be specified. Note: The secret values must be supplied as Base64 encoded strings. The secret values are decoded to their original values when mounted in the volume on the container.