Interface RolesService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    RolesService

    public static interface RolesService.ListResponse
    extends Response
    List roles. [source] ---- GET /ovirt-engine/api/roles ---- You will receive response in XML like this one: [source,xml] ---- SuperUser Roles management administrator true false ... ---- The order of the returned list of roles isn't guaranteed.
    • Method Detail

      • roles

        List<Role> roles()
        Retrieved list of roles.