StaticSiteUserInvitationRequestResourceProperties interface
StaticSiteUserInvitationRequestResource resource specific properties
Properties
| domain | The domain name for the static site custom domain. |
| num |
The number of hours the sas token stays valid |
| provider | The identity provider for the static site user. |
| roles | The roles for the static site user, in free-form string format |
| user |
The user id for the static site user. |
Property Details
domain
The domain name for the static site custom domain.
domain?: string
Property Value
string
numHoursToExpiration
The number of hours the sas token stays valid
numHoursToExpiration?: number
Property Value
number
provider
The identity provider for the static site user.
provider?: string
Property Value
string
roles
The roles for the static site user, in free-form string format
roles?: string
Property Value
string
userDetails
The user id for the static site user.
userDetails?: string
Property Value
string