StaticSiteUserInvitationRequestResource Class

Static sites user roles invitation resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.web.v2020_09_01.models._models_py3.ProxyOnlyResource
StaticSiteUserInvitationRequestResource

Constructor

StaticSiteUserInvitationRequestResource(*, kind: str | None = None, domain: str | None = None, provider: str | None = None, user_details: str | None = None, roles: str | None = None, num_hours_to_expiration: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
kind
str

Kind of resource.

domain
str

The domain name for the static site custom domain.

provider
str

The identity provider for the static site user.

user_details
str

The user id for the static site user.

roles
str

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

num_hours_to_expiration
int

The number of hours the sas token stays valid.

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

type
str

Resource type.

system_data

The system metadata relating to this resource.

domain
str

The domain name for the static site custom domain.

provider
str

The identity provider for the static site user.

user_details
str

The user id for the static site user.

roles
str

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

num_hours_to_expiration
int

The number of hours the sas token stays valid.