---
title: requiresSIP
framework: automaticassessmentconfiguration
role: symbol
role_heading: Instance Property
path: automaticassessmentconfiguration/aeassessmentconfiguration/requiressip
---

# requiresSIP

A Boolean value that indicates whether System Integrity Protection (SIP) must be enabled to start an assessment.

## Declaration

```swift
var requiresSIP: Bool { get set }
```

## Discussion

Discussion When set to true, the assessment session will only start if System Integrity Protection is enabled on the device. This requirement is disabled by default.
