Class UpdateUserRequest.UserType
The user type in the API request body.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class UpdateUserRequest.UserType
Properties
AuthSetting
Gets or sets the authSetting for the request.
Declaration
public string? AuthSetting { get; set; }
Property Value
Type | Description |
---|---|
string |
Gets or sets the email for the request.
Declaration
public string? Email { get; set; }
Property Value
Type | Description |
---|---|
string |
FullName
Gets or sets the fullName for the request.
Declaration
public string? FullName { get; set; }
Property Value
Type | Description |
---|---|
string |
Password
Gets or sets the password for the request.
Declaration
public string? Password { get; set; }
Property Value
Type | Description |
---|---|
string |
SiteRole
Gets or sets the SiteRole for the request.
Declaration
public string? SiteRole { get; set; }
Property Value
Type | Description |
---|---|
string |