Web Service > Web Service Operations > Working with a Repository > GetMbSec
GetMbSecResult GetMbSec(MbId tMbSec, GetMbSecArg tArg)
tMbSec. Repository connection moniker, which security manager metadata must be obtained.
tArg. Parameters for getting metadata.
The GetMbSec operation gets metadata of the repository security manager.
The operation gets the following information:
Information about groups of users and users that are created in the security manager of the repository.
Information about access permissions to objects.
Information about repository user profiles.
Security policy settings.
Settings of various access control methods.
To execute the operation, in the tMbSec field specify repository connection moniker and in the tArg.pattern field specify the template that will be used to get security manager metadata. The moniker can be obtained on executing the OpenMetabase operation.
The operation results in the information obtained from the security manager.
Various methods of using the operation are given in the following examples:
See also: