privilegeMap element
Type: | privilegeMap |
Namespace: | http://www.gentics.com/rest |
XML Schema: | ns0.xsd |
Privilege Map containing privilege information (in general and language specific)
Example JSON
{
"privileges" : {
"..." : false,
"---" : ...
},
"languages" : [ {
"language" : {
"id" : ...,
"code" : "...",
"name" : "..."
},
"privileges" : {
"..." : false,
"---" : ...
}
}, ... ]
}