Skip to main content
Skip table of contents

How to limit the granting endtime in Access Policies

Overview

Access to applications has to be granted by an supervisor with an Access Policy.

It can be claimed to limit the amount of time.

Usage

The Access Policy has a filter (user/group, application) and a time frame. The time frame has a time profile (always, work hours, only Monday ..) and a start and endtime. Company Access Securitry Policy can prevent that supervisors are granting an endless access by setting a grant limitation. The parameter vlxgui.maxgrantaccessdays can be set.

Configuration

Show current configuration

CODE
visulox config list -name maxgrantaccessdays 
    ------------------------------------------------------------------------------
    | parameter                 |      type | value   | validation | vlx_default |
    ------------------------------------------------------------------------------
    | vlxgui.maxgrantaccessdays | OPERATION | endless | isDay      |           1 |
    ------------------------------------------------------------------------------

Set to 20 days after now

CODE
visulox config edit  -name vlxgui.maxgrantaccessdays=20

Granting unlimited access

CODE
visulox config edit  -name vlxgui.maxgrantaccessdays=endless

Known issues and comments

A restart of the VISULOX Cockpit is needed to load the new parameter.



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.