Skip to content

Instantly share code, notes, and snippets.

@rnavagamuwa
Created April 12, 2019 04:47
Show Gist options
  • Save rnavagamuwa/49595d9604f2964b537e8f1d2d8ed6c3 to your computer and use it in GitHub Desktop.
Save rnavagamuwa/49595d9604f2964b537e8f1d2d8ed6c3 to your computer and use it in GitHub Desktop.
{
"admin_xacml": {
"Request": {
"Action": {
"Attribute": [
{
"AttributeId": "urn:oasis:names:tc:xacml:1.0:action:action-id",
"Value": "${actionid}"
}
]
},
"Resource": {
"Attribute": [
{
"AttributeId": "urn:oasis:names:tc:xacml:1.0:resource:resource-id",
"Value": "${resourceid}"
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment