Class PermissionsResponse
The base class for all Permissions Response classes.
Inheritance
PermissionsResponse
Implements
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class PermissionsResponse : TableauServerWithParentResponse<PermissionsType>, ITableauServerWithParentResponse<PermissionsType>, ITableauServerResponse<PermissionsType>, ITableauServerResponse
Properties
Item
The permissions XML element.
Declaration
public override PermissionsType? Item { get; set; }
Property Value
Type | Description |
---|---|
PermissionsType |
Overrides
ParentId
The Id of the parent content type.
Declaration
public Guid? ParentId { get; }
Property Value
Type | Description |
---|---|
Guid? |