The DomainSubjectAddState enumeration contains values that determine settings for adding 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 this flag is used, the following actions will be executed for different DBMS:
|
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:
|
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: