Class GroupsRestApiSimulator
Object that defines simulation of Tableau REST API group methods.
Namespace: Tableau.Migration.Api.Simulation.Rest.Api
Assembly: Tableau.Migration.dll
Syntax
public sealed class GroupsRestApiSimulator
Constructors
GroupsRestApiSimulator(TableauApiResponseSimulator)
Creates a new GroupsRestApiSimulator object.
Declaration
public GroupsRestApiSimulator(TableauApiResponseSimulator simulator)
Parameters
Type | Name | Description |
---|---|---|
TableauApiResponseSimulator | simulator | A response simulator to setup with REST API methods. |
Properties
AddGroup
Gets the simulated group create API method.
Declaration
public MethodSimulator AddGroup { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
AddUserToGroup
Gets the simulated group user add API method.
Declaration
public MethodSimulator AddUserToGroup { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
QueryGroupUsers
Gets the simulated group user query API method.
Declaration
public MethodSimulator QueryGroupUsers { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
QueryGroups
Gets the simulated group query API method.
Declaration
public MethodSimulator QueryGroups { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
RemoveUserFromGroup
Gets the simulated group user remove API method.
Declaration
public MethodSimulator RemoveUserFromGroup { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |