Interface GroupsService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    GroupsService

    public static interface GroupsService.AddResponse
    extends Response
    Add group from a directory service. Please note that domain name is name of the authorization provider. For example, to add the `Developers` group from the `internal-authz` authorization provider send a request like this: [source] ---- POST /ovirt-engine/api/groups ---- With a request body like this: [source,xml] ---- Developers internal-authz ----
    • Method Detail

      • group

        Group group()
        The group to be added.