BlobStorageTokenStoreArgs

data class BlobStorageTokenStoreArgs(val sasUrlSettingName: Output<String>? = null) : 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>? = null)

Properties

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

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

Functions

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