permission element

Type: permission
Namespace: http://hudson-ci.org/xsd/hudson/2.1.0/rest/common

Example XML

<?xml version="1.0" encoding="UTF-8"?> <permission xmlns="http://hudson-ci.org/xsd/hudson/2.1.0/rest/common"> <id xmlns="">...</id> <impliedBy xmlns=""> <!--...--> </impliedBy> </permission>

Example JSON

{ "id" : "...", "impliedBy" : { "..." : ... } }