ApplicationAppSource

data class ApplicationAppSource(val password: String? = null, val revision: String? = null, val sshKey: String? = null, val type: String, val url: String? = null, val username: String? = null)

Constructors

Link copied to clipboard
constructor(password: String? = null, revision: String? = null, sshKey: String? = null, type: String, url: String? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

Password to use when authenticating to the source. This provider cannot perform drift detection of this configuration.

Link copied to clipboard
val revision: String? = null

For sources that are version-aware, the revision to use.

Link copied to clipboard
val sshKey: String? = null

SSH key to use when authenticating to the source. This provider cannot perform drift detection of this configuration.

Link copied to clipboard

The type of source to use. For example, "archive".

Link copied to clipboard
val url: String? = null

The URL where the app resource can be found.

Link copied to clipboard
val username: String? = null

Username to use when authenticating to the source.