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