You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"content": "permit(principal in Role::\"Admin\",action in [Action::\"get\",Action::\"list\",Action::\"update\",Action::\"create\",Action::\"delete\"],resource == Document::\"cedar-agent.pdf\");"
},
{
"id": "editors-policy",
"content": "permit(principal in Role::\"Editor\",action in [Action::\"get\",Action::\"list\",Action::\"update\"],resource == Document::\"cedar-agent.pdf\");"
},
{
"id": "viewers-policy",
"content": "permit(principal in Role::\"Viewer\",action in [Action::\"get\",Action::\"list\"],resource == Document::\"cedar-agent.pdf\");"