Interface PermitsService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    PermitsService

    public static interface PermitsService.AddResponse
    extends Response
    Adds a permit to the role. The permit name can be retrieved from the <> service. For example to assign a permit `create_vm` to the role with id `123` send a request like this: .... POST /ovirt-engine/api/roles/123/permits .... With a request body like this: [source,xml] ---- create_vm ----
    • Method Detail

      • permit

        Permit permit()
        The permit to add.