Assembly: Metabase;
The IMetabaseGroup interface contains properties and methods of the user group.
A user group can be obtained using the following properties and methods:
| Property name | Brief description | |
![]() |
HasToken | The HasToken property determines whether mandatory access control method parameters can be set up for a user group. |
![]() |
Member | The Member property returns parameters of the security subject that is included in this built-in user group. |
![]() |
MemberCount | The MemberCount property returns the number of the security subjects that are included in this built-in user group. |
![]() |
Profiles | The Profiles property returns the collection of the profiles of users, included in the current group. |
![]() |
Role | The Role property determines the role of the Oracle DBMS, which is mapped to this user group. |
![]() |
Token | The Token property returns parameters for mandatory access of user group. |
| Property name | Brief description | |
![]() |
Attributes | The Attributes property returns the collection of values of system and custom security subject attributes. |
![]() |
Description | The Description property determines security subject description. |
![]() |
DisplayName | The DisplayName property determines a full displayed name of security subject. |
![]() |
DistinguishedName | The DistinguishedName property returns unique name of security subject. |
![]() |
IsHidden | The IsHidden property returns whether security subject is hidden. |
![]() |
IsNT | The IsNT property returns whether the security subject is a domain security subject. |
![]() |
LogonHoursPolicy | The LogonHoursPolicy property returns settings of the security subject access to the platform by time. |
![]() |
Name | The Name property determines a security subject name. |
![]() |
Sid | The Sid property returns parameters of the security subject identifier. |
![]() |
Tag | The Tag property is designed to store additional system information about security subjects. |
![]() |
Type | The Type property returns the type of the current security subject. |
![]() |
UserPrincipalName | The UserPrincipalName property returns a domain user name. |
| Method name | Brief description | |
![]() |
AddMember | The AddMember method adds a security subject to the user group. |
![]() |
IsMember | The IsMember method checks if the specified security subject is present in the current user group. |
![]() |
RemoveMember | The RemoveMember method removes the security subject from the user group. |
| Method name | Brief description | |
![]() |
GetAllMembers | The GetAllMembers method returns all security subjects included in the user group. |
![]() |
HasAccessToRepository | The HasAccessToRepository method checks is the user or user group has effective permissions to repository objects. |
![]() |
MemberOf | The MemberOf method returns the collection of the groups, to which the given security subject is included. |
![]() |
MemberOfO | The MemberOfO method returns the collection of groups, in which the given security subject is included taking into account defined parameters for getting groups. |
See also: