ResourceCategory
ResourceCategory
Represents a ResourceCategory in Turbot.
For more information, please see Resource Types & Categories and Mods.
children | ResourceCategories | The immediate children for this ResourceCategory. |
controls | Controls | Returns any controls for this ResourceCategory that you have permission to get, subject to the optional filter and paging arguments. |
descendants | ResourceCategories | The descendants of this ResourceCategory. |
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 ResourceCategory of this ResourceCategory. |
policySettings | PolicySettings | Returns any policySettings for this ResourceCategory that you have permission to get, subject to the optional filter and paging arguments. |
resources | Resources | The resources of this ResourceCategory, subject to the optional filter and paging arguments. |
title | String! | Display title. |
trunk | TrunkItems | The trunk for this ResourceCategory, subject to the optional filter and paging arguments. This will show the resource type hierarchy from the root down to this ResourceCategory. |
turbot | TurbotResourceCategoryMetadata! | Turbot metadata for this ResourceCategory. |
uri | String! | Mod-specific unique identifier. |