StaticSiteUserARMResourceProperties Class

StaticSiteUserARMResource resource specific properties.

Constructor

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

Variables

Name Description
provider
str

The identity provider for the static site user.

user_id
str

The user id for the static site user.

display_name
str

The display name for the static site user.

roles
str

The roles for the static site user, in free-form string format.

Attributes

display_name

The display name for the static site user.

display_name: str | None

provider

The identity provider for the static site user.

provider: str | None

roles

The roles for the static site user, in free-form string format.

roles: str | None

user_id

The user id for the static site user.

user_id: str | None