StaticSiteBasicAuthPropertiesARMResource Class
Static site basic auth properties ARM resource.
Variables are only populated by the server, and will be ignored when sending a request.
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. Default value: None
|
|
password
|
The password for basic auth. Default value: None
|
|
secret_url
|
Url to the secret in Key Vault. Default value: None
|
|
applicable_environments_mode
|
State indicating if basic auth is enabled and for what environments it is active. Default value: None
|
|
environments
|
The list of enabled environments for Basic Auth if ApplicableEnvironmentsMode is set to SpecifiedEnvironments. Default value: None
|
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. |