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
Authentication
The authentication for the user.
Declaration
UserAuthenticationType Authentication { get; }
Property Value
Type | Description |
---|---|
UserAuthenticationType |
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 site role of the user.
Declaration
string SiteRole { get; }
Property Value
Type | Description |
---|---|
string |