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.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.