Token Store Args
data class TokenStoreArgs(val azureBlobStorage: Output<BlobStorageTokenStoreArgs>? = null, val enabled: Output<Boolean>? = null, val tokenRefreshExtensionHours: Output<Double>? = null) : ConvertibleToJava<TokenStoreArgs>
The configuration settings of the token store.
Constructors
Link copied to clipboard
constructor(azureBlobStorage: Output<BlobStorageTokenStoreArgs>? = null, enabled: Output<Boolean>? = null, tokenRefreshExtensionHours: Output<Double>? = null)