# WorkOSIdentifySource

## Example Usage

```typescript
import { WorkOSIdentifySource } from "@interfere/sdk/models";

let value: WorkOSIdentifySource = {
  name: "WorkOS",
  type: "workos",
};
```

## Fields

| Field                                                                        | Type                                                                         | Required                                                                     | Description                                                                  |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| `name`                                                                       | [models.WorkOSIdentifySourceName](../models/work-os-identify-source-name.md) | :heavy_check_mark:                                                           | N/A                                                                          |
| `type`                                                                       | *"workos"*                                                                   | :heavy_check_mark:                                                           | N/A                                                                          |