AccountKeyDatastoreCredentialsArgs

data class AccountKeyDatastoreCredentialsArgs(val credentialsType: Output<String>, val secrets: Output<AccountKeyDatastoreSecretsArgs>) : ConvertibleToJava<AccountKeyDatastoreCredentialsArgs>

Account key datastore credentials configuration.

Constructors

Link copied to clipboard
constructor(credentialsType: Output<String>, secrets: Output<AccountKeyDatastoreSecretsArgs>)

Properties

Link copied to clipboard
val credentialsType: Output<String>

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

Link copied to clipboard

Required Storage account secrets.

Functions

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