Class UsersResponse.UserType
Class representing a user on the response.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class UsersResponse.UserType : IRestIdentifiable
Properties
AuthSetting
Gets or sets the authSetting for the response.
Declaration
public string? AuthSetting { get; set; }
Property Value
Type | Description |
---|---|
string |
Domain
Gets or sets the domain for the response.
Declaration
public UsersResponse.UserType.DomainType? Domain { get; set; }
Property Value
Type | Description |
---|---|
UsersResponse.UserType.DomainType |
Gets or sets the email for the response.
Declaration
public string? Email { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalAuthUserId
Gets or sets the externalAuthUserId for the response.
Declaration
public string? ExternalAuthUserId { get; set; }
Property Value
Type | Description |
---|---|
string |
FullName
Gets or sets the fullName for the response.
Declaration
public string? FullName { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets or sets the ID for the response.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Language
Gets or sets the language for the response.
Declaration
public string? Language { get; set; }
Property Value
Type | Description |
---|---|
string |
LastLogin
Gets or sets the lastLogin for the response.
Declaration
public string? LastLogin { get; set; }
Property Value
Type | Description |
---|---|
string |
Locale
Gets or sets the locale for the response.
Declaration
public string? Locale { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the name for the response.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SiteRole
Gets or sets the SiteRole for the response.
Declaration
public string? SiteRole { get; set; }
Property Value
Type | Description |
---|---|
string |