Class LicenseLevels
The license levels to be derived from a siterole in SiteRoles.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public class LicenseLevels : StringEnum<LicenseLevels>
Fields
Creator
Gets the name of the Creator license level.
Declaration
public const string Creator = "Creator"
Field Value
Type | Description |
---|---|
string |
Explorer
Gets the name of the Explorer license level.
Declaration
public const string Explorer = "Explorer"
Field Value
Type | Description |
---|---|
string |
Unlicensed
Gets the name of the license level when a user is unlicensed.
Declaration
public const string Unlicensed = "Unlicensed"
Field Value
Type | Description |
---|---|
string |
Viewer
Gets the name of the Viewer license level.
Declaration
public const string Viewer = "Viewer"
Field Value
Type | Description |
---|---|
string |