Request element
Type: | RequestType |
Namespace: | urn:oasis:names:tc:xacml:3.0:core:schema:wd-17 |
Example JSON
{
"ReturnPolicyIdList" : false,
"CombinedDecision" : false,
"RequestDefaults" : {
"XPathVersion" : ...
},
"Attributes" : [ {
"Category" : ...,
"id" : "...",
"Content" : {
},
"Attribute" : [ {
"AttributeId" : ...,
"Issuer" : "...",
"IncludeInResult" : false,
"AttributeValue" : [ {
"DataType" : ...
}, ... ]
}, ... ]
}, ... ],
"MultiRequests" : {
"RequestReference" : [ {
"AttributesReference" : [ {
"ReferenceId" : "..."
}, ... ]
}, ... ]
}
}