ExtensionPrivilegeInfo
ExtensionPrivilegeInfo
This data object type describes privileges defined by the extension.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"privID": "string",
"privGroupName": "string"
}
string
privID
Required
The ID of the privilege.
The format should be "<group name>.<privilege name>". The group name should be the same as the privGroupName property.
The privilege name should follow java package naming conventions for uniqueness. The set of characters allowed follow the same rules as key.
string
privGroupName
Required
Hierarchical group name.
Each level of the grouping hierarchy is separated by a "." so group names may not include a ".". privGroupName.