Class UpdateUserResponse.UserType
Type for the User object.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class UpdateUserResponse.UserType
Properties
AuthSetting
The new auth setting for the user.
Declaration
public string? AuthSetting { get; set; }
Property Value
Type | Description |
---|---|
string |
The new email address for the user.
Declaration
public string? Email { get; set; }
Property Value
Type | Description |
---|---|
string |
FullName
The new full-name of the user.
Declaration
public string? FullName { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The new Username of the user.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SiteRole
The new site role for the user.
Declaration
public string? SiteRole { get; set; }
Property Value
Type | Description |
---|---|
string |