Class PermissionsCapabilityModes
The capability modes for a specific content type.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public class PermissionsCapabilityModes : StringEnum<PermissionsCapabilityModes>
Fields
Allow
The name of the Allow capability mode.
Declaration
public const string Allow = "Allow"
Field Value
Type | Description |
---|---|
string |
Deny
The name of the Deny capability mode.
Declaration
public const string Deny = "Deny"
Field Value
Type | Description |
---|---|
string |