DomainSubjectAddState

Description

The DomainSubjectAddState enumeration contains values that determine settings of adding of 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 the current flag is used the following actions will be performed for different DBMS:
  • Oracle: domain user connected from a server will be created. There will be no actions on DBMS server.

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

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

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

16 ManageDBGrantsOff. Do not grant permissions on repository objects.
On using this checkbox 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. Give rights on repository objects.
On using this checkbox 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