Interface IProjectType
Interface for a project REST response.
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IProjectType : IRestIdentifiable, INamedContent, IWithOwnerTypeProperties
ContentPermissions
Gets the content permissions for the project.
Declaration
string? ContentPermissions { get; }Property Value
| Type | Description | 
|---|---|
| string | 
ControllingPermissionsProjectId
Gets the controlling permissions project ID for the project.
Declaration
string? ControllingPermissionsProjectId { get; }Property Value
| Type | Description | 
|---|---|
| string | 
Description
Gets the description for the project.
Declaration
string? Description { get; }Property Value
| Type | Description | 
|---|---|
| string | 
ParentProjectId
Gets the parent project ID for the project.
Declaration
string? ParentProjectId { get; }Property Value
| Type | Description | 
|---|---|
| string |