Interface AssignedPermissionsService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    AssignedPermissionsService

    public static interface AssignedPermissionsService.ListResponse
    extends Response
    List all the permissions of the specific entity. For example to list all the permissions of the cluster with id `123` send a request like this: .... GET /ovirt-engine/api/clusters/123/permissions .... [source,xml] ---- ---- The order of the returned permissions isn't guaranteed.
    • Method Detail

      • permissions

        List<Permission> permissions()
        The list of permissions.