Class Usergroup
Represents an usergroup.
Inheritance
Usergroup
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.Usergroups
Assembly: BiExcellence.OpenBi.Api.Usergroup.dll
Syntax
public class Usergroup : IUsergroup, ICustomAttributes
Constructors
Usergroup()
Initializes a new instance of the Usergroup class with a new id.
Declaration
public Usergroup()
Fields
AdminGroupId
Admin usergroup id.
Declaration
public const string AdminGroupId = "fe23c115-f7ad-4f51-845f-606dca341981"
Field Value
Type | Description |
---|---|
string |
CloudCorporateAdminGroupId
biAnalytics cloud corporate admin usergroup id.
Declaration
public const string CloudCorporateAdminGroupId = "1093d5ec-13bf-4f41-8622-880803ef39a4"
Field Value
Type | Description |
---|---|
string |
CloudLicenseGroupId
biAnalytics cloud license usergroup id.
Declaration
public const string CloudLicenseGroupId = "d634d7ad-eaff-4a43-b878-f8260465043f"
Field Value
Type | Description |
---|---|
string |
ConnectionAdminGroupId
Connection template admin usergroup id.
Declaration
public const string ConnectionAdminGroupId = "aea2c834-ce14-4e5d-909d-650d4e810787"
Field Value
Type | Description |
---|---|
string |
ContentAdminGroupId
Content admin usergroup id.
Declaration
public const string ContentAdminGroupId = "37bbe47e-7e59-4832-b75e-9d880b0f131b"
Field Value
Type | Description |
---|---|
string |
EntityAdminGroupId
Entity admin usergroup id.
Declaration
public const string EntityAdminGroupId = "bb4427ba-3ce5-48e2-abba-3385b31aa87b"
Field Value
Type | Description |
---|---|
string |
JobAdminGroupId
Batch job admin usergroup id.
Declaration
public const string JobAdminGroupId = "e1c329a6-11a1-4e49-b8f9-e9cc194597f1"
Field Value
Type | Description |
---|---|
string |
PortalAdminGroupId
Portal admin usergroup id.
Declaration
public const string PortalAdminGroupId = "14201277-6f8f-454c-a5da-2bc6d3e91054"
Field Value
Type | Description |
---|---|
string |
RoleAdminGroupId
Role admin usergroup id.
Declaration
public const string RoleAdminGroupId = "cba5494d-023b-43bb-8fac-077c15b5613c"
Field Value
Type | Description |
---|---|
string |
UserAdminGroupId
User admin usergroup id.
Declaration
public const string UserAdminGroupId = "b1137cf0-f6d8-4d50-87b1-0345199b7aeb"
Field Value
Type | Description |
---|---|
string |
Properties
CustomAttributes
Gets or sets the custom attributes.
Declaration
public IDictionary<string, object?> CustomAttributes { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
Description
Gets or sets the description.
Declaration
public string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the id.
Declaration
public string Id { get; protected set; }
Property Value
Type | Description |
---|---|
string |
IsSystemGroup
Determines whether the usergroup is system group.
Declaration
public bool? IsSystemGroup { get; protected set; }
Property Value
Type | Description |
---|---|
bool? |
Name
Gets or sets the name.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |