ControlCategory
ControlCategory
ControlCategory
Represents a ControlCategory defined within a Mod.
For more information, please see Controls.
children |
ControlCategories | The immediate children for this ControlCategory. |
controls |
Controls | Returns any controls for this ControlCategory that you have permission to get, subject to the optional filter and paging arguments. |
descendants |
ControlCategories | The descendants of this ControlCategory. |
description |
String | Short human-friendly description. |
icon |
String | FontAwesome icon reference, used for display in the product and documentation. Will be in the format fal-<icon>, far-<icon> or fas-<icon> for light, regular and solid icon classes respectively. |
modUri |
String! | Unique identifier for the defining mod. |
parent |
String | The parent mod-specifuc URI for this ControlCategory. |
policySettings |
PolicySettings | Returns any policySettings for this ControlCategory that you have permission to get, subject to the optional filter and paging arguments. |
resourceParent |
String | The resourceParent mod-specifuc URI for this ControlCategory in the static category hierarchy. |
resources |
Resources | The resources of this ControlCategory, subject to the optional filter and paging arguments. |
title |
String! | Display title. |
trunk |
TrunkItems | The trunk for this ControlCategory, subject to the optional filter and paging arguments. This will show the resource type hierarchy from the root down to this ControlCategory. |
turbot |
TurbotControlCategoryMetadata! | Turbot metadata for this ControlCategory. |
uri |
String! | Mod-specific unique identifier. |