> ## Documentation Index
> Fetch the complete documentation index at: https://docs.projectdiscovery.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Kerberos.EnumerateUserResponse

# Interface: EnumerateUserResponse

[kerberos](/templates/protocols/javascript/modules/kerberos).EnumerateUserResponse

EnumerateUserResponse is the response from EnumerateUser

## Table of contents

### Properties

* [ASREPHash](/templates/protocols/javascript/modules/kerberos.EnumerateUserResponse#asrephash)
* [Error](/templates/protocols/javascript/modules/kerberos.EnumerateUserResponse#error)
* [Valid](/templates/protocols/javascript/modules/kerberos.EnumerateUserResponse#valid)

## Properties

### ASREPHash

• `Optional` **ASREPHash**: `string`

#### Defined in

kerberos.ts:297

***

### Error

• `Optional` **Error**: `string`

#### Defined in

kerberos.ts:299

***

### Valid

• `Optional` **Valid**: `boolean`

#### Defined in

kerberos.ts:295
