StaticSiteUserInvitationRequestResourceProperties Class
StaticSiteUserInvitationRequestResource resource specific properties.
Constructor
StaticSiteUserInvitationRequestResourceProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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. |
Attributes
domain
The domain name for the static site custom domain.
domain: str | None
num_hours_to_expiration
The number of hours the sas token stays valid.
num_hours_to_expiration: int | 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_details
The user id for the static site user.
user_details: str | None