Interface ICapability
The interface for a grantee's capability.
Namespace: Tableau.Migration.Content.Permissions
Assembly: Tableau.Migration.dll
Syntax
public interface ICapability
Properties
Mode
The capability mode from PermissionsCapabilityModes.
Declaration
string Mode { get; }
Property Value
Type | Description |
---|---|
string |
Name
The capability name from PermissionsCapabilityNames.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |