BlobStorageTokenStoreArgs

data class BlobStorageTokenStoreArgs(val sasUrlSettingName: Output<String>) : ConvertibleToJava<BlobStorageTokenStoreArgs>

The configuration settings of the storage of the tokens if blob storage is used.

Constructors

Link copied to clipboard
constructor(sasUrlSettingName: Output<String>)

Properties

Link copied to clipboard

The name of the app secrets containing the SAS URL of the blob storage containing the tokens.

Functions

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