FileSystemTokenStoreArgs

data class FileSystemTokenStoreArgs(val directory: Output<String>? = null) : ConvertibleToJava<FileSystemTokenStoreArgs>

The configuration settings of the storage of the tokens if a file system is used.

Constructors

Link copied to clipboard
constructor(directory: Output<String>? = null)

Properties

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

The directory in which the tokens will be stored.

Functions

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