Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. {
  2. "admin_xacml": {
  3. "Request": {
  4. "Action": {
  5. "Attribute": [
  6. {
  7. "AttributeId": "urn:oasis:names:tc:xacml:1.0:action:action-id",
  8. "Value": "${actionid}"
  9. }
  10. ]
  11. },
  12. "Resource": {
  13. "Attribute": [
  14. {
  15. "AttributeId": "urn:oasis:names:tc:xacml:1.0:resource:resource-id",
  16. "Value": "${resourceid}"
  17. }
  18. ]
  19. }
  20. }
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement