Class ServerSessionResponse.SessionType.UserType
Class representing a user response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class ServerSessionResponse.SessionType.UserType
Properties
AuthSetting
Gets or sets the authentication setting for the response.
Declaration
public string? AuthSetting { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalAuthUserId
Gets or sets the external authentication ID for the response.
Declaration
public string? ExternalAuthUserId { 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 |
LastLogin
Gets or sets the last login for the response.
Declaration
public string? LastLogin { 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 site role for the response.
Declaration
public string? SiteRole { get; set; }
Property Value
Type | Description |
---|---|
string |