Is there a way to create a Custom Property using the API and enable the "Account Limitation" checkbox in the GUI?
I am using the Orion.NodesCustomProperties.CreateCustomPropertyWithValues verb. There is a property "Usages" that allows setting IsForAlerting, IsForFiltering, IsForGrouping, IsForReporting, IsForEntityDetail etc. These properties relate to the Orion.CustomPropertyUsage table, but there is no option for Account Limitation.
It seems what I need to do is add an entry to the Orion.LimitationTypes table, but I can't see a verb to do that using the API.