StaticWebAppBasicAuth

data class StaticWebAppBasicAuth(val environments: String, val password: String)

Constructors

Link copied to clipboard
constructor(environments: String, password: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Environment types to use the Basic Auth for access. Possible values include AllEnvironments and StagingEnvironments.

Link copied to clipboard

The password for the basic authentication access.