Manage Policies
Create a new Policy
{
"name": "string",
"statements": [
{
"sid": "string",
"principal": [
"uuid"
],
"action": [
"string"
],
"resource": [
"string"
],
"effect": "allow" | "deny",
"scope": "foundation"
}
]
}Get a Policy
Update a Policy
Delete a Policy
List all Policies
Last updated