Interface IAddUserToGroupResult
Interface to represent the response returned by the Add to group method in IUsersApiClient.
Inherited Members
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IAddUserToGroupResult : IRestIdentifiable
Properties
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 |