StaticSiteUserInvitationRequestResource Class
Static sites user roles invitation resource.
Variables are only populated by the server, and will be ignored when sending a request.
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. Default value: None
|
|
domain
|
The domain name for the static site custom domain. Default value: None
|
|
provider
|
The identity provider for the static site user. Default value: None
|
|
user_details
|
The user id for the static site user. Default value: None
|
|
roles
|
The roles for the static site user, in free-form string format. Default value: None
|
|
num_hours_to_expiration
|
The number of hours the sas token stays valid. Default value: None
|
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. |