avp-cli
Version:
Small CLI to help interacts with the Amazon Verified Permissions (AVP) service.
20 lines (19 loc) • 422 B
JSON
{
"policyStoreId": "your-policy-store-id",
"accessToken": "ACCESS_TOKEN_HERE",
"action": {
"actionType": "BankingTransactionSystem::Action",
"actionId": "Edit"
},
"resource": {
"entityType": "BankingTransactionSystem::TransactionRecord",
"entityId": "*"
},
"entities": {
"entityList": []
},
"context": {
"contextMap": {
}
}
}