LinuxWebAppSiteCredential

data class LinuxWebAppSiteCredential(val name: String? = null, val password: String? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, password: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The Site Credentials Username used for publishing.

Link copied to clipboard
val password: String? = null

The Site Credentials Password used for publishing.