ConfigurationProtectedFile

data class ConfigurationProtectedFile(val content: String, val contentHash: String? = null, val virtualPath: String)

Constructors

Link copied to clipboard
constructor(content: String, contentHash: String? = null, virtualPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the base-64 encoded contents of this config file (Sensitive).

Link copied to clipboard
val contentHash: String? = null

The hash of the contents of this configuration file prefixed by the algorithm used.

Link copied to clipboard

Specifies the path of this config file.