Magidoc

TenantIPRequest
Input Object

A request to update IP-address security configuration.

Fields

#

mode

Mode defines how IP whitelisted is applied. Must be null if whitelist is not defined. If whitelist is defined and mode is not specified explicitly, it is assumed to be all . If whitelist is not defined and mode is not specified explicitly, it is assumed to be null .

targets

List of targets included in (if mode is onlySpecificTargets ) or excluded from (if mode is exceptSpecificTargets ) an IP whitelist check. Must be null if whitelist is not defined or mode is all . If whitelist is not defined and list of targets is not specified explicitly, it is assumed to be null .

whitelist

A list of IP addresses which are allowed to login into Carerix system. Portals and third parties are not affected by this setting. null or empty list means that there's no restriction: logging in is possible from any IP address.