RoleUpdateInterval property
- Last UpdatedJul 23, 2024
- 1 minute read
Retrieves role update interval time.
Class
IGalaxySecurity
Syntax
[C#]
string RoleUpdateInterval { get; };
[Visual C++]
HRESULT RoleUpdateInterval(
[out,retval]BSTR* roleUpdateInterval
);
Parameters
RoleUpdateInterval
The time between each validation attempt per OS group for the user’s membership when a logon is attempted. The user membership update is done one role per Role Update interval to minimize network usage. The minimum allowed value is 0 (zero) and the maximum is 9,999,999. The default value is 0 (zero), which turns off this feature so the operation does not pause between validating user membership and groups. This option operates independently of the Login Time option. Even if Login Time times out, the role update operation continues in the background and eventually updates user-to-role relationships for this user in the local cache.