Interface IGroup
Interface for a group content item.
Inherited Members
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IGroup : IUsernameContent, IContentReference, IEquatable<IContentReference>, IRestIdentifiable, IWithDomain, IMappableContent
Properties
GrantLicenseMode
Gets the grant license mode of the group.
Declaration
string? GrantLicenseMode { get; set; }
Property Value
Type | Description |
---|---|
string |
SiteRole
Gets the site role of the group.
Declaration
string? SiteRole { get; set; }
Property Value
Type | Description |
---|---|
string |