diff --git a/src/jamf_pro_sdk/models/pro/api_options.py b/src/jamf_pro_sdk/models/pro/api_options.py index c2d6b6a..42bbe93 100644 --- a/src/jamf_pro_sdk/models/pro/api_options.py +++ b/src/jamf_pro_sdk/models/pro/api_options.py @@ -67,8 +67,8 @@ "general.lastCloudBackupDate", "general.reportDate", "general.lastReportedIp", + "general.managementId", "general.remoteManagement.managed", - "general.remoteManagement.managementUsername", "general.mdmCapable.capable", "general.mdmCertificateExpiration", "general.platform", @@ -81,7 +81,8 @@ "hardware.model", "hardware.modelIdentifier", "hardware.serialNumber", - "hardware.supportsIosAppInstalls,hardware.isAppleSilicon", + "hardware.supportsIosAppInstalls", + "hardware.appleSilicon", "operatingSystem.activeDirectoryStatus", "operatingSystem.fileVault2Status", "operatingSystem.build", @@ -89,15 +90,18 @@ "operatingSystem.rapidSecurityResponse", "operatingSystem.name", "operatingSystem.version", - "operatingSystem.softwareUpdateDeviceId", "security.activationLockEnabled", - "security.recoveryLockEnabled,security.firewallEnabled,userAndLocation.buildingId", + "security.recoveryLockEnabled", + "security.firewallEnabled", + "serAndLocation.buildingId", "userAndLocation.departmentId", "userAndLocation.email", "userAndLocation.realname", "userAndLocation.phone", - "userAndLocation.position,userAndLocation.room", + "userAndLocation.position", + "userAndLocation.room", "userAndLocation.username", + "diskEncryption.fileVault2Enabled", "purchasing.appleCareId", "purchasing.lifeExpectancy", "purchasing.purchased", @@ -268,6 +272,7 @@ "assetTag", "availableSpaceMb", "batteryLevel", + "batteryHealth", "bluetoothLowEnergyCapable", "bluetoothMacAddress", "capacityMb",