Interface PermitsService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    PermitsService

    public static interface PermitsService.ListResponse
    extends Response
    List the permits of the role. For example to list the permits of the role with the id `123` send a request like this: .... GET /ovirt-engine/api/roles/123/permits .... [source,xml] ---- change_vm_cd false connect_to_vm false ---- The order of the returned list of permits isn't guaranteed.
    • Method Detail

      • permits

        List<Permit> permits()
        List of permits.