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

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.v2023_01_01.models._models_py3.ProxyOnlyResource
StaticSiteBasicAuthPropertiesARMResource

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
str

Kind of resource.

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.

environments

The list of enabled environments for Basic Auth if ApplicableEnvironmentsMode is set to SpecifiedEnvironments.

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

type
str

Resource type.

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.

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.