Class CreateLocalGroupRequest.GroupType
Class representing a group request.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class CreateLocalGroupRequest.GroupType
Properties
MinimumSiteRole
Gets or sets the minimum site role for the request.
Declaration
public string? MinimumSiteRole { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the name for the request.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |