AccountKeyDatastoreSecretsArgs

data class AccountKeyDatastoreSecretsArgs(val key: Output<String>? = null, val secretsType: Output<String>) : ConvertibleToJava<AccountKeyDatastoreSecretsArgs>

Datastore account key secrets.

Constructors

Link copied to clipboard
constructor(key: Output<String>? = null, secretsType: Output<String>)

Properties

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

Storage account key.

Link copied to clipboard
val secretsType: Output<String>

Enum to determine the datastore secrets type. Expected value is 'AccountKey'.

Functions

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