---
title: configurationsByApplication
framework: automaticassessmentconfiguration
role: symbol
role_heading: Instance Property
path: automaticassessmentconfiguration/aeassessmentconfiguration/configurationsbyapplication
---

# configurationsByApplication

The collection of apps available during an assessment, along with their associated configurations.

## Declaration

```swift
var configurationsByApplication: [AEAssessmentApplication : AEAssessmentParticipantConfiguration] { get }
```

## Discussion

Discussion Access this property to get a list of the currently allowed secondary apps and their individual configurations. Add apps to the list by calling the setConfiguration(_:for:) method. Remove them from the list by calling the remove(_:) method.

## See Also

### Allowing access to other apps

- [setConfiguration(_:for:)](automaticassessmentconfiguration/aeassessmentconfiguration/setconfiguration(_:for:).md)
- [remove(_:)](automaticassessmentconfiguration/aeassessmentconfiguration/remove(_:).md)
- [mainParticipantConfiguration](automaticassessmentconfiguration/aeassessmentconfiguration/mainparticipantconfiguration.md)
- [AEAssessmentApplication](automaticassessmentconfiguration/aeassessmentapplication.md)
- [AEAssessmentParticipantConfiguration](automaticassessmentconfiguration/aeassessmentparticipantconfiguration.md)
