Class AddUserToSiteRequest.UserType
The user type in the API request body.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class AddUserToSiteRequest.UserType
Properties
AuthSetting
Gets or sets the authentication type for the request.
Declaration
public string? AuthSetting { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the name for the request.
Declaration
public string? Name { 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 |