Specifies possible kinds of groups.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax Public Enumeration GroupKind
public enum class GroupKind
Members
| Member name | Value | Description |
---|
| BuiltIn | 0 | A built-in group. |
| TenantAdministrators | 10 | A group whose members are administrators for some tenant. |
| TenantMembers | 20 | A group whose members belong to a tenant. |
| Standard | 40 | A standard group. |
Remarks
Additional notes:
Field | Notes |
---|
BuiltIn |
These are limited to the Everyone group, System Administrators group, and the 3 seat-specific
groups (Standard Users, Power Users, and Developers).
|
See Also