avp-cli
Version:
Small CLI to help interacts with the Amazon Verified Permissions (AVP) service.
21 lines (20 loc) • 465 B
JSON
{
"policyStoreId": "your-policy-store-id",
"accessToken": "ACCESS_TOKEN_HERE",
"action": {
"actionType": "Action::Type",
"actionId": "action_id"
},
"resource": {
"entityType": "Resource::Type",
"entityId": "resource_id"
},
"entities": {
"entityList": []
},
"context": {
"contextMap": {
"your_context_key_here": { "string": "your_context_value_here" }
}
}
}