Assembly: Metabase;
The IMetabaseGroup interface contains properties and methods of the group of users.
A group of users can be obtained using the following properties and methods:
Property name | Brief description | |
Attributes | The Attributes property returns system and custom attributes of group of users. | |
HasToken | The HasToken property determines whether mandatory access control method parameters can be set up for a group of users. | |
Member | The Member property returns parameters of the security subject that is included in this group of users. | |
MemberCount | The MemberCount property returns the number of the security subjects that are included in this group of users. | |
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 corresponded to this group of users. | |
Token | The Token property returns parameters for mandatory access of group of users. |
Property name | Brief description | |
The Description property determines security subject description. | ||
The DistinguishedName property returns unique name of security subject. | ||
The IsHidden property returns whether security subject is hidden. | ||
The IsNT property returns whether the security subject is a domain security subject. | ||
The LogonHoursPolicy property returns settings of the security subject access to the platform by time. | ||
The Name property determines a security subject name. | ||
The Sid property returns parameters of the security subject identifier. | ||
The Tag property is used to store additional system information about security subjects. | ||
The Type property returns the type of the current security subject. | ||
The UserPrincipalName property returns a domain user name. |
Method name | Brief description | |
AddMember | The AddMember method adds the security subject to the group of users. | |
IsMember | The IsMember method checks if the specified security subject is present in the current group of users. | |
RemoveMember | The RemoveMember method removes the security subject from the group of users. |
Method name | Brief description | |
HasAccessToRepository | The HasAccessToRepository method checks is the user or a group of users have 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: