public final class StaticSiteUserInvitationRequestResource extends ProxyOnlyResource
| Constructor and Description |
|---|
StaticSiteUserInvitationRequestResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
domain()
Get the domain property: The domain name for the static site custom domain.
|
Integer |
numHoursToExpiration()
Get the numHoursToExpiration property: The number of hours the sas token stays valid.
|
String |
provider()
Get the provider property: The identity provider for the static site user.
|
String |
roles()
Get the roles property: The roles for the static site user, in free-form string format.
|
String |
userDetails()
Get the userDetails property: The user id for the static site user.
|
void |
validate()
Validates the instance.
|
StaticSiteUserInvitationRequestResource |
withDomain(String domain)
Set the domain property: The domain name for the static site custom domain.
|
StaticSiteUserInvitationRequestResource |
withKind(String kind)
Set the kind property: Kind of resource.
|
StaticSiteUserInvitationRequestResource |
withNumHoursToExpiration(Integer numHoursToExpiration)
Set the numHoursToExpiration property: The number of hours the sas token stays valid.
|
StaticSiteUserInvitationRequestResource |
withProvider(String provider)
Set the provider property: The identity provider for the static site user.
|
StaticSiteUserInvitationRequestResource |
withRoles(String roles)
Set the roles property: The roles for the static site user, in free-form string format.
|
StaticSiteUserInvitationRequestResource |
withUserDetails(String userDetails)
Set the userDetails property: The user id for the static site user.
|
kindpublic StaticSiteUserInvitationRequestResource()
public StaticSiteUserInvitationRequestResource withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public String domain()
public StaticSiteUserInvitationRequestResource withDomain(String domain)
domain - the domain value to set.public String provider()
public StaticSiteUserInvitationRequestResource withProvider(String provider)
provider - the provider value to set.public String userDetails()
public StaticSiteUserInvitationRequestResource withUserDetails(String userDetails)
userDetails - the userDetails value to set.public String roles()
public StaticSiteUserInvitationRequestResource withRoles(String roles)
roles - the roles value to set.public Integer numHoursToExpiration()
public StaticSiteUserInvitationRequestResource withNumHoursToExpiration(Integer numHoursToExpiration)
numHoursToExpiration - the numHoursToExpiration value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.