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
Constructors
UserType()
Creates a new ImportUsersFromCsvRequest.UserType.
Declaration
public UserType()
UserType(string?, UserAuthenticationType)
Creates a new ImportUsersFromCsvRequest.UserType.
Declaration
public UserType(string? name, UserAuthenticationType authentication)
Parameters
Type | Name | Description |
---|---|---|
string | name | The user name. |
UserAuthenticationType | authentication | The user authentication type. |
Properties
AuthSetting
Gets or sets the authentication type for the item.
Declaration
public string? AuthSetting { get; set; }
Property Value
Type | Description |
---|---|
string |
IdpConfigurationId
Gets or sets the IdP configuration ID for the item.
Declaration
public string? IdpConfigurationId { 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 |