Class SiteRoles
Class containing site role constants.
See Tableau API Reference for documentation.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public class SiteRoles : StringEnum<SiteRoles>
Fields
Creator
Gets the name of the Creator site role.
Declaration
public const string Creator = "Creator"
Field Value
Type | Description |
---|---|
string |
Explorer
Gets the name of the Explorer site role.
Declaration
public const string Explorer = "Explorer"
Field Value
Type | Description |
---|---|
string |
ExplorerCanPublish
Gets the name of the Explorer Can Publish site role.
Declaration
public const string ExplorerCanPublish = "ExplorerCanPublish"
Field Value
Type | Description |
---|---|
string |
Guest
Gets the name of the Guest site role.
Declaration
public const string Guest = "Guest"
Field Value
Type | Description |
---|---|
string |
ServerAdministrator
Gets the name of the Server Administrator site role.
Declaration
public const string ServerAdministrator = "ServerAdministrator"
Field Value
Type | Description |
---|---|
string |
SiteAdministratorCreator
Gets the name of the Site Administrator Creator site role.
Declaration
public const string SiteAdministratorCreator = "SiteAdministratorCreator"
Field Value
Type | Description |
---|---|
string |
SiteAdministratorExplorer
Gets the name of the Site Administrator Explorer site role.
Declaration
public const string SiteAdministratorExplorer = "SiteAdministratorExplorer"
Field Value
Type | Description |
---|---|
string |
SupportUser
Gets the name of the Support User site role.
Declaration
public const string SupportUser = "SupportUser"
Field Value
Type | Description |
---|---|
string |
Unlicensed
Gets the name of the Unlicensed site role.
Declaration
public const string Unlicensed = "Unlicensed"
Field Value
Type | Description |
---|---|
string |
Viewer
Gets the name of the Viewer site role.
Declaration
public const string Viewer = "Viewer"
Field Value
Type | Description |
---|---|
string |