你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StaticSiteBasicAuthPropertiesARMResourceProperties Class

StaticSiteBasicAuthPropertiesARMResource resource specific properties.

Constructor

StaticSiteBasicAuthPropertiesARMResourceProperties(*args: Any, **kwargs: Any)

Variables

Name Description
password
str

The password for basic auth.

secret_url
str

Url to the secret in Key Vault.

applicable_environments_mode
str

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
str

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