Element permission

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

{ @type : "{http://hudson-ci.org/xsd/hudson/2.1.0/rest/common}permission", id : "...", impliedBy : { ... : ... } }