avp-cli
Version:
Small CLI to help interacts with the Amazon Verified Permissions (AVP) service.
41 lines (40 loc) • 981 B
JSON
{
"DocumentManagementPlatform": {
"entityTypes": {
"User": {
"shape": {
"type": "Record",
"attributes": {}
}
},
"Document": {
"shape": {
"type": "Record",
"attributes": {}
}
}
},
"actions": {
"View": {
"appliesTo": {
"principalTypes": [
"User"
],
"resourceTypes": [
"Document"
]
}
},
"Edit": {
"appliesTo": {
"principalTypes": [
"User"
],
"resourceTypes": [
"Document"
]
}
}
}
}
}