????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.28 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/local/bin/vendor/vgrem/php-spo/src/Graph/ |
Upload File : |
<?php
/**
* Generated by phpSPO model generator 2020-05-26T22:10:14+00:00
*/
namespace Office365\Graph;
use Office365\Runtime\ClientObject;
use Office365\Runtime\ResourcePath;
class Windows81GeneralConfiguration extends ClientObject
{
/**
* @return bool
*/
public function getAccountsBlockAddingNonMicrosoftAccountEmail()
{
if (!$this->isPropertyAvailable("AccountsBlockAddingNonMicrosoftAccountEmail")) {
return null;
}
return $this->getProperty("AccountsBlockAddingNonMicrosoftAccountEmail");
}
/**
* @var bool
*/
public function setAccountsBlockAddingNonMicrosoftAccountEmail($value)
{
$this->setProperty("AccountsBlockAddingNonMicrosoftAccountEmail", $value, true);
}
/**
* @return bool
*/
public function getApplyOnlyToWindows81()
{
if (!$this->isPropertyAvailable("ApplyOnlyToWindows81")) {
return null;
}
return $this->getProperty("ApplyOnlyToWindows81");
}
/**
* @var bool
*/
public function setApplyOnlyToWindows81($value)
{
$this->setProperty("ApplyOnlyToWindows81", $value, true);
}
/**
* @return bool
*/
public function getBrowserBlockAutofill()
{
if (!$this->isPropertyAvailable("BrowserBlockAutofill")) {
return null;
}
return $this->getProperty("BrowserBlockAutofill");
}
/**
* @var bool
*/
public function setBrowserBlockAutofill($value)
{
$this->setProperty("BrowserBlockAutofill", $value, true);
}
/**
* @return bool
*/
public function getBrowserBlockAutomaticDetectionOfIntranetSites()
{
if (!$this->isPropertyAvailable("BrowserBlockAutomaticDetectionOfIntranetSites")) {
return null;
}
return $this->getProperty("BrowserBlockAutomaticDetectionOfIntranetSites");
}
/**
* @var bool
*/
public function setBrowserBlockAutomaticDetectionOfIntranetSites($value)
{
$this->setProperty("BrowserBlockAutomaticDetectionOfIntranetSites", $value, true);
}
/**
* @return bool
*/
public function getBrowserBlockEnterpriseModeAccess()
{
if (!$this->isPropertyAvailable("BrowserBlockEnterpriseModeAccess")) {
return null;
}
return $this->getProperty("BrowserBlockEnterpriseModeAccess");
}
/**
* @var bool
*/
public function setBrowserBlockEnterpriseModeAccess($value)
{
$this->setProperty("BrowserBlockEnterpriseModeAccess", $value, true);
}
/**
* @return bool
*/
public function getBrowserBlockJavaScript()
{
if (!$this->isPropertyAvailable("BrowserBlockJavaScript")) {
return null;
}
return $this->getProperty("BrowserBlockJavaScript");
}
/**
* @var bool
*/
public function setBrowserBlockJavaScript($value)
{
$this->setProperty("BrowserBlockJavaScript", $value, true);
}
/**
* @return bool
*/
public function getBrowserBlockPlugins()
{
if (!$this->isPropertyAvailable("BrowserBlockPlugins")) {
return null;
}
return $this->getProperty("BrowserBlockPlugins");
}
/**
* @var bool
*/
public function setBrowserBlockPlugins($value)
{
$this->setProperty("BrowserBlockPlugins", $value, true);
}
/**
* @return bool
*/
public function getBrowserBlockPopups()
{
if (!$this->isPropertyAvailable("BrowserBlockPopups")) {
return null;
}
return $this->getProperty("BrowserBlockPopups");
}
/**
* @var bool
*/
public function setBrowserBlockPopups($value)
{
$this->setProperty("BrowserBlockPopups", $value, true);
}
/**
* @return bool
*/
public function getBrowserBlockSendingDoNotTrackHeader()
{
if (!$this->isPropertyAvailable("BrowserBlockSendingDoNotTrackHeader")) {
return null;
}
return $this->getProperty("BrowserBlockSendingDoNotTrackHeader");
}
/**
* @var bool
*/
public function setBrowserBlockSendingDoNotTrackHeader($value)
{
$this->setProperty("BrowserBlockSendingDoNotTrackHeader", $value, true);
}
/**
* @return bool
*/
public function getBrowserBlockSingleWordEntryOnIntranetSites()
{
if (!$this->isPropertyAvailable("BrowserBlockSingleWordEntryOnIntranetSites")) {
return null;
}
return $this->getProperty("BrowserBlockSingleWordEntryOnIntranetSites");
}
/**
* @var bool
*/
public function setBrowserBlockSingleWordEntryOnIntranetSites($value)
{
$this->setProperty("BrowserBlockSingleWordEntryOnIntranetSites", $value, true);
}
/**
* @return bool
*/
public function getBrowserRequireSmartScreen()
{
if (!$this->isPropertyAvailable("BrowserRequireSmartScreen")) {
return null;
}
return $this->getProperty("BrowserRequireSmartScreen");
}
/**
* @var bool
*/
public function setBrowserRequireSmartScreen($value)
{
$this->setProperty("BrowserRequireSmartScreen", $value, true);
}
/**
* @return string
*/
public function getBrowserEnterpriseModeSiteListLocation()
{
if (!$this->isPropertyAvailable("BrowserEnterpriseModeSiteListLocation")) {
return null;
}
return $this->getProperty("BrowserEnterpriseModeSiteListLocation");
}
/**
* @var string
*/
public function setBrowserEnterpriseModeSiteListLocation($value)
{
$this->setProperty("BrowserEnterpriseModeSiteListLocation", $value, true);
}
/**
* @return string
*/
public function getBrowserLoggingReportLocation()
{
if (!$this->isPropertyAvailable("BrowserLoggingReportLocation")) {
return null;
}
return $this->getProperty("BrowserLoggingReportLocation");
}
/**
* @var string
*/
public function setBrowserLoggingReportLocation($value)
{
$this->setProperty("BrowserLoggingReportLocation", $value, true);
}
/**
* @return bool
*/
public function getBrowserRequireHighSecurityForRestrictedSites()
{
if (!$this->isPropertyAvailable("BrowserRequireHighSecurityForRestrictedSites")) {
return null;
}
return $this->getProperty("BrowserRequireHighSecurityForRestrictedSites");
}
/**
* @var bool
*/
public function setBrowserRequireHighSecurityForRestrictedSites($value)
{
$this->setProperty("BrowserRequireHighSecurityForRestrictedSites", $value, true);
}
/**
* @return bool
*/
public function getBrowserRequireFirewall()
{
if (!$this->isPropertyAvailable("BrowserRequireFirewall")) {
return null;
}
return $this->getProperty("BrowserRequireFirewall");
}
/**
* @var bool
*/
public function setBrowserRequireFirewall($value)
{
$this->setProperty("BrowserRequireFirewall", $value, true);
}
/**
* @return bool
*/
public function getBrowserRequireFraudWarning()
{
if (!$this->isPropertyAvailable("BrowserRequireFraudWarning")) {
return null;
}
return $this->getProperty("BrowserRequireFraudWarning");
}
/**
* @var bool
*/
public function setBrowserRequireFraudWarning($value)
{
$this->setProperty("BrowserRequireFraudWarning", $value, true);
}
/**
* @return bool
*/
public function getCellularBlockDataRoaming()
{
if (!$this->isPropertyAvailable("CellularBlockDataRoaming")) {
return null;
}
return $this->getProperty("CellularBlockDataRoaming");
}
/**
* @var bool
*/
public function setCellularBlockDataRoaming($value)
{
$this->setProperty("CellularBlockDataRoaming", $value, true);
}
/**
* @return bool
*/
public function getDiagnosticsBlockDataSubmission()
{
if (!$this->isPropertyAvailable("DiagnosticsBlockDataSubmission")) {
return null;
}
return $this->getProperty("DiagnosticsBlockDataSubmission");
}
/**
* @var bool
*/
public function setDiagnosticsBlockDataSubmission($value)
{
$this->setProperty("DiagnosticsBlockDataSubmission", $value, true);
}
/**
* @return bool
*/
public function getPasswordBlockPicturePasswordAndPin()
{
if (!$this->isPropertyAvailable("PasswordBlockPicturePasswordAndPin")) {
return null;
}
return $this->getProperty("PasswordBlockPicturePasswordAndPin");
}
/**
* @var bool
*/
public function setPasswordBlockPicturePasswordAndPin($value)
{
$this->setProperty("PasswordBlockPicturePasswordAndPin", $value, true);
}
/**
* @return integer
*/
public function getPasswordExpirationDays()
{
if (!$this->isPropertyAvailable("PasswordExpirationDays")) {
return null;
}
return $this->getProperty("PasswordExpirationDays");
}
/**
* @var integer
*/
public function setPasswordExpirationDays($value)
{
$this->setProperty("PasswordExpirationDays", $value, true);
}
/**
* @return integer
*/
public function getPasswordMinimumLength()
{
if (!$this->isPropertyAvailable("PasswordMinimumLength")) {
return null;
}
return $this->getProperty("PasswordMinimumLength");
}
/**
* @var integer
*/
public function setPasswordMinimumLength($value)
{
$this->setProperty("PasswordMinimumLength", $value, true);
}
/**
* @return integer
*/
public function getPasswordMinutesOfInactivityBeforeScreenTimeout()
{
if (!$this->isPropertyAvailable("PasswordMinutesOfInactivityBeforeScreenTimeout")) {
return null;
}
return $this->getProperty("PasswordMinutesOfInactivityBeforeScreenTimeout");
}
/**
* @var integer
*/
public function setPasswordMinutesOfInactivityBeforeScreenTimeout($value)
{
$this->setProperty("PasswordMinutesOfInactivityBeforeScreenTimeout", $value, true);
}
/**
* @return integer
*/
public function getPasswordMinimumCharacterSetCount()
{
if (!$this->isPropertyAvailable("PasswordMinimumCharacterSetCount")) {
return null;
}
return $this->getProperty("PasswordMinimumCharacterSetCount");
}
/**
* @var integer
*/
public function setPasswordMinimumCharacterSetCount($value)
{
$this->setProperty("PasswordMinimumCharacterSetCount", $value, true);
}
/**
* @return integer
*/
public function getPasswordPreviousPasswordBlockCount()
{
if (!$this->isPropertyAvailable("PasswordPreviousPasswordBlockCount")) {
return null;
}
return $this->getProperty("PasswordPreviousPasswordBlockCount");
}
/**
* @var integer
*/
public function setPasswordPreviousPasswordBlockCount($value)
{
$this->setProperty("PasswordPreviousPasswordBlockCount", $value, true);
}
/**
* @return integer
*/
public function getPasswordSignInFailureCountBeforeFactoryReset()
{
if (!$this->isPropertyAvailable("PasswordSignInFailureCountBeforeFactoryReset")) {
return null;
}
return $this->getProperty("PasswordSignInFailureCountBeforeFactoryReset");
}
/**
* @var integer
*/
public function setPasswordSignInFailureCountBeforeFactoryReset($value)
{
$this->setProperty("PasswordSignInFailureCountBeforeFactoryReset", $value, true);
}
/**
* @return bool
*/
public function getStorageRequireDeviceEncryption()
{
if (!$this->isPropertyAvailable("StorageRequireDeviceEncryption")) {
return null;
}
return $this->getProperty("StorageRequireDeviceEncryption");
}
/**
* @var bool
*/
public function setStorageRequireDeviceEncryption($value)
{
$this->setProperty("StorageRequireDeviceEncryption", $value, true);
}
/**
* @return bool
*/
public function getUpdatesRequireAutomaticUpdates()
{
if (!$this->isPropertyAvailable("UpdatesRequireAutomaticUpdates")) {
return null;
}
return $this->getProperty("UpdatesRequireAutomaticUpdates");
}
/**
* @var bool
*/
public function setUpdatesRequireAutomaticUpdates($value)
{
$this->setProperty("UpdatesRequireAutomaticUpdates", $value, true);
}
/**
* @return string
*/
public function getWorkFoldersUrl()
{
if (!$this->isPropertyAvailable("WorkFoldersUrl")) {
return null;
}
return $this->getProperty("WorkFoldersUrl");
}
/**
* @var string
*/
public function setWorkFoldersUrl($value)
{
$this->setProperty("WorkFoldersUrl", $value, true);
}
}