Class AdministratorLevels
The Administrator level for the user to be derived from a siterole in SiteRoles.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public class AdministratorLevels : StringEnum<AdministratorLevels>
Fields
None
Name for the level when a user has no administrator permissions.
Declaration
public const string None = "None"
Field Value
Type | Description |
---|---|
string |
Site
Name for the level when a user has Site administrator permissions.
Declaration
public const string Site = "Site"
Field Value
Type | Description |
---|---|
string |