Interface PermitService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    PermitService

    public static interface PermitService.GetResponse
    extends Response
    Gets the information about the permit of the role. For example to retrieve the information about the permit with the id `456` of the role with the id `123` send a request like this: .... GET /ovirt-engine/api/roles/123/permits/456 .... [source,xml] ---- change_vm_cd false ----
    • Method Detail

      • permit

        Permit permit()
        The permit of the role.