Class GranteeCapabilityType
Class that defines the Grantee Capability element for the Tableau REST API XML response.
Namespace: Tableau.Migration.Api.Rest.Models.Types
Assembly: Tableau.Migration.dll
Syntax
public class GranteeCapabilityType
Constructors
GranteeCapabilityType(IGranteeCapability)
Constructor to build from IGranteeCapability.
Declaration
public GranteeCapabilityType(IGranteeCapability granteeCapability)
Parameters
Type | Name | Description |
---|---|---|
IGranteeCapability | granteeCapability |
Properties
Capabilities
The collection of grantee capabilities.
Declaration
public CapabilityType[] Capabilities { get; set; }
Property Value
Type | Description |
---|---|
CapabilityType[] |
GranteeId
Gets the ID of the grantee.
Declaration
public Guid GranteeId { get; }
Property Value
Type | Description |
---|---|
Guid |
GranteeType
Gets the type of grantee.
Declaration
public GranteeType GranteeType { get; }
Property Value
Type | Description |
---|---|
GranteeType |
Group
The group element if present.
Declaration
public GranteeCapabilityType.GroupType? Group { get; set; }
Property Value
Type | Description |
---|---|
GranteeCapabilityType.GroupType |
User
The user element if present.
Declaration
public GranteeCapabilityType.UserType? User { get; set; }
Property Value
Type | Description |
---|---|
GranteeCapabilityType.UserType |