Interface IAddUserResult
Interface to represent the response returned by the Add method in IUsersApiClient.
Inherited Members
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IAddUserResult : IRestIdentifiable
Properties
AuthSetting
The AuthSetting for the user.
Declaration
string AuthSetting { get; }
Property Value
Type | Description |
---|---|
string |
Name
Gets the Username of the user.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
SiteRole
Gets the SiteRole of the user.
Declaration
string SiteRole { get; }
Property Value
Type | Description |
---|---|
string |