StaticSiteBasicAuthPropertiesARMResourceProperties Class
StaticSiteBasicAuthPropertiesARMResource resource specific properties.
Constructor
StaticSiteBasicAuthPropertiesARMResourceProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
password
|
The password for basic auth. |
|
secret_url
|
Url to the secret in Key Vault. |
|
applicable_environments_mode
|
State indicating if basic auth is enabled and for what environments it is active. Required. |
|
environments
|
The list of enabled environments for Basic Auth if ApplicableEnvironmentsMode is set to SpecifiedEnvironments. |
|
secret_state
|
State indicating if basic auth has a secret and what type it is. |
Attributes
applicable_environments_mode
State indicating if basic auth is enabled and for what environments it is active. Required.
applicable_environments_mode: str
environments
The list of enabled environments for Basic Auth if ApplicableEnvironmentsMode is set to SpecifiedEnvironments.
environments: list[str] | None
password
The password for basic auth.
password: str | None
secret_state
State indicating if basic auth has a secret and what type it is.
secret_state: str | None
secret_url
Url to the secret in Key Vault.
secret_url: str | None