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 auth setting 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 full name for the request.
Declaration
public string? FullName { get; set; }
Property Value
Type | Description |
---|---|
string |
IdpConfigurationId
Gets or sets the IdP configuration ID for the request.
Declaration
public string? IdpConfigurationId { 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 site role for the request.
Declaration
public string? SiteRole { get; set; }
Property Value
Type | Description |
---|---|
string |