# FoundryRole

- Module: [Aspire.Hosting.Foundry](/reference/api/typescript/aspire.hosting.foundry.md)
- Version: `13.4.0-preview.1.26281.18`
- Kind: `enum`
- Source: [GitHub](https://github.com/microsoft/aspire)

Represents ATS-compatible Microsoft Foundry roles.

## Definition

```typescript
enum FoundryRole {
  CognitiveServicesOpenAIContributor = 0,
  CognitiveServicesOpenAIUser = 1,
  CognitiveServicesUser = 2,
}
```

## Values

- `CognitiveServicesOpenAIContributor` = `0`
- `CognitiveServicesOpenAIUser` = `1`
- `CognitiveServicesUser` = `2`
