JSON file for configuring the Tenant Management Console

Here’s the content of the JSON file that configures the Tenant Management Console for the Finance tenant. The name of the file is FinanceMgmtConsole.json.

{
  "ipSettings" : {
     "allowAddresses" : {
       "ipAddress" : [ "192.168.103.18", "192.168.103.24", "192.168.103.25" ]
     },
     "denyAddresses" : {
       "ipAddress" : [ ]
     },
    "allowIfInBothLists" : false
  },
  "minimumPasswordLength" : 6,
   "forcePasswordChangeDays" : 45,
   "disableAfterAttempts" : 3,
   "disableAfterInactiveDays" : 30,
   "logoutOnInactive" : 20,
   "loginMessage" : "Welcome to the Finance Tenant"
}

© 2015, 2020 Hitachi Vantara LLC. All rights reserved.