Retrieve a summary of user permissions.
Executed successfully.
Unauthorized
unexpected error
unexpected error
[- {
- "resourceType": "department",
- "displayName": "Projects",
- "groupId": "organization",
- "actions": [
- "create"
]
}
]
Use to calculate user permitted scopes for an action on a resource.
The request parameters.
Executed successfully.
Unauthorized
unexpected error
unexpected error
{- "resourceType": "department",
- "action": "create"
}
{- "create": {
- "system": false,
- "tenants": [
- "1"
], - "tenant": "1",
- "clusters": [
- "a418ed33-9399-48c0-a890-122cadd13bfd"
], - "departments": [
- "7"
], - "projects": [
- "string"
]
}, - "read": {
- "system": false,
- "tenants": [
- "1"
], - "tenant": "1",
- "clusters": [
- "a418ed33-9399-48c0-a890-122cadd13bfd"
], - "departments": [
- "7"
], - "projects": [
- "string"
]
}, - "update": {
- "system": false,
- "tenants": [
- "1"
], - "tenant": "1",
- "clusters": [
- "a418ed33-9399-48c0-a890-122cadd13bfd"
], - "departments": [
- "7"
], - "projects": [
- "string"
]
}, - "delete": {
- "system": false,
- "tenants": [
- "1"
], - "tenant": "1",
- "clusters": [
- "a418ed33-9399-48c0-a890-122cadd13bfd"
], - "departments": [
- "7"
], - "projects": [
- "string"
]
}
}