# DiscoveryScanRequest

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-12-screenshots/discovery.client.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-12-screenshots/discovery.client.ts#L9)

## Properties

| Property | Type |
|---|---|
| `siteUrl` | `string` |
| `auth` | `{
    loginUrl: string;
    username: string;
    password: string;
    usernameSelector?: string;
    passwordSelector?: string;
    submitSelector?: string;
    successSelector?: string;
  }` |
| `exploreGridDepth` | `boolean` |
| `timeoutMs` | `number` |
| `pageProfileTimeoutMs` | `number` |
