- home
 - Maven Release: 0
 - Contract Docs Plugin Version: null
 - Page Generated: 2016-05-10 23:11 EDT
 
AuthorizationHintsIdBean
Description
Hints to the UI about authorization
Structure Definition
| ShortName | 
Name | 
Type | 
Description | 
Required? | 
Read only? | 
Implementation Notes | 
| canLookupIds | 
Can Lookup Ids | 
boolean | 
Can lookoup ids | 
  | 
  | 
| canIssueIds | 
Can Issue Ids | 
boolean | 
Can issue ids | 
  | 
  | 
| canAliasIds | 
Can Alias Ids | 
boolean | 
Can create aliases for ids | 
  | 
  | 
JSON Structure
{
     "type" : "AuthorizationHintsId",
     "canLookupIds" : true,
     "canIssueIds" : true,
     "canAliasIds" : true
}