Class ImportUsersFromCsvRequest.UserType
The user type in the API request body.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class ImportUsersFromCsvRequest.UserType
Properties
AuthSetting
Gets or sets the authentication type for the item.
Declaration
public string? AuthSetting { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the username for the item. Use a null name to apply an empty user or default authentication type.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |