# CertificateTrustExecutionConfigurationExportData

- Module: [Aspire.Hosting](/reference/api/typescript/aspire.hosting.md)
- Version: `13.3.0`
- Kind: `type`
- Source: [GitHub](https://github.com/microsoft/aspire)

## Definition

```typescript
type CertificateTrustExecutionConfigurationExportData = {
  Scope: CertificateTrustScope;
  CertificateSubjects: string[];
  CustomBundlePaths: string[];
}
```

## Fields

- `Scope`: [CertificateTrustScope](/reference/api/typescript/aspire.hosting/certificatetrustscope.md)
- `CertificateSubjects`: `string[]`
- `CustomBundlePaths`: `string[]`
