Property description
The hierarchyDefinitionsApplications asset assigns hierarchy definitions to applications. Serves as an alternative to the application hierarchy definitions property, which is used more frequently.
Minimal JSON
{
"applicationKey": "",
"hierarchyDefinitionKey": ""
}{
"applicationKey": "cust_example_application",
"hierarchyDefinitionKey": "core_sql_server_default"
}Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
applicationKey | Key of the application the specified hierarchy is assigned to. | string | Yes |
hierarchyDefinitionKey | Key of the hierarchy definition that is being assigned to the specified application. | string | Yes |
childrenCountType | Specifies how the number of child objects is displayed for each object in the hierarchy. Supported options are: no_children_count: Only the object name is visible, no child objects are calculated.Recommended for large externally scanned applications with tens of thousands of objects or more.direct_children_count: Only first-level child objects are calculated. | string | No |
isDefault | Determines whether the specified hierarchy definition as the default for the specified application. | boolean | No |