AuthorizationHintsAssignmentBean

Name AuthorizationHintsAssignmentBean
Usage HandcarAuthorizationService
AuthorizationHintsBean
Type Complex

Description

Hints to the UI about authorization

Structure Definition

ShortName Name Type Description Required? Read only? Implementation Notes
canLookup Can Lookup boolean Can lookup (view) the assignment      
canAssign Can Assign boolean Can make the assignment (update)      

JSON Structure

{
     "type" : "AuthorizationHintsAssignment",
     "canLookup" : true,
     "canAssign" : true
}