avp-cli
Version:
Small CLI to help interacts with the Amazon Verified Permissions (AVP) service.
19 lines (18 loc) • 437 B
JSON
{
"policyStoreId": "your-policy-store-id",
"principal": {
"entityType": "DocumentManagementPlatform::User",
"entityId": "Daniel"
},
"action": {
"actionType": "DocumentManagementPlatform::Action",
"actionId": "Edit"
},
"resource": {
"entityType": "DocumentManagementPlatform::Document",
"entityId": "Payslip"
},
"context": {
"contextMap": {}
}
}