AuthorizationHintsHierarchyBean

Name AuthorizationHintsHierarchyBean
Usage HandcarAuthorizationService
AuthorizationHintsBean
Type Complex

Description

Hints to the UI about authorization

Structure Definition

ShortName Name Type Description Required? Read only? Implementation Notes
canTraverseHierarchy Can Traverse Hierarchy boolean Can traverse access (view) the hierarchy      
canDesignHierarchy Can Design Hierarchy boolean Can design modify (update) the hierarchy      

JSON Structure

{
     "type" : "AuthorizationHintsHierarchy",
     "canTraverseHierarchy" : true,
     "canDesignHierarchy" : true
}