Apache CloudStack 4.15.0.0 Root Admin API Reference
createProjectRolePermission
Adds API permissions to a project role
Request parameters
Parameter Name | Description | Required |
permission | The rule permission, allow or deny. Default: deny. | true |
projectid | ID of project where project role permission is to be created | true |
projectroleid | ID of the project role | true |
rule | The API name or wildcard rule such as list* | true |
description | The description of the role permission | false |
Response Tags
Response Name | Description |
id | the ID of the project role permission |
projectid | the ID of the project |
projectroleid | the ID of the project role to which the role permission belongs |
projectrolename | the name of the project role to which the role permission belongs |