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.v2021_03_01.models._models_py3.ProxyOnlyResourceStaticSiteUserInvitationRequestResource
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
|
Kind of resource. |
domain
|
The domain name for the static site custom domain. |
provider
|
The identity provider for the static site user. |
user_details
|
The user id for the static site user. |
roles
|
The roles for the static site user, in free-form string format. |
num_hours_to_expiration
|
The number of hours the sas token stays valid. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
domain
|
The domain name for the static site custom domain. |
provider
|
The identity provider for the static site user. |
user_details
|
The user id for the static site user. |
roles
|
The roles for the static site user, in free-form string format. |
num_hours_to_expiration
|
The number of hours the sas token stays valid. |
Azure SDK for Python