// Code generated by msgraph-generate.go DO NOT EDIT. package msgraph // MacOSGeneralDeviceConfiguration This topic provides descriptions of the declared methods, properties and relationships exposed by the macOSGeneralDeviceConfiguration resource. type MacOSGeneralDeviceConfiguration struct { // DeviceConfiguration is the base model of MacOSGeneralDeviceConfiguration DeviceConfiguration // CompliantAppsList List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements. CompliantAppsList []AppListItem `json:"compliantAppsList,omitempty"` // CompliantAppListType List that is in the CompliantAppsList. CompliantAppListType *AppListType `json:"compliantAppListType,omitempty"` // EmailInDomainSuffixes An email address lacking a suffix that matches any of these strings will be considered out-of-domain. EmailInDomainSuffixes []string `json:"emailInDomainSuffixes,omitempty"` // PasswordBlockSimple Block simple passwords. PasswordBlockSimple *bool `json:"passwordBlockSimple,omitempty"` // PasswordExpirationDays Number of days before the password expires. PasswordExpirationDays *int `json:"passwordExpirationDays,omitempty"` // PasswordMinimumCharacterSetCount Number of character sets a password must contain. Valid values 0 to 4 PasswordMinimumCharacterSetCount *int `json:"passwordMinimumCharacterSetCount,omitempty"` // PasswordMinimumLength Minimum length of passwords. PasswordMinimumLength *int `json:"passwordMinimumLength,omitempty"` // PasswordMinutesOfInactivityBeforeLock Minutes of inactivity required before a password is required. PasswordMinutesOfInactivityBeforeLock *int `json:"passwordMinutesOfInactivityBeforeLock,omitempty"` // PasswordMinutesOfInactivityBeforeScreenTimeout Minutes of inactivity required before the screen times out. PasswordMinutesOfInactivityBeforeScreenTimeout *int `json:"passwordMinutesOfInactivityBeforeScreenTimeout,omitempty"` // PasswordPreviousPasswordBlockCount Number of previous passwords to block. PasswordPreviousPasswordBlockCount *int `json:"passwordPreviousPasswordBlockCount,omitempty"` // PasswordRequiredType Type of password that is required. PasswordRequiredType *RequiredPasswordType `json:"passwordRequiredType,omitempty"` // PasswordRequired Whether or not to require a password. PasswordRequired *bool `json:"passwordRequired,omitempty"` // KeychainBlockCloudSync Indicates whether or not iCloud keychain synchronization is blocked (macOS 10.12 and later). KeychainBlockCloudSync *bool `json:"keychainBlockCloudSync,omitempty"` // AirPrintBlocked Indicates whether or not AirPrint is blocked (macOS 10.12 and later). AirPrintBlocked *bool `json:"airPrintBlocked,omitempty"` // AirPrintForceTrustedTLS Indicates if trusted certificates are required for TLS printing communication (macOS 10.13 and later). AirPrintForceTrustedTLS *bool `json:"airPrintForceTrustedTLS,omitempty"` // AirPrintBlockiBeaconDiscovery Indicates whether or not iBeacon discovery of AirPrint printers is blocked. This prevents spurious AirPrint Bluetooth beacons from phishing for network traffic (macOS 10.3 and later). AirPrintBlockiBeaconDiscovery *bool `json:"airPrintBlockiBeaconDiscovery,omitempty"` // SafariBlockAutofill Indicates whether or not to block the user from using Auto fill in Safari. SafariBlockAutofill *bool `json:"safariBlockAutofill,omitempty"` // CameraBlocked Indicates whether or not to block the user from accessing the camera of the device. CameraBlocked *bool `json:"cameraBlocked,omitempty"` // ITunesBlockMusicService Indicates whether or not to block Music service and revert Music app to classic mode. ITunesBlockMusicService *bool `json:"iTunesBlockMusicService,omitempty"` // SpotlightBlockInternetResults Indicates whether or not to block Spotlight from returning any results from an Internet search. SpotlightBlockInternetResults *bool `json:"spotlightBlockInternetResults,omitempty"` // KeyboardBlockDictation Indicates whether or not to block the user from using dictation input. KeyboardBlockDictation *bool `json:"keyboardBlockDictation,omitempty"` // DefinitionLookupBlocked Indicates whether or not to block definition lookup. DefinitionLookupBlocked *bool `json:"definitionLookupBlocked,omitempty"` // AppleWatchBlockAutoUnlock Indicates whether or to block users from unlocking their Mac with Apple Watch. AppleWatchBlockAutoUnlock *bool `json:"appleWatchBlockAutoUnlock,omitempty"` // ITunesBlockFileSharing Indicates whether or not to block files from being transferred using iTunes. ITunesBlockFileSharing *bool `json:"iTunesBlockFileSharing,omitempty"` // ICloudBlockDocumentSync Indicates whether or not to block iCloud document sync. ICloudBlockDocumentSync *bool `json:"iCloudBlockDocumentSync,omitempty"` // ICloudBlockMail Indicates whether or not to block iCloud from syncing mail. ICloudBlockMail *bool `json:"iCloudBlockMail,omitempty"` // ICloudBlockAddressBook Indicates whether or not to block iCloud from syncing contacts. ICloudBlockAddressBook *bool `json:"iCloudBlockAddressBook,omitempty"` // ICloudBlockCalendar Indicates whether or not to block iCloud from syncing calendars. ICloudBlockCalendar *bool `json:"iCloudBlockCalendar,omitempty"` // ICloudBlockReminders Indicates whether or not to block iCloud from syncing reminders. ICloudBlockReminders *bool `json:"iCloudBlockReminders,omitempty"` // ICloudBlockBookmarks Indicates whether or not to block iCloud from syncing bookmarks. ICloudBlockBookmarks *bool `json:"iCloudBlockBookmarks,omitempty"` // ICloudBlockNotes Indicates whether or not to block iCloud from syncing notes. ICloudBlockNotes *bool `json:"iCloudBlockNotes,omitempty"` // AirDropBlocked Indicates whether or not to allow AirDrop. AirDropBlocked *bool `json:"airDropBlocked,omitempty"` // PasswordBlockModification Indicates whether or not to allow passcode modification. PasswordBlockModification *bool `json:"passwordBlockModification,omitempty"` // PasswordBlockFingerprintUnlock Indicates whether or not to block fingerprint unlock. PasswordBlockFingerprintUnlock *bool `json:"passwordBlockFingerprintUnlock,omitempty"` // PasswordBlockAutoFill Indicates whether or not to block the AutoFill Passwords feature. PasswordBlockAutoFill *bool `json:"passwordBlockAutoFill,omitempty"` // PasswordBlockProximityRequests Indicates whether or not to block requesting passwords from nearby devices. PasswordBlockProximityRequests *bool `json:"passwordBlockProximityRequests,omitempty"` // PasswordBlockAirDropSharing Indicates whether or not to block sharing passwords with the AirDrop passwords feature. PasswordBlockAirDropSharing *bool `json:"passwordBlockAirDropSharing,omitempty"` // SoftwareUpdatesEnforcedDelayInDays Sets how many days a software update will be delyed for a supervised device. Valid values 0 to 90 SoftwareUpdatesEnforcedDelayInDays *int `json:"softwareUpdatesEnforcedDelayInDays,omitempty"` // SoftwareUpdatesForceDelayed Indicates whether or not to delay user visibility of software updates when the device is in supervised mode. SoftwareUpdatesForceDelayed *bool `json:"softwareUpdatesForceDelayed,omitempty"` // ContentCachingBlocked Indicates whether or not to allow content caching. ContentCachingBlocked *bool `json:"contentCachingBlocked,omitempty"` // ICloudBlockPhotoLibrary Indicates whether or not to block iCloud Photo Library. ICloudBlockPhotoLibrary *bool `json:"iCloudBlockPhotoLibrary,omitempty"` // ScreenCaptureBlocked Indicates whether or not to block the user from taking Screenshots. ScreenCaptureBlocked *bool `json:"screenCaptureBlocked,omitempty"` // ClassroomAppBlockRemoteScreenObservation Indicates whether or not to allow remote screen observation by Classroom app. Requires MDM enrollment via Apple School Manager or Apple Business Manager. ClassroomAppBlockRemoteScreenObservation *bool `json:"classroomAppBlockRemoteScreenObservation,omitempty"` // ClassroomAppForceUnpromptedScreenObservation Indicates whether or not to automatically give permission to the teacher of a managed course on the Classroom app to view a student's screen without prompting. Requires MDM enrollment via Apple School Manager or Apple Business Manager. ClassroomAppForceUnpromptedScreenObservation *bool `json:"classroomAppForceUnpromptedScreenObservation,omitempty"` // ClassroomForceAutomaticallyJoinClasses Indicates whether or not to automatically give permission to the teacher's requests, without prompting the student. Requires MDM enrollment via Apple School Manager or Apple Business Manager. ClassroomForceAutomaticallyJoinClasses *bool `json:"classroomForceAutomaticallyJoinClasses,omitempty"` // ClassroomForceRequestPermissionToLeaveClasses Indicates whether a student enrolled in an unmanaged course via Classroom will be required to request permission from the teacher when attempting to leave the course. Requires MDM enrollment via Apple School Manager or Apple Business Manager. ClassroomForceRequestPermissionToLeaveClasses *bool `json:"classroomForceRequestPermissionToLeaveClasses,omitempty"` // ClassroomForceUnpromptedAppAndDeviceLock Indicates whether or not to allow the teacher to lock apps or the device without prompting the student. Requires MDM enrollment via Apple School Manager or Apple Business Manager. ClassroomForceUnpromptedAppAndDeviceLock *bool `json:"classroomForceUnpromptedAppAndDeviceLock,omitempty"` // ICloudBlockActivityContinuation Indicates whether or not to block the user from continuing work that they started on a MacOS device on another iOS or MacOS device (MacOS 10.15 or later). ICloudBlockActivityContinuation *bool `json:"iCloudBlockActivityContinuation,omitempty"` }