The DomainSubjectAddState enumeration contains values that determine settings of adding of domain security subjects.
It is used by the following properties and methods:
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:
|
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:
|
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: