StatusPasscodeIsPresent
The status item that reports whether the device has a passcode.
Declaration
object StatusPasscodeIsPresentProperties
| Name | Type | Description |
|---|---|---|
passcode.is-present Required | boolean | If |
Discussion
Status item availability
Allowed in supervised enrollment | iOS, Shared iPad, visionOS, watchOS |
Allowed in device enrollment | iOS, Shared iPad, visionOS |
Allowed in user enrollment | iOS, Shared iPad, visionOS |
Allowed in local enrollment | iOS, Shared iPad, visionOS, watchOS |
Allowed in system scope | iOS, Shared iPad, visionOS, watchOS |
Allowed in user scope | Shared iPad |
Status item example
{
"passcode": {
"is-present": true
}
}