Package org.ovirt.engine.sdk4.services
Interface AssignedPermissionsService.AddResponse
-
- All Superinterfaces:
Response
- Enclosing interface:
- AssignedPermissionsService
public static interface AssignedPermissionsService.AddResponse extends Response
Assign a new permission to a user or group for specific entity. For example, to assign the `UserVmManager` role to the virtual machine with id `123` to the user with id `456` send a request like this: .... POST /ovirt-engine/api/vms/123/permissions .... With a request body like this: [source,xml] ----UserVmManager SuperUser UserRole
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Permission
permission()
The permission.
-
-
-
Method Detail
-
permission
Permission permission()
The permission.
-
-