StaticSiteBasicAuthPropertiesARMResource Class
Static site basic auth properties ARM resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2022_09_01.models._models_py3.ProxyOnlyResourceStaticSiteBasicAuthPropertiesARMResource
Constructor
StaticSiteBasicAuthPropertiesARMResource(*, kind: str | None = None, password: str | None = None, secret_url: str | None = None, applicable_environments_mode: str | None = None, environments: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
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. |
environments
|
The list of enabled environments for Basic Auth if ApplicableEnvironmentsMode is set to SpecifiedEnvironments. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
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. |
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. |
Azure SDK for Python