Interface IUpdateUserResult
Interface to represent the response returned by the Update method in IUsersApiClient.
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IUpdateUserResult
Properties
AuthSetting
The AuthSetting for the user.
Declaration
string AuthSetting { get; }
Property Value
Type | Description |
---|---|
string |
The email address of the user.
Declaration
string? Email { get; }
Property Value
Type | Description |
---|---|
string |
FullName
Gets the full name of the user.
Declaration
string? FullName { get; }
Property Value
Type | Description |
---|---|
string |
Name
Gets the Name 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 |