I am trying to set the advanced settings Security.AccountLockFailures or Security.AccountUnlockTime but they fail with "The request refers to an unexpected or unknown type".
I have been setting other advanced settings the same way successfully but on the new Security parameters it is failing. I don't know if I am doing something wrong or there is a bug in vRO.
I am using vRO appliance
Version: 6.0.2
Build Number: 2700137
var hostSetting = new Array();
hostSetting[0] = new VcOptionValue();
hostSetting[0].key = "Security.AccountLockFailures";
hostSetting[0].value = 3;
host.configManager.advancedOption.updateOptions(hostSetting);
Help is much appreciated. Thanks.