Class ImportGroupRequest.GroupType.ImportType
Class representing a REST API import request.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class ImportGroupRequest.GroupType.ImportType
Properties
DomainName
Gets or sets the source for the request.
Declaration
public string? DomainName { get; set; }
Property Value
Type | Description |
---|---|
string |
GrantLicenseMode
Gets or sets the grant license mode for the request.
Declaration
public string? GrantLicenseMode { get; set; }
Property Value
Type | Description |
---|---|
string |
SiteRole
Gets or sets the site role for the request.
Declaration
public string? SiteRole { get; set; }
Property Value
Type | Description |
---|---|
string |
Source
Gets or sets the source for the request.
Declaration
public string? Source { get; set; }
Property Value
Type | Description |
---|---|
string |