Interface DomainUserService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    DomainUserService

    public static interface DomainUserService.GetResponse
    extends Response
    Gets the domain user information. Usage: .... GET /ovirt-engine/api/domains/5678/users/1234 .... Will return the domain user information: [source,xml] ---- admin * admin admin@internal-authz internal-authz ----
    • Method Detail

      • user

        User user()
        The domain user.