PermissionPolicy
Create Permission Policy
Create a new Permission Policy
NOTE: When you set up a policy statement for this call using the permissionPolicy request parameter to specify the effect, action, and resource, you must use all lower case and the format as shown in this example for a Permission Policy statement that grants full CRUD access to all meters:
"permissionPolicy" : [
{
"effect" : "allow",
"action" : [
"config:create",
"config:delete",
"config:retrieve",
"config:update"
]
"resource" : [
"config:meter/*"
]
}
]
For more details and further examples, see Understanding, Creating, and Managing Permission Policies in our main Documentation.
post/organizations/{orgId}/permissionpolicies
Path parameters
orgIdstring required
UUID of the organization
Request body
Response
Returns the new Permission Policy