code
stringlengths
17
296k
docstring
stringlengths
30
30.3k
func_name
stringlengths
1
89
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
7
153
url
stringlengths
51
209
license
stringclasses
4 values
public function setClassroomForceRequestPermissionToLeaveClasses($val) { $this->_propDict["classroomForceRequestPermissionToLeaveClasses"] = boolval($val); return $this; }
Sets the classroomForceRequestPermissionToLeaveClasses Indicates whether a student enrolled in an unmanaged course via Classroom will request permission from the teacher when attempting to leave the course (iOS 11.3 and later). @param bool $val The classroomForceRequestPermissionToLeaveClasses @return IosGeneralDeviceConfiguration
setClassroomForceRequestPermissionToLeaveClasses
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getClassroomForceUnpromptedAppAndDeviceLock() { if (array_key_exists("classroomForceUnpromptedAppAndDeviceLock", $this->_propDict)) { return $this->_propDict["classroomForceUnpromptedAppAndDeviceLock"]; } else { return null; } }
Gets the classroomForceUnpromptedAppAndDeviceLock Indicates whether or not to allow the teacher to lock apps or the device without prompting the student. Supervised only. @return bool|null The classroomForceUnpromptedAppAndDeviceLock
getClassroomForceUnpromptedAppAndDeviceLock
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setClassroomForceUnpromptedAppAndDeviceLock($val) { $this->_propDict["classroomForceUnpromptedAppAndDeviceLock"] = boolval($val); return $this; }
Sets the classroomForceUnpromptedAppAndDeviceLock Indicates whether or not to allow the teacher to lock apps or the device without prompting the student. Supervised only. @param bool $val The classroomForceUnpromptedAppAndDeviceLock @return IosGeneralDeviceConfiguration
setClassroomForceUnpromptedAppAndDeviceLock
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getCompliantAppListType() { if (array_key_exists("compliantAppListType", $this->_propDict)) { if (is_a($this->_propDict["compliantAppListType"], "\Beta\Microsoft\Graph\Model\AppListType") || is_null($this->_propDict["compliantAppListType"])) { return $this->_propDict["compliantAppListType"]; } else { $this->_propDict["compliantAppListType"] = new AppListType($this->_propDict["compliantAppListType"]); return $this->_propDict["compliantAppListType"]; } } return null; }
Gets the compliantAppListType List that is in the AppComplianceList. Possible values are: none, appsInListCompliant, appsNotInListCompliant. @return AppListType|null The compliantAppListType
getCompliantAppListType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setCompliantAppListType($val) { $this->_propDict["compliantAppListType"] = $val; return $this; }
Sets the compliantAppListType List that is in the AppComplianceList. Possible values are: none, appsInListCompliant, appsNotInListCompliant. @param AppListType $val The compliantAppListType @return IosGeneralDeviceConfiguration
setCompliantAppListType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getCompliantAppsList() { if (array_key_exists("compliantAppsList", $this->_propDict)) { return $this->_propDict["compliantAppsList"]; } else { return null; } }
Gets the 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. @return array|null The compliantAppsList
getCompliantAppsList
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setCompliantAppsList($val) { $this->_propDict["compliantAppsList"] = $val; return $this; }
Sets the 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. @param AppListItem[] $val The compliantAppsList @return IosGeneralDeviceConfiguration
setCompliantAppsList
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getConfigurationProfileBlockChanges() { if (array_key_exists("configurationProfileBlockChanges", $this->_propDict)) { return $this->_propDict["configurationProfileBlockChanges"]; } else { return null; } }
Gets the configurationProfileBlockChanges Indicates whether or not to block the user from installing configuration profiles and certificates interactively when the device is in supervised mode. @return bool|null The configurationProfileBlockChanges
getConfigurationProfileBlockChanges
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setConfigurationProfileBlockChanges($val) { $this->_propDict["configurationProfileBlockChanges"] = boolval($val); return $this; }
Sets the configurationProfileBlockChanges Indicates whether or not to block the user from installing configuration profiles and certificates interactively when the device is in supervised mode. @param bool $val The configurationProfileBlockChanges @return IosGeneralDeviceConfiguration
setConfigurationProfileBlockChanges
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getContactsAllowManagedToUnmanagedWrite() { if (array_key_exists("contactsAllowManagedToUnmanagedWrite", $this->_propDict)) { return $this->_propDict["contactsAllowManagedToUnmanagedWrite"]; } else { return null; } }
Gets the contactsAllowManagedToUnmanagedWrite Indicates whether or not managed apps can write contacts to unmanaged contacts accounts (iOS 12.0 and later). @return bool|null The contactsAllowManagedToUnmanagedWrite
getContactsAllowManagedToUnmanagedWrite
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setContactsAllowManagedToUnmanagedWrite($val) { $this->_propDict["contactsAllowManagedToUnmanagedWrite"] = boolval($val); return $this; }
Sets the contactsAllowManagedToUnmanagedWrite Indicates whether or not managed apps can write contacts to unmanaged contacts accounts (iOS 12.0 and later). @param bool $val The contactsAllowManagedToUnmanagedWrite @return IosGeneralDeviceConfiguration
setContactsAllowManagedToUnmanagedWrite
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getContactsAllowUnmanagedToManagedRead() { if (array_key_exists("contactsAllowUnmanagedToManagedRead", $this->_propDict)) { return $this->_propDict["contactsAllowUnmanagedToManagedRead"]; } else { return null; } }
Gets the contactsAllowUnmanagedToManagedRead Indicates whether or not unmanaged apps can read from managed contacts accounts (iOS 12.0 or later). @return bool|null The contactsAllowUnmanagedToManagedRead
getContactsAllowUnmanagedToManagedRead
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setContactsAllowUnmanagedToManagedRead($val) { $this->_propDict["contactsAllowUnmanagedToManagedRead"] = boolval($val); return $this; }
Sets the contactsAllowUnmanagedToManagedRead Indicates whether or not unmanaged apps can read from managed contacts accounts (iOS 12.0 or later). @param bool $val The contactsAllowUnmanagedToManagedRead @return IosGeneralDeviceConfiguration
setContactsAllowUnmanagedToManagedRead
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getContinuousPathKeyboardBlocked() { if (array_key_exists("continuousPathKeyboardBlocked", $this->_propDict)) { return $this->_propDict["continuousPathKeyboardBlocked"]; } else { return null; } }
Gets the continuousPathKeyboardBlocked Indicates whether or not to block the continuous path keyboard when the device is supervised (iOS 13 or later). @return bool|null The continuousPathKeyboardBlocked
getContinuousPathKeyboardBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setContinuousPathKeyboardBlocked($val) { $this->_propDict["continuousPathKeyboardBlocked"] = boolval($val); return $this; }
Sets the continuousPathKeyboardBlocked Indicates whether or not to block the continuous path keyboard when the device is supervised (iOS 13 or later). @param bool $val The continuousPathKeyboardBlocked @return IosGeneralDeviceConfiguration
setContinuousPathKeyboardBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getDateAndTimeForceSetAutomatically() { if (array_key_exists("dateAndTimeForceSetAutomatically", $this->_propDict)) { return $this->_propDict["dateAndTimeForceSetAutomatically"]; } else { return null; } }
Gets the dateAndTimeForceSetAutomatically Indicates whether or not the Date and Time 'Set Automatically' feature is enabled and cannot be turned off by the user (iOS 12.0 and later). @return bool|null The dateAndTimeForceSetAutomatically
getDateAndTimeForceSetAutomatically
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setDateAndTimeForceSetAutomatically($val) { $this->_propDict["dateAndTimeForceSetAutomatically"] = boolval($val); return $this; }
Sets the dateAndTimeForceSetAutomatically Indicates whether or not the Date and Time 'Set Automatically' feature is enabled and cannot be turned off by the user (iOS 12.0 and later). @param bool $val The dateAndTimeForceSetAutomatically @return IosGeneralDeviceConfiguration
setDateAndTimeForceSetAutomatically
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getDefinitionLookupBlocked() { if (array_key_exists("definitionLookupBlocked", $this->_propDict)) { return $this->_propDict["definitionLookupBlocked"]; } else { return null; } }
Gets the definitionLookupBlocked Indicates whether or not to block definition lookup when the device is in supervised mode (iOS 8.1.3 and later ). @return bool|null The definitionLookupBlocked
getDefinitionLookupBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setDefinitionLookupBlocked($val) { $this->_propDict["definitionLookupBlocked"] = boolval($val); return $this; }
Sets the definitionLookupBlocked Indicates whether or not to block definition lookup when the device is in supervised mode (iOS 8.1.3 and later ). @param bool $val The definitionLookupBlocked @return IosGeneralDeviceConfiguration
setDefinitionLookupBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getDeviceBlockEnableRestrictions() { if (array_key_exists("deviceBlockEnableRestrictions", $this->_propDict)) { return $this->_propDict["deviceBlockEnableRestrictions"]; } else { return null; } }
Gets the deviceBlockEnableRestrictions Indicates whether or not to allow the user to enables restrictions in the device settings when the device is in supervised mode. @return bool|null The deviceBlockEnableRestrictions
getDeviceBlockEnableRestrictions
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setDeviceBlockEnableRestrictions($val) { $this->_propDict["deviceBlockEnableRestrictions"] = boolval($val); return $this; }
Sets the deviceBlockEnableRestrictions Indicates whether or not to allow the user to enables restrictions in the device settings when the device is in supervised mode. @param bool $val The deviceBlockEnableRestrictions @return IosGeneralDeviceConfiguration
setDeviceBlockEnableRestrictions
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getDeviceBlockEraseContentAndSettings() { if (array_key_exists("deviceBlockEraseContentAndSettings", $this->_propDict)) { return $this->_propDict["deviceBlockEraseContentAndSettings"]; } else { return null; } }
Gets the deviceBlockEraseContentAndSettings Indicates whether or not to allow the use of the 'Erase all content and settings' option on the device when the device is in supervised mode. @return bool|null The deviceBlockEraseContentAndSettings
getDeviceBlockEraseContentAndSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setDeviceBlockEraseContentAndSettings($val) { $this->_propDict["deviceBlockEraseContentAndSettings"] = boolval($val); return $this; }
Sets the deviceBlockEraseContentAndSettings Indicates whether or not to allow the use of the 'Erase all content and settings' option on the device when the device is in supervised mode. @param bool $val The deviceBlockEraseContentAndSettings @return IosGeneralDeviceConfiguration
setDeviceBlockEraseContentAndSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getDeviceBlockNameModification() { if (array_key_exists("deviceBlockNameModification", $this->_propDict)) { return $this->_propDict["deviceBlockNameModification"]; } else { return null; } }
Gets the deviceBlockNameModification Indicates whether or not to allow device name modification when the device is in supervised mode (iOS 9.0 and later). @return bool|null The deviceBlockNameModification
getDeviceBlockNameModification
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setDeviceBlockNameModification($val) { $this->_propDict["deviceBlockNameModification"] = boolval($val); return $this; }
Sets the deviceBlockNameModification Indicates whether or not to allow device name modification when the device is in supervised mode (iOS 9.0 and later). @param bool $val The deviceBlockNameModification @return IosGeneralDeviceConfiguration
setDeviceBlockNameModification
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getDiagnosticDataBlockSubmission() { if (array_key_exists("diagnosticDataBlockSubmission", $this->_propDict)) { return $this->_propDict["diagnosticDataBlockSubmission"]; } else { return null; } }
Gets the diagnosticDataBlockSubmission Indicates whether or not to block diagnostic data submission. @return bool|null The diagnosticDataBlockSubmission
getDiagnosticDataBlockSubmission
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setDiagnosticDataBlockSubmission($val) { $this->_propDict["diagnosticDataBlockSubmission"] = boolval($val); return $this; }
Sets the diagnosticDataBlockSubmission Indicates whether or not to block diagnostic data submission. @param bool $val The diagnosticDataBlockSubmission @return IosGeneralDeviceConfiguration
setDiagnosticDataBlockSubmission
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getDiagnosticDataBlockSubmissionModification() { if (array_key_exists("diagnosticDataBlockSubmissionModification", $this->_propDict)) { return $this->_propDict["diagnosticDataBlockSubmissionModification"]; } else { return null; } }
Gets the diagnosticDataBlockSubmissionModification Indicates whether or not to allow diagnostics submission settings modification when the device is in supervised mode (iOS 9.3.2 and later). @return bool|null The diagnosticDataBlockSubmissionModification
getDiagnosticDataBlockSubmissionModification
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setDiagnosticDataBlockSubmissionModification($val) { $this->_propDict["diagnosticDataBlockSubmissionModification"] = boolval($val); return $this; }
Sets the diagnosticDataBlockSubmissionModification Indicates whether or not to allow diagnostics submission settings modification when the device is in supervised mode (iOS 9.3.2 and later). @param bool $val The diagnosticDataBlockSubmissionModification @return IosGeneralDeviceConfiguration
setDiagnosticDataBlockSubmissionModification
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getDocumentsBlockManagedDocumentsInUnmanagedApps() { if (array_key_exists("documentsBlockManagedDocumentsInUnmanagedApps", $this->_propDict)) { return $this->_propDict["documentsBlockManagedDocumentsInUnmanagedApps"]; } else { return null; } }
Gets the documentsBlockManagedDocumentsInUnmanagedApps Indicates whether or not to block the user from viewing managed documents in unmanaged apps. @return bool|null The documentsBlockManagedDocumentsInUnmanagedApps
getDocumentsBlockManagedDocumentsInUnmanagedApps
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setDocumentsBlockManagedDocumentsInUnmanagedApps($val) { $this->_propDict["documentsBlockManagedDocumentsInUnmanagedApps"] = boolval($val); return $this; }
Sets the documentsBlockManagedDocumentsInUnmanagedApps Indicates whether or not to block the user from viewing managed documents in unmanaged apps. @param bool $val The documentsBlockManagedDocumentsInUnmanagedApps @return IosGeneralDeviceConfiguration
setDocumentsBlockManagedDocumentsInUnmanagedApps
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getDocumentsBlockUnmanagedDocumentsInManagedApps() { if (array_key_exists("documentsBlockUnmanagedDocumentsInManagedApps", $this->_propDict)) { return $this->_propDict["documentsBlockUnmanagedDocumentsInManagedApps"]; } else { return null; } }
Gets the documentsBlockUnmanagedDocumentsInManagedApps Indicates whether or not to block the user from viewing unmanaged documents in managed apps. @return bool|null The documentsBlockUnmanagedDocumentsInManagedApps
getDocumentsBlockUnmanagedDocumentsInManagedApps
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setDocumentsBlockUnmanagedDocumentsInManagedApps($val) { $this->_propDict["documentsBlockUnmanagedDocumentsInManagedApps"] = boolval($val); return $this; }
Sets the documentsBlockUnmanagedDocumentsInManagedApps Indicates whether or not to block the user from viewing unmanaged documents in managed apps. @param bool $val The documentsBlockUnmanagedDocumentsInManagedApps @return IosGeneralDeviceConfiguration
setDocumentsBlockUnmanagedDocumentsInManagedApps
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getEmailInDomainSuffixes() { if (array_key_exists("emailInDomainSuffixes", $this->_propDict)) { return $this->_propDict["emailInDomainSuffixes"]; } else { return null; } }
Gets the emailInDomainSuffixes An email address lacking a suffix that matches any of these strings will be considered out-of-domain. @return array|null The emailInDomainSuffixes
getEmailInDomainSuffixes
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setEmailInDomainSuffixes($val) { $this->_propDict["emailInDomainSuffixes"] = $val; return $this; }
Sets the emailInDomainSuffixes An email address lacking a suffix that matches any of these strings will be considered out-of-domain. @param string[] $val The emailInDomainSuffixes @return IosGeneralDeviceConfiguration
setEmailInDomainSuffixes
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getEnterpriseAppBlockTrust() { if (array_key_exists("enterpriseAppBlockTrust", $this->_propDict)) { return $this->_propDict["enterpriseAppBlockTrust"]; } else { return null; } }
Gets the enterpriseAppBlockTrust Indicates whether or not to block the user from trusting an enterprise app. @return bool|null The enterpriseAppBlockTrust
getEnterpriseAppBlockTrust
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setEnterpriseAppBlockTrust($val) { $this->_propDict["enterpriseAppBlockTrust"] = boolval($val); return $this; }
Sets the enterpriseAppBlockTrust Indicates whether or not to block the user from trusting an enterprise app. @param bool $val The enterpriseAppBlockTrust @return IosGeneralDeviceConfiguration
setEnterpriseAppBlockTrust
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getEnterpriseAppBlockTrustModification() { if (array_key_exists("enterpriseAppBlockTrustModification", $this->_propDict)) { return $this->_propDict["enterpriseAppBlockTrustModification"]; } else { return null; } }
Gets the enterpriseAppBlockTrustModification [Deprecated] Configuring this setting and setting the value to 'true' has no effect on the device. @return bool|null The enterpriseAppBlockTrustModification
getEnterpriseAppBlockTrustModification
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setEnterpriseAppBlockTrustModification($val) { $this->_propDict["enterpriseAppBlockTrustModification"] = boolval($val); return $this; }
Sets the enterpriseAppBlockTrustModification [Deprecated] Configuring this setting and setting the value to 'true' has no effect on the device. @param bool $val The enterpriseAppBlockTrustModification @return IosGeneralDeviceConfiguration
setEnterpriseAppBlockTrustModification
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getEnterpriseBookBlockBackup() { if (array_key_exists("enterpriseBookBlockBackup", $this->_propDict)) { return $this->_propDict["enterpriseBookBlockBackup"]; } else { return null; } }
Gets the enterpriseBookBlockBackup Indicates whether or not Enterprise book back up is blocked. @return bool|null The enterpriseBookBlockBackup
getEnterpriseBookBlockBackup
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setEnterpriseBookBlockBackup($val) { $this->_propDict["enterpriseBookBlockBackup"] = boolval($val); return $this; }
Sets the enterpriseBookBlockBackup Indicates whether or not Enterprise book back up is blocked. @param bool $val The enterpriseBookBlockBackup @return IosGeneralDeviceConfiguration
setEnterpriseBookBlockBackup
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getEnterpriseBookBlockMetadataSync() { if (array_key_exists("enterpriseBookBlockMetadataSync", $this->_propDict)) { return $this->_propDict["enterpriseBookBlockMetadataSync"]; } else { return null; } }
Gets the enterpriseBookBlockMetadataSync Indicates whether or not Enterprise book notes and highlights sync is blocked. @return bool|null The enterpriseBookBlockMetadataSync
getEnterpriseBookBlockMetadataSync
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setEnterpriseBookBlockMetadataSync($val) { $this->_propDict["enterpriseBookBlockMetadataSync"] = boolval($val); return $this; }
Sets the enterpriseBookBlockMetadataSync Indicates whether or not Enterprise book notes and highlights sync is blocked. @param bool $val The enterpriseBookBlockMetadataSync @return IosGeneralDeviceConfiguration
setEnterpriseBookBlockMetadataSync
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getEsimBlockModification() { if (array_key_exists("esimBlockModification", $this->_propDict)) { return $this->_propDict["esimBlockModification"]; } else { return null; } }
Gets the esimBlockModification Indicates whether or not to allow the addition or removal of cellular plans on the eSIM of a supervised device. @return bool|null The esimBlockModification
getEsimBlockModification
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setEsimBlockModification($val) { $this->_propDict["esimBlockModification"] = boolval($val); return $this; }
Sets the esimBlockModification Indicates whether or not to allow the addition or removal of cellular plans on the eSIM of a supervised device. @param bool $val The esimBlockModification @return IosGeneralDeviceConfiguration
setEsimBlockModification
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getFaceTimeBlocked() { if (array_key_exists("faceTimeBlocked", $this->_propDict)) { return $this->_propDict["faceTimeBlocked"]; } else { return null; } }
Gets the faceTimeBlocked Indicates whether or not to block the user from using FaceTime. Requires a supervised device for iOS 13 and later. @return bool|null The faceTimeBlocked
getFaceTimeBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setFaceTimeBlocked($val) { $this->_propDict["faceTimeBlocked"] = boolval($val); return $this; }
Sets the faceTimeBlocked Indicates whether or not to block the user from using FaceTime. Requires a supervised device for iOS 13 and later. @param bool $val The faceTimeBlocked @return IosGeneralDeviceConfiguration
setFaceTimeBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getFilesNetworkDriveAccessBlocked() { if (array_key_exists("filesNetworkDriveAccessBlocked", $this->_propDict)) { return $this->_propDict["filesNetworkDriveAccessBlocked"]; } else { return null; } }
Gets the filesNetworkDriveAccessBlocked Indicates if devices can access files or other resources on a network server using the Server Message Block (SMB) protocol. Available for devices running iOS and iPadOS, versions 13.0 and later. @return bool|null The filesNetworkDriveAccessBlocked
getFilesNetworkDriveAccessBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setFilesNetworkDriveAccessBlocked($val) { $this->_propDict["filesNetworkDriveAccessBlocked"] = boolval($val); return $this; }
Sets the filesNetworkDriveAccessBlocked Indicates if devices can access files or other resources on a network server using the Server Message Block (SMB) protocol. Available for devices running iOS and iPadOS, versions 13.0 and later. @param bool $val The filesNetworkDriveAccessBlocked @return IosGeneralDeviceConfiguration
setFilesNetworkDriveAccessBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getFilesUsbDriveAccessBlocked() { if (array_key_exists("filesUsbDriveAccessBlocked", $this->_propDict)) { return $this->_propDict["filesUsbDriveAccessBlocked"]; } else { return null; } }
Gets the filesUsbDriveAccessBlocked Indicates if sevices with access can connect to and open files on a USB drive. Available for devices running iOS and iPadOS, versions 13.0 and later. @return bool|null The filesUsbDriveAccessBlocked
getFilesUsbDriveAccessBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setFilesUsbDriveAccessBlocked($val) { $this->_propDict["filesUsbDriveAccessBlocked"] = boolval($val); return $this; }
Sets the filesUsbDriveAccessBlocked Indicates if sevices with access can connect to and open files on a USB drive. Available for devices running iOS and iPadOS, versions 13.0 and later. @param bool $val The filesUsbDriveAccessBlocked @return IosGeneralDeviceConfiguration
setFilesUsbDriveAccessBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getFindMyDeviceInFindMyAppBlocked() { if (array_key_exists("findMyDeviceInFindMyAppBlocked", $this->_propDict)) { return $this->_propDict["findMyDeviceInFindMyAppBlocked"]; } else { return null; } }
Gets the findMyDeviceInFindMyAppBlocked Indicates whether or not to block Find My Device when the device is supervised (iOS 13 or later). @return bool|null The findMyDeviceInFindMyAppBlocked
getFindMyDeviceInFindMyAppBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setFindMyDeviceInFindMyAppBlocked($val) { $this->_propDict["findMyDeviceInFindMyAppBlocked"] = boolval($val); return $this; }
Sets the findMyDeviceInFindMyAppBlocked Indicates whether or not to block Find My Device when the device is supervised (iOS 13 or later). @param bool $val The findMyDeviceInFindMyAppBlocked @return IosGeneralDeviceConfiguration
setFindMyDeviceInFindMyAppBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getFindMyFriendsBlocked() { if (array_key_exists("findMyFriendsBlocked", $this->_propDict)) { return $this->_propDict["findMyFriendsBlocked"]; } else { return null; } }
Gets the findMyFriendsBlocked Indicates whether or not to block changes to Find My Friends when the device is in supervised mode. @return bool|null The findMyFriendsBlocked
getFindMyFriendsBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setFindMyFriendsBlocked($val) { $this->_propDict["findMyFriendsBlocked"] = boolval($val); return $this; }
Sets the findMyFriendsBlocked Indicates whether or not to block changes to Find My Friends when the device is in supervised mode. @param bool $val The findMyFriendsBlocked @return IosGeneralDeviceConfiguration
setFindMyFriendsBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getFindMyFriendsInFindMyAppBlocked() { if (array_key_exists("findMyFriendsInFindMyAppBlocked", $this->_propDict)) { return $this->_propDict["findMyFriendsInFindMyAppBlocked"]; } else { return null; } }
Gets the findMyFriendsInFindMyAppBlocked Indicates whether or not to block Find My Friends when the device is supervised (iOS 13 or later). @return bool|null The findMyFriendsInFindMyAppBlocked
getFindMyFriendsInFindMyAppBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setFindMyFriendsInFindMyAppBlocked($val) { $this->_propDict["findMyFriendsInFindMyAppBlocked"] = boolval($val); return $this; }
Sets the findMyFriendsInFindMyAppBlocked Indicates whether or not to block Find My Friends when the device is supervised (iOS 13 or later). @param bool $val The findMyFriendsInFindMyAppBlocked @return IosGeneralDeviceConfiguration
setFindMyFriendsInFindMyAppBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getGameCenterBlocked() { if (array_key_exists("gameCenterBlocked", $this->_propDict)) { return $this->_propDict["gameCenterBlocked"]; } else { return null; } }
Gets the gameCenterBlocked Indicates whether or not to block the user from using Game Center when the device is in supervised mode. @return bool|null The gameCenterBlocked
getGameCenterBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setGameCenterBlocked($val) { $this->_propDict["gameCenterBlocked"] = boolval($val); return $this; }
Sets the gameCenterBlocked Indicates whether or not to block the user from using Game Center when the device is in supervised mode. @param bool $val The gameCenterBlocked @return IosGeneralDeviceConfiguration
setGameCenterBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getGamingBlockGameCenterFriends() { if (array_key_exists("gamingBlockGameCenterFriends", $this->_propDict)) { return $this->_propDict["gamingBlockGameCenterFriends"]; } else { return null; } }
Gets the gamingBlockGameCenterFriends Indicates whether or not to block the user from having friends in Game Center. Requires a supervised device for iOS 13 and later. @return bool|null The gamingBlockGameCenterFriends
getGamingBlockGameCenterFriends
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setGamingBlockGameCenterFriends($val) { $this->_propDict["gamingBlockGameCenterFriends"] = boolval($val); return $this; }
Sets the gamingBlockGameCenterFriends Indicates whether or not to block the user from having friends in Game Center. Requires a supervised device for iOS 13 and later. @param bool $val The gamingBlockGameCenterFriends @return IosGeneralDeviceConfiguration
setGamingBlockGameCenterFriends
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getGamingBlockMultiplayer() { if (array_key_exists("gamingBlockMultiplayer", $this->_propDict)) { return $this->_propDict["gamingBlockMultiplayer"]; } else { return null; } }
Gets the gamingBlockMultiplayer Indicates whether or not to block the user from using multiplayer gaming. Requires a supervised device for iOS 13 and later. @return bool|null The gamingBlockMultiplayer
getGamingBlockMultiplayer
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setGamingBlockMultiplayer($val) { $this->_propDict["gamingBlockMultiplayer"] = boolval($val); return $this; }
Sets the gamingBlockMultiplayer Indicates whether or not to block the user from using multiplayer gaming. Requires a supervised device for iOS 13 and later. @param bool $val The gamingBlockMultiplayer @return IosGeneralDeviceConfiguration
setGamingBlockMultiplayer
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getHostPairingBlocked() { if (array_key_exists("hostPairingBlocked", $this->_propDict)) { return $this->_propDict["hostPairingBlocked"]; } else { return null; } }
Gets the hostPairingBlocked indicates whether or not to allow host pairing to control the devices an iOS device can pair with when the iOS device is in supervised mode. @return bool|null The hostPairingBlocked
getHostPairingBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setHostPairingBlocked($val) { $this->_propDict["hostPairingBlocked"] = boolval($val); return $this; }
Sets the hostPairingBlocked indicates whether or not to allow host pairing to control the devices an iOS device can pair with when the iOS device is in supervised mode. @param bool $val The hostPairingBlocked @return IosGeneralDeviceConfiguration
setHostPairingBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getIBooksStoreBlocked() { if (array_key_exists("iBooksStoreBlocked", $this->_propDict)) { return $this->_propDict["iBooksStoreBlocked"]; } else { return null; } }
Gets the iBooksStoreBlocked Indicates whether or not to block the user from using the iBooks Store when the device is in supervised mode. @return bool|null The iBooksStoreBlocked
getIBooksStoreBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setIBooksStoreBlocked($val) { $this->_propDict["iBooksStoreBlocked"] = boolval($val); return $this; }
Sets the iBooksStoreBlocked Indicates whether or not to block the user from using the iBooks Store when the device is in supervised mode. @param bool $val The iBooksStoreBlocked @return IosGeneralDeviceConfiguration
setIBooksStoreBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getIBooksStoreBlockErotica() { if (array_key_exists("iBooksStoreBlockErotica", $this->_propDict)) { return $this->_propDict["iBooksStoreBlockErotica"]; } else { return null; } }
Gets the iBooksStoreBlockErotica Indicates whether or not to block the user from downloading media from the iBookstore that has been tagged as erotica. @return bool|null The iBooksStoreBlockErotica
getIBooksStoreBlockErotica
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setIBooksStoreBlockErotica($val) { $this->_propDict["iBooksStoreBlockErotica"] = boolval($val); return $this; }
Sets the iBooksStoreBlockErotica Indicates whether or not to block the user from downloading media from the iBookstore that has been tagged as erotica. @param bool $val The iBooksStoreBlockErotica @return IosGeneralDeviceConfiguration
setIBooksStoreBlockErotica
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getICloudBlockActivityContinuation() { if (array_key_exists("iCloudBlockActivityContinuation", $this->_propDict)) { return $this->_propDict["iCloudBlockActivityContinuation"]; } else { return null; } }
Gets the iCloudBlockActivityContinuation Indicates whether or not to block the user from continuing work they started on iOS device to another iOS or macOS device. @return bool|null The iCloudBlockActivityContinuation
getICloudBlockActivityContinuation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setICloudBlockActivityContinuation($val) { $this->_propDict["iCloudBlockActivityContinuation"] = boolval($val); return $this; }
Sets the iCloudBlockActivityContinuation Indicates whether or not to block the user from continuing work they started on iOS device to another iOS or macOS device. @param bool $val The iCloudBlockActivityContinuation @return IosGeneralDeviceConfiguration
setICloudBlockActivityContinuation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getICloudBlockBackup() { if (array_key_exists("iCloudBlockBackup", $this->_propDict)) { return $this->_propDict["iCloudBlockBackup"]; } else { return null; } }
Gets the iCloudBlockBackup Indicates whether or not to block iCloud backup. Requires a supervised device for iOS 13 and later. @return bool|null The iCloudBlockBackup
getICloudBlockBackup
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setICloudBlockBackup($val) { $this->_propDict["iCloudBlockBackup"] = boolval($val); return $this; }
Sets the iCloudBlockBackup Indicates whether or not to block iCloud backup. Requires a supervised device for iOS 13 and later. @param bool $val The iCloudBlockBackup @return IosGeneralDeviceConfiguration
setICloudBlockBackup
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getICloudBlockDocumentSync() { if (array_key_exists("iCloudBlockDocumentSync", $this->_propDict)) { return $this->_propDict["iCloudBlockDocumentSync"]; } else { return null; } }
Gets the iCloudBlockDocumentSync Indicates whether or not to block iCloud document sync. Requires a supervised device for iOS 13 and later. @return bool|null The iCloudBlockDocumentSync
getICloudBlockDocumentSync
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setICloudBlockDocumentSync($val) { $this->_propDict["iCloudBlockDocumentSync"] = boolval($val); return $this; }
Sets the iCloudBlockDocumentSync Indicates whether or not to block iCloud document sync. Requires a supervised device for iOS 13 and later. @param bool $val The iCloudBlockDocumentSync @return IosGeneralDeviceConfiguration
setICloudBlockDocumentSync
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getICloudBlockManagedAppsSync() { if (array_key_exists("iCloudBlockManagedAppsSync", $this->_propDict)) { return $this->_propDict["iCloudBlockManagedAppsSync"]; } else { return null; } }
Gets the iCloudBlockManagedAppsSync Indicates whether or not to block Managed Apps Cloud Sync. @return bool|null The iCloudBlockManagedAppsSync
getICloudBlockManagedAppsSync
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setICloudBlockManagedAppsSync($val) { $this->_propDict["iCloudBlockManagedAppsSync"] = boolval($val); return $this; }
Sets the iCloudBlockManagedAppsSync Indicates whether or not to block Managed Apps Cloud Sync. @param bool $val The iCloudBlockManagedAppsSync @return IosGeneralDeviceConfiguration
setICloudBlockManagedAppsSync
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getICloudBlockPhotoLibrary() { if (array_key_exists("iCloudBlockPhotoLibrary", $this->_propDict)) { return $this->_propDict["iCloudBlockPhotoLibrary"]; } else { return null; } }
Gets the iCloudBlockPhotoLibrary Indicates whether or not to block iCloud Photo Library. @return bool|null The iCloudBlockPhotoLibrary
getICloudBlockPhotoLibrary
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setICloudBlockPhotoLibrary($val) { $this->_propDict["iCloudBlockPhotoLibrary"] = boolval($val); return $this; }
Sets the iCloudBlockPhotoLibrary Indicates whether or not to block iCloud Photo Library. @param bool $val The iCloudBlockPhotoLibrary @return IosGeneralDeviceConfiguration
setICloudBlockPhotoLibrary
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getICloudBlockPhotoStreamSync() { if (array_key_exists("iCloudBlockPhotoStreamSync", $this->_propDict)) { return $this->_propDict["iCloudBlockPhotoStreamSync"]; } else { return null; } }
Gets the iCloudBlockPhotoStreamSync Indicates whether or not to block iCloud Photo Stream Sync. @return bool|null The iCloudBlockPhotoStreamSync
getICloudBlockPhotoStreamSync
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setICloudBlockPhotoStreamSync($val) { $this->_propDict["iCloudBlockPhotoStreamSync"] = boolval($val); return $this; }
Sets the iCloudBlockPhotoStreamSync Indicates whether or not to block iCloud Photo Stream Sync. @param bool $val The iCloudBlockPhotoStreamSync @return IosGeneralDeviceConfiguration
setICloudBlockPhotoStreamSync
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getICloudBlockSharedPhotoStream() { if (array_key_exists("iCloudBlockSharedPhotoStream", $this->_propDict)) { return $this->_propDict["iCloudBlockSharedPhotoStream"]; } else { return null; } }
Gets the iCloudBlockSharedPhotoStream Indicates whether or not to block Shared Photo Stream. @return bool|null The iCloudBlockSharedPhotoStream
getICloudBlockSharedPhotoStream
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setICloudBlockSharedPhotoStream($val) { $this->_propDict["iCloudBlockSharedPhotoStream"] = boolval($val); return $this; }
Sets the iCloudBlockSharedPhotoStream Indicates whether or not to block Shared Photo Stream. @param bool $val The iCloudBlockSharedPhotoStream @return IosGeneralDeviceConfiguration
setICloudBlockSharedPhotoStream
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getICloudPrivateRelayBlocked() { if (array_key_exists("iCloudPrivateRelayBlocked", $this->_propDict)) { return $this->_propDict["iCloudPrivateRelayBlocked"]; } else { return null; } }
Gets the iCloudPrivateRelayBlocked iCloud private relay is an iCloud+ service that prevents networks and servers from monitoring a person's activity across the internet. By blocking iCloud private relay, Apple will not encrypt the traffic leaving the device. Available for devices running iOS 15 and later. @return bool|null The iCloudPrivateRelayBlocked
getICloudPrivateRelayBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setICloudPrivateRelayBlocked($val) { $this->_propDict["iCloudPrivateRelayBlocked"] = boolval($val); return $this; }
Sets the iCloudPrivateRelayBlocked iCloud private relay is an iCloud+ service that prevents networks and servers from monitoring a person's activity across the internet. By blocking iCloud private relay, Apple will not encrypt the traffic leaving the device. Available for devices running iOS 15 and later. @param bool $val The iCloudPrivateRelayBlocked @return IosGeneralDeviceConfiguration
setICloudPrivateRelayBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getICloudRequireEncryptedBackup() { if (array_key_exists("iCloudRequireEncryptedBackup", $this->_propDict)) { return $this->_propDict["iCloudRequireEncryptedBackup"]; } else { return null; } }
Gets the iCloudRequireEncryptedBackup Indicates whether or not to require backups to iCloud be encrypted. @return bool|null The iCloudRequireEncryptedBackup
getICloudRequireEncryptedBackup
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setICloudRequireEncryptedBackup($val) { $this->_propDict["iCloudRequireEncryptedBackup"] = boolval($val); return $this; }
Sets the iCloudRequireEncryptedBackup Indicates whether or not to require backups to iCloud be encrypted. @param bool $val The iCloudRequireEncryptedBackup @return IosGeneralDeviceConfiguration
setICloudRequireEncryptedBackup
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getITunesBlocked() { if (array_key_exists("iTunesBlocked", $this->_propDict)) { return $this->_propDict["iTunesBlocked"]; } else { return null; } }
Gets the iTunesBlocked Indicates whether or not to block the iTunes app. Requires a supervised device for iOS 13 and later. @return bool|null The iTunesBlocked
getITunesBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setITunesBlocked($val) { $this->_propDict["iTunesBlocked"] = boolval($val); return $this; }
Sets the iTunesBlocked Indicates whether or not to block the iTunes app. Requires a supervised device for iOS 13 and later. @param bool $val The iTunesBlocked @return IosGeneralDeviceConfiguration
setITunesBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getITunesBlockExplicitContent() { if (array_key_exists("iTunesBlockExplicitContent", $this->_propDict)) { return $this->_propDict["iTunesBlockExplicitContent"]; } else { return null; } }
Gets the iTunesBlockExplicitContent Indicates whether or not to block the user from accessing explicit content in iTunes and the App Store. Requires a supervised device for iOS 13 and later. @return bool|null The iTunesBlockExplicitContent
getITunesBlockExplicitContent
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setITunesBlockExplicitContent($val) { $this->_propDict["iTunesBlockExplicitContent"] = boolval($val); return $this; }
Sets the iTunesBlockExplicitContent Indicates whether or not to block the user from accessing explicit content in iTunes and the App Store. Requires a supervised device for iOS 13 and later. @param bool $val The iTunesBlockExplicitContent @return IosGeneralDeviceConfiguration
setITunesBlockExplicitContent
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getITunesBlockMusicService() { if (array_key_exists("iTunesBlockMusicService", $this->_propDict)) { return $this->_propDict["iTunesBlockMusicService"]; } else { return null; } }
Gets the iTunesBlockMusicService Indicates whether or not to block Music service and revert Music app to classic mode when the device is in supervised mode (iOS 9.3 and later and macOS 10.12 and later). @return bool|null The iTunesBlockMusicService
getITunesBlockMusicService
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setITunesBlockMusicService($val) { $this->_propDict["iTunesBlockMusicService"] = boolval($val); return $this; }
Sets the iTunesBlockMusicService Indicates whether or not to block Music service and revert Music app to classic mode when the device is in supervised mode (iOS 9.3 and later and macOS 10.12 and later). @param bool $val The iTunesBlockMusicService @return IosGeneralDeviceConfiguration
setITunesBlockMusicService
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getITunesBlockRadio() { if (array_key_exists("iTunesBlockRadio", $this->_propDict)) { return $this->_propDict["iTunesBlockRadio"]; } else { return null; } }
Gets the iTunesBlockRadio Indicates whether or not to block the user from using iTunes Radio when the device is in supervised mode (iOS 9.3 and later). @return bool|null The iTunesBlockRadio
getITunesBlockRadio
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setITunesBlockRadio($val) { $this->_propDict["iTunesBlockRadio"] = boolval($val); return $this; }
Sets the iTunesBlockRadio Indicates whether or not to block the user from using iTunes Radio when the device is in supervised mode (iOS 9.3 and later). @param bool $val The iTunesBlockRadio @return IosGeneralDeviceConfiguration
setITunesBlockRadio
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKeyboardBlockAutoCorrect() { if (array_key_exists("keyboardBlockAutoCorrect", $this->_propDict)) { return $this->_propDict["keyboardBlockAutoCorrect"]; } else { return null; } }
Gets the keyboardBlockAutoCorrect Indicates whether or not to block keyboard auto-correction when the device is in supervised mode (iOS 8.1.3 and later). @return bool|null The keyboardBlockAutoCorrect
getKeyboardBlockAutoCorrect
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKeyboardBlockAutoCorrect($val) { $this->_propDict["keyboardBlockAutoCorrect"] = boolval($val); return $this; }
Sets the keyboardBlockAutoCorrect Indicates whether or not to block keyboard auto-correction when the device is in supervised mode (iOS 8.1.3 and later). @param bool $val The keyboardBlockAutoCorrect @return IosGeneralDeviceConfiguration
setKeyboardBlockAutoCorrect
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKeyboardBlockDictation() { if (array_key_exists("keyboardBlockDictation", $this->_propDict)) { return $this->_propDict["keyboardBlockDictation"]; } else { return null; } }
Gets the keyboardBlockDictation Indicates whether or not to block the user from using dictation input when the device is in supervised mode. @return bool|null The keyboardBlockDictation
getKeyboardBlockDictation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKeyboardBlockDictation($val) { $this->_propDict["keyboardBlockDictation"] = boolval($val); return $this; }
Sets the keyboardBlockDictation Indicates whether or not to block the user from using dictation input when the device is in supervised mode. @param bool $val The keyboardBlockDictation @return IosGeneralDeviceConfiguration
setKeyboardBlockDictation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKeyboardBlockPredictive() { if (array_key_exists("keyboardBlockPredictive", $this->_propDict)) { return $this->_propDict["keyboardBlockPredictive"]; } else { return null; } }
Gets the keyboardBlockPredictive Indicates whether or not to block predictive keyboards when device is in supervised mode (iOS 8.1.3 and later). @return bool|null The keyboardBlockPredictive
getKeyboardBlockPredictive
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT