Class AddUserResponse.UserType
Type for the User object.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class AddUserResponse.UserType : IRestIdentifiable
Properties
AuthSetting
The site role for the user.
Declaration
public string? AuthSetting { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The uniquer identifier for the user.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
The Username.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SiteRole
The site role for the user.
Declaration
public string? SiteRole { get; set; }
Property Value
Type | Description |
---|---|
string |