DomainSubjectAddState

Description

The DomainSubjectAddState enumeration contains values that determine settings for adding domain security subjects.

It is used by the following properties and methods:

Available Values

Value Brief description
0 None. Action is not defined.
1 CancelAdd. Cancel adding.
2 MakeExternalOn. Set user mark connected from a server.
If this flag is used, the following actions will be executed for different DBMS:
  • Oracle: a domain user connected from a server will be created. There will be no actions on DBMS server.

  • MSSQL: a domain user connected from a server will be created. A user will be created in repository schema on DBMS server.

4 MakeExternalOff. Do not set user mark connected from a server.
If this flag is used, the following actions will be executed for different DBMS:
  • Oracle: a user, which name corresponds with domain user, will be created on a DBMS server. The created user will be included into a list of repository users.

  • MSSQL: credentials that correspond with domain user will be created on a DBMS server. A user that has relevant credentials will be created in repository schema.

16 ManageDBGrantsOff. Do not grant permissions on repository objects.
When this flag is used, the permissions are not granted to the created user on the DBMS level on changing user permissions in the platform (including user in the group, changing privileges, changing access permissions to the platform objects).
32 ManageDBGrantsOn. Grant permissions on repository objects.
When this checkbox is used, the permissions are granted to the created user on the DBMS level on changing user permissions in the platform (including user in the group, changing privileges, changing access permissions to the platform objects).
64 Keep. Remember settings for all other cases.

See also:

Metabase Assembly Enumerations