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 setNotificationsBlockSettingsModification($val)
{
$this->_propDict["notificationsBlockSettingsModification"] = boolval($val);
return $this;
} | Sets the notificationsBlockSettingsModification
Indicates whether or not to allow notifications settings modification (iOS 9.3 and later).
@param bool $val The notificationsBlockSettingsModification
@return IosGeneralDeviceConfiguration | setNotificationsBlockSettingsModification | 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 getOnDeviceOnlyDictationForced()
{
if (array_key_exists("onDeviceOnlyDictationForced", $this->_propDict)) {
return $this->_propDict["onDeviceOnlyDictationForced"];
} else {
return null;
}
} | Gets the onDeviceOnlyDictationForced
Disables connections to Siri servers so that users can’t use Siri to dictate text. Available for devices running iOS and iPadOS versions 14.5 and later.
@return bool|null The onDeviceOnlyDictationForced | getOnDeviceOnlyDictationForced | 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 setOnDeviceOnlyDictationForced($val)
{
$this->_propDict["onDeviceOnlyDictationForced"] = boolval($val);
return $this;
} | Sets the onDeviceOnlyDictationForced
Disables connections to Siri servers so that users can’t use Siri to dictate text. Available for devices running iOS and iPadOS versions 14.5 and later.
@param bool $val The onDeviceOnlyDictationForced
@return IosGeneralDeviceConfiguration | setOnDeviceOnlyDictationForced | 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 getOnDeviceOnlyTranslationForced()
{
if (array_key_exists("onDeviceOnlyTranslationForced", $this->_propDict)) {
return $this->_propDict["onDeviceOnlyTranslationForced"];
} else {
return null;
}
} | Gets the onDeviceOnlyTranslationForced
When set to TRUE, the setting disables connections to Siri servers so that users can’t use Siri to translate text. When set to FALSE, the setting allows connections to to Siri servers to users can use Siri to translate text. Available for devices running iOS and iPadOS versions 15.0 and later.
@return bool|null The onDeviceOnlyTranslationForced | getOnDeviceOnlyTranslationForced | 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 setOnDeviceOnlyTranslationForced($val)
{
$this->_propDict["onDeviceOnlyTranslationForced"] = boolval($val);
return $this;
} | Sets the onDeviceOnlyTranslationForced
When set to TRUE, the setting disables connections to Siri servers so that users can’t use Siri to translate text. When set to FALSE, the setting allows connections to to Siri servers to users can use Siri to translate text. Available for devices running iOS and iPadOS versions 15.0 and later.
@param bool $val The onDeviceOnlyTranslationForced
@return IosGeneralDeviceConfiguration | setOnDeviceOnlyTranslationForced | 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 getPasscodeBlockFingerprintModification()
{
if (array_key_exists("passcodeBlockFingerprintModification", $this->_propDict)) {
return $this->_propDict["passcodeBlockFingerprintModification"];
} else {
return null;
}
} | Gets the passcodeBlockFingerprintModification
Block modification of registered Touch ID fingerprints when in supervised mode.
@return bool|null The passcodeBlockFingerprintModification | getPasscodeBlockFingerprintModification | 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 setPasscodeBlockFingerprintModification($val)
{
$this->_propDict["passcodeBlockFingerprintModification"] = boolval($val);
return $this;
} | Sets the passcodeBlockFingerprintModification
Block modification of registered Touch ID fingerprints when in supervised mode.
@param bool $val The passcodeBlockFingerprintModification
@return IosGeneralDeviceConfiguration | setPasscodeBlockFingerprintModification | 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 getPasscodeBlockFingerprintUnlock()
{
if (array_key_exists("passcodeBlockFingerprintUnlock", $this->_propDict)) {
return $this->_propDict["passcodeBlockFingerprintUnlock"];
} else {
return null;
}
} | Gets the passcodeBlockFingerprintUnlock
Indicates whether or not to block fingerprint unlock.
@return bool|null The passcodeBlockFingerprintUnlock | getPasscodeBlockFingerprintUnlock | 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 setPasscodeBlockFingerprintUnlock($val)
{
$this->_propDict["passcodeBlockFingerprintUnlock"] = boolval($val);
return $this;
} | Sets the passcodeBlockFingerprintUnlock
Indicates whether or not to block fingerprint unlock.
@param bool $val The passcodeBlockFingerprintUnlock
@return IosGeneralDeviceConfiguration | setPasscodeBlockFingerprintUnlock | 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 getPasscodeBlockModification()
{
if (array_key_exists("passcodeBlockModification", $this->_propDict)) {
return $this->_propDict["passcodeBlockModification"];
} else {
return null;
}
} | Gets the passcodeBlockModification
Indicates whether or not to allow passcode modification on the supervised device (iOS 9.0 and later).
@return bool|null The passcodeBlockModification | getPasscodeBlockModification | 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 setPasscodeBlockModification($val)
{
$this->_propDict["passcodeBlockModification"] = boolval($val);
return $this;
} | Sets the passcodeBlockModification
Indicates whether or not to allow passcode modification on the supervised device (iOS 9.0 and later).
@param bool $val The passcodeBlockModification
@return IosGeneralDeviceConfiguration | setPasscodeBlockModification | 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 getPasscodeBlockSimple()
{
if (array_key_exists("passcodeBlockSimple", $this->_propDict)) {
return $this->_propDict["passcodeBlockSimple"];
} else {
return null;
}
} | Gets the passcodeBlockSimple
Indicates whether or not to block simple passcodes.
@return bool|null The passcodeBlockSimple | getPasscodeBlockSimple | 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 setPasscodeBlockSimple($val)
{
$this->_propDict["passcodeBlockSimple"] = boolval($val);
return $this;
} | Sets the passcodeBlockSimple
Indicates whether or not to block simple passcodes.
@param bool $val The passcodeBlockSimple
@return IosGeneralDeviceConfiguration | setPasscodeBlockSimple | 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 getPasscodeExpirationDays()
{
if (array_key_exists("passcodeExpirationDays", $this->_propDict)) {
return $this->_propDict["passcodeExpirationDays"];
} else {
return null;
}
} | Gets the passcodeExpirationDays
Number of days before the passcode expires. Valid values 1 to 65535
@return int|null The passcodeExpirationDays | getPasscodeExpirationDays | 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 setPasscodeExpirationDays($val)
{
$this->_propDict["passcodeExpirationDays"] = intval($val);
return $this;
} | Sets the passcodeExpirationDays
Number of days before the passcode expires. Valid values 1 to 65535
@param int $val The passcodeExpirationDays
@return IosGeneralDeviceConfiguration | setPasscodeExpirationDays | 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 getPasscodeMinimumCharacterSetCount()
{
if (array_key_exists("passcodeMinimumCharacterSetCount", $this->_propDict)) {
return $this->_propDict["passcodeMinimumCharacterSetCount"];
} else {
return null;
}
} | Gets the passcodeMinimumCharacterSetCount
Number of character sets a passcode must contain. Valid values 0 to 4
@return int|null The passcodeMinimumCharacterSetCount | getPasscodeMinimumCharacterSetCount | 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 setPasscodeMinimumCharacterSetCount($val)
{
$this->_propDict["passcodeMinimumCharacterSetCount"] = intval($val);
return $this;
} | Sets the passcodeMinimumCharacterSetCount
Number of character sets a passcode must contain. Valid values 0 to 4
@param int $val The passcodeMinimumCharacterSetCount
@return IosGeneralDeviceConfiguration | setPasscodeMinimumCharacterSetCount | 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 getPasscodeMinimumLength()
{
if (array_key_exists("passcodeMinimumLength", $this->_propDict)) {
return $this->_propDict["passcodeMinimumLength"];
} else {
return null;
}
} | Gets the passcodeMinimumLength
Minimum length of passcode. Valid values 4 to 14
@return int|null The passcodeMinimumLength | getPasscodeMinimumLength | 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 setPasscodeMinimumLength($val)
{
$this->_propDict["passcodeMinimumLength"] = intval($val);
return $this;
} | Sets the passcodeMinimumLength
Minimum length of passcode. Valid values 4 to 14
@param int $val The passcodeMinimumLength
@return IosGeneralDeviceConfiguration | setPasscodeMinimumLength | 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 getPasscodeMinutesOfInactivityBeforeLock()
{
if (array_key_exists("passcodeMinutesOfInactivityBeforeLock", $this->_propDict)) {
return $this->_propDict["passcodeMinutesOfInactivityBeforeLock"];
} else {
return null;
}
} | Gets the passcodeMinutesOfInactivityBeforeLock
Minutes of inactivity before a passcode is required.
@return int|null The passcodeMinutesOfInactivityBeforeLock | getPasscodeMinutesOfInactivityBeforeLock | 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 setPasscodeMinutesOfInactivityBeforeLock($val)
{
$this->_propDict["passcodeMinutesOfInactivityBeforeLock"] = intval($val);
return $this;
} | Sets the passcodeMinutesOfInactivityBeforeLock
Minutes of inactivity before a passcode is required.
@param int $val The passcodeMinutesOfInactivityBeforeLock
@return IosGeneralDeviceConfiguration | setPasscodeMinutesOfInactivityBeforeLock | 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 getPasscodeMinutesOfInactivityBeforeScreenTimeout()
{
if (array_key_exists("passcodeMinutesOfInactivityBeforeScreenTimeout", $this->_propDict)) {
return $this->_propDict["passcodeMinutesOfInactivityBeforeScreenTimeout"];
} else {
return null;
}
} | Gets the passcodeMinutesOfInactivityBeforeScreenTimeout
Minutes of inactivity before the screen times out.
@return int|null The passcodeMinutesOfInactivityBeforeScreenTimeout | getPasscodeMinutesOfInactivityBeforeScreenTimeout | 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 setPasscodeMinutesOfInactivityBeforeScreenTimeout($val)
{
$this->_propDict["passcodeMinutesOfInactivityBeforeScreenTimeout"] = intval($val);
return $this;
} | Sets the passcodeMinutesOfInactivityBeforeScreenTimeout
Minutes of inactivity before the screen times out.
@param int $val The passcodeMinutesOfInactivityBeforeScreenTimeout
@return IosGeneralDeviceConfiguration | setPasscodeMinutesOfInactivityBeforeScreenTimeout | 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 getPasscodePreviousPasscodeBlockCount()
{
if (array_key_exists("passcodePreviousPasscodeBlockCount", $this->_propDict)) {
return $this->_propDict["passcodePreviousPasscodeBlockCount"];
} else {
return null;
}
} | Gets the passcodePreviousPasscodeBlockCount
Number of previous passcodes to block. Valid values 1 to 24
@return int|null The passcodePreviousPasscodeBlockCount | getPasscodePreviousPasscodeBlockCount | 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 setPasscodePreviousPasscodeBlockCount($val)
{
$this->_propDict["passcodePreviousPasscodeBlockCount"] = intval($val);
return $this;
} | Sets the passcodePreviousPasscodeBlockCount
Number of previous passcodes to block. Valid values 1 to 24
@param int $val The passcodePreviousPasscodeBlockCount
@return IosGeneralDeviceConfiguration | setPasscodePreviousPasscodeBlockCount | 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 getPasscodeRequired()
{
if (array_key_exists("passcodeRequired", $this->_propDict)) {
return $this->_propDict["passcodeRequired"];
} else {
return null;
}
} | Gets the passcodeRequired
Indicates whether or not to require a passcode.
@return bool|null The passcodeRequired | getPasscodeRequired | 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 setPasscodeRequired($val)
{
$this->_propDict["passcodeRequired"] = boolval($val);
return $this;
} | Sets the passcodeRequired
Indicates whether or not to require a passcode.
@param bool $val The passcodeRequired
@return IosGeneralDeviceConfiguration | setPasscodeRequired | 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 getPasscodeRequiredType()
{
if (array_key_exists("passcodeRequiredType", $this->_propDict)) {
if (is_a($this->_propDict["passcodeRequiredType"], "\Beta\Microsoft\Graph\Model\RequiredPasswordType") || is_null($this->_propDict["passcodeRequiredType"])) {
return $this->_propDict["passcodeRequiredType"];
} else {
$this->_propDict["passcodeRequiredType"] = new RequiredPasswordType($this->_propDict["passcodeRequiredType"]);
return $this->_propDict["passcodeRequiredType"];
}
}
return null;
} | Gets the passcodeRequiredType
Type of passcode that is required. Possible values are: deviceDefault, alphanumeric, numeric.
@return RequiredPasswordType|null The passcodeRequiredType | getPasscodeRequiredType | 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 setPasscodeRequiredType($val)
{
$this->_propDict["passcodeRequiredType"] = $val;
return $this;
} | Sets the passcodeRequiredType
Type of passcode that is required. Possible values are: deviceDefault, alphanumeric, numeric.
@param RequiredPasswordType $val The passcodeRequiredType
@return IosGeneralDeviceConfiguration | setPasscodeRequiredType | 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 getPasscodeSignInFailureCountBeforeWipe()
{
if (array_key_exists("passcodeSignInFailureCountBeforeWipe", $this->_propDict)) {
return $this->_propDict["passcodeSignInFailureCountBeforeWipe"];
} else {
return null;
}
} | Gets the passcodeSignInFailureCountBeforeWipe
Number of sign in failures allowed before wiping the device. Valid values 2 to 11
@return int|null The passcodeSignInFailureCountBeforeWipe | getPasscodeSignInFailureCountBeforeWipe | 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 setPasscodeSignInFailureCountBeforeWipe($val)
{
$this->_propDict["passcodeSignInFailureCountBeforeWipe"] = intval($val);
return $this;
} | Sets the passcodeSignInFailureCountBeforeWipe
Number of sign in failures allowed before wiping the device. Valid values 2 to 11
@param int $val The passcodeSignInFailureCountBeforeWipe
@return IosGeneralDeviceConfiguration | setPasscodeSignInFailureCountBeforeWipe | 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 getPasswordBlockAirDropSharing()
{
if (array_key_exists("passwordBlockAirDropSharing", $this->_propDict)) {
return $this->_propDict["passwordBlockAirDropSharing"];
} else {
return null;
}
} | Gets the passwordBlockAirDropSharing
Indicates whether or not to block sharing passwords with the AirDrop passwords feature iOS 12.0 and later).
@return bool|null The passwordBlockAirDropSharing | getPasswordBlockAirDropSharing | 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 setPasswordBlockAirDropSharing($val)
{
$this->_propDict["passwordBlockAirDropSharing"] = boolval($val);
return $this;
} | Sets the passwordBlockAirDropSharing
Indicates whether or not to block sharing passwords with the AirDrop passwords feature iOS 12.0 and later).
@param bool $val The passwordBlockAirDropSharing
@return IosGeneralDeviceConfiguration | setPasswordBlockAirDropSharing | 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 getPasswordBlockAutoFill()
{
if (array_key_exists("passwordBlockAutoFill", $this->_propDict)) {
return $this->_propDict["passwordBlockAutoFill"];
} else {
return null;
}
} | Gets the passwordBlockAutoFill
Indicates if the AutoFill passwords feature is allowed (iOS 12.0 and later).
@return bool|null The passwordBlockAutoFill | getPasswordBlockAutoFill | 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 setPasswordBlockAutoFill($val)
{
$this->_propDict["passwordBlockAutoFill"] = boolval($val);
return $this;
} | Sets the passwordBlockAutoFill
Indicates if the AutoFill passwords feature is allowed (iOS 12.0 and later).
@param bool $val The passwordBlockAutoFill
@return IosGeneralDeviceConfiguration | setPasswordBlockAutoFill | 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 getPasswordBlockProximityRequests()
{
if (array_key_exists("passwordBlockProximityRequests", $this->_propDict)) {
return $this->_propDict["passwordBlockProximityRequests"];
} else {
return null;
}
} | Gets the passwordBlockProximityRequests
Indicates whether or not to block requesting passwords from nearby devices (iOS 12.0 and later).
@return bool|null The passwordBlockProximityRequests | getPasswordBlockProximityRequests | 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 setPasswordBlockProximityRequests($val)
{
$this->_propDict["passwordBlockProximityRequests"] = boolval($val);
return $this;
} | Sets the passwordBlockProximityRequests
Indicates whether or not to block requesting passwords from nearby devices (iOS 12.0 and later).
@param bool $val The passwordBlockProximityRequests
@return IosGeneralDeviceConfiguration | setPasswordBlockProximityRequests | 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 getPkiBlockOTAUpdates()
{
if (array_key_exists("pkiBlockOTAUpdates", $this->_propDict)) {
return $this->_propDict["pkiBlockOTAUpdates"];
} else {
return null;
}
} | Gets the pkiBlockOTAUpdates
Indicates whether or not over-the-air PKI updates are blocked. Setting this restriction to false does not disable CRL and OCSP checks (iOS 7.0 and later).
@return bool|null The pkiBlockOTAUpdates | getPkiBlockOTAUpdates | 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 setPkiBlockOTAUpdates($val)
{
$this->_propDict["pkiBlockOTAUpdates"] = boolval($val);
return $this;
} | Sets the pkiBlockOTAUpdates
Indicates whether or not over-the-air PKI updates are blocked. Setting this restriction to false does not disable CRL and OCSP checks (iOS 7.0 and later).
@param bool $val The pkiBlockOTAUpdates
@return IosGeneralDeviceConfiguration | setPkiBlockOTAUpdates | 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 getPodcastsBlocked()
{
if (array_key_exists("podcastsBlocked", $this->_propDict)) {
return $this->_propDict["podcastsBlocked"];
} else {
return null;
}
} | Gets the podcastsBlocked
Indicates whether or not to block the user from using podcasts on the supervised device (iOS 8.0 and later).
@return bool|null The podcastsBlocked | getPodcastsBlocked | 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 setPodcastsBlocked($val)
{
$this->_propDict["podcastsBlocked"] = boolval($val);
return $this;
} | Sets the podcastsBlocked
Indicates whether or not to block the user from using podcasts on the supervised device (iOS 8.0 and later).
@param bool $val The podcastsBlocked
@return IosGeneralDeviceConfiguration | setPodcastsBlocked | 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 getPrivacyForceLimitAdTracking()
{
if (array_key_exists("privacyForceLimitAdTracking", $this->_propDict)) {
return $this->_propDict["privacyForceLimitAdTracking"];
} else {
return null;
}
} | Gets the privacyForceLimitAdTracking
Indicates if ad tracking is limited.(iOS 7.0 and later).
@return bool|null The privacyForceLimitAdTracking | getPrivacyForceLimitAdTracking | 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 setPrivacyForceLimitAdTracking($val)
{
$this->_propDict["privacyForceLimitAdTracking"] = boolval($val);
return $this;
} | Sets the privacyForceLimitAdTracking
Indicates if ad tracking is limited.(iOS 7.0 and later).
@param bool $val The privacyForceLimitAdTracking
@return IosGeneralDeviceConfiguration | setPrivacyForceLimitAdTracking | 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 getProximityBlockSetupToNewDevice()
{
if (array_key_exists("proximityBlockSetupToNewDevice", $this->_propDict)) {
return $this->_propDict["proximityBlockSetupToNewDevice"];
} else {
return null;
}
} | Gets the proximityBlockSetupToNewDevice
Indicates whether or not to enable the prompt to setup nearby devices with a supervised device.
@return bool|null The proximityBlockSetupToNewDevice | getProximityBlockSetupToNewDevice | 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 setProximityBlockSetupToNewDevice($val)
{
$this->_propDict["proximityBlockSetupToNewDevice"] = boolval($val);
return $this;
} | Sets the proximityBlockSetupToNewDevice
Indicates whether or not to enable the prompt to setup nearby devices with a supervised device.
@param bool $val The proximityBlockSetupToNewDevice
@return IosGeneralDeviceConfiguration | setProximityBlockSetupToNewDevice | 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 getSafariBlockAutofill()
{
if (array_key_exists("safariBlockAutofill", $this->_propDict)) {
return $this->_propDict["safariBlockAutofill"];
} else {
return null;
}
} | Gets the safariBlockAutofill
Indicates whether or not to block the user from using Auto fill in Safari. Requires a supervised device for iOS 13 and later.
@return bool|null The safariBlockAutofill | getSafariBlockAutofill | 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 setSafariBlockAutofill($val)
{
$this->_propDict["safariBlockAutofill"] = boolval($val);
return $this;
} | Sets the safariBlockAutofill
Indicates whether or not to block the user from using Auto fill in Safari. Requires a supervised device for iOS 13 and later.
@param bool $val The safariBlockAutofill
@return IosGeneralDeviceConfiguration | setSafariBlockAutofill | 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 getSafariBlocked()
{
if (array_key_exists("safariBlocked", $this->_propDict)) {
return $this->_propDict["safariBlocked"];
} else {
return null;
}
} | Gets the safariBlocked
Indicates whether or not to block the user from using Safari. Requires a supervised device for iOS 13 and later.
@return bool|null The safariBlocked | getSafariBlocked | 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 setSafariBlocked($val)
{
$this->_propDict["safariBlocked"] = boolval($val);
return $this;
} | Sets the safariBlocked
Indicates whether or not to block the user from using Safari. Requires a supervised device for iOS 13 and later.
@param bool $val The safariBlocked
@return IosGeneralDeviceConfiguration | setSafariBlocked | 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 getSafariBlockJavaScript()
{
if (array_key_exists("safariBlockJavaScript", $this->_propDict)) {
return $this->_propDict["safariBlockJavaScript"];
} else {
return null;
}
} | Gets the safariBlockJavaScript
Indicates whether or not to block JavaScript in Safari.
@return bool|null The safariBlockJavaScript | getSafariBlockJavaScript | 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 setSafariBlockJavaScript($val)
{
$this->_propDict["safariBlockJavaScript"] = boolval($val);
return $this;
} | Sets the safariBlockJavaScript
Indicates whether or not to block JavaScript in Safari.
@param bool $val The safariBlockJavaScript
@return IosGeneralDeviceConfiguration | setSafariBlockJavaScript | 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 getSafariBlockPopups()
{
if (array_key_exists("safariBlockPopups", $this->_propDict)) {
return $this->_propDict["safariBlockPopups"];
} else {
return null;
}
} | Gets the safariBlockPopups
Indicates whether or not to block popups in Safari.
@return bool|null The safariBlockPopups | getSafariBlockPopups | 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 setSafariBlockPopups($val)
{
$this->_propDict["safariBlockPopups"] = boolval($val);
return $this;
} | Sets the safariBlockPopups
Indicates whether or not to block popups in Safari.
@param bool $val The safariBlockPopups
@return IosGeneralDeviceConfiguration | setSafariBlockPopups | 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 getSafariCookieSettings()
{
if (array_key_exists("safariCookieSettings", $this->_propDict)) {
if (is_a($this->_propDict["safariCookieSettings"], "\Beta\Microsoft\Graph\Model\WebBrowserCookieSettings") || is_null($this->_propDict["safariCookieSettings"])) {
return $this->_propDict["safariCookieSettings"];
} else {
$this->_propDict["safariCookieSettings"] = new WebBrowserCookieSettings($this->_propDict["safariCookieSettings"]);
return $this->_propDict["safariCookieSettings"];
}
}
return null;
} | Gets the safariCookieSettings
Cookie settings for Safari. Possible values are: browserDefault, blockAlways, allowCurrentWebSite, allowFromWebsitesVisited, allowAlways.
@return WebBrowserCookieSettings|null The safariCookieSettings | getSafariCookieSettings | 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 setSafariCookieSettings($val)
{
$this->_propDict["safariCookieSettings"] = $val;
return $this;
} | Sets the safariCookieSettings
Cookie settings for Safari. Possible values are: browserDefault, blockAlways, allowCurrentWebSite, allowFromWebsitesVisited, allowAlways.
@param WebBrowserCookieSettings $val The safariCookieSettings
@return IosGeneralDeviceConfiguration | setSafariCookieSettings | 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 getSafariManagedDomains()
{
if (array_key_exists("safariManagedDomains", $this->_propDict)) {
return $this->_propDict["safariManagedDomains"];
} else {
return null;
}
} | Gets the safariManagedDomains
URLs matching the patterns listed here will be considered managed.
@return array|null The safariManagedDomains | getSafariManagedDomains | 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 setSafariManagedDomains($val)
{
$this->_propDict["safariManagedDomains"] = $val;
return $this;
} | Sets the safariManagedDomains
URLs matching the patterns listed here will be considered managed.
@param string[] $val The safariManagedDomains
@return IosGeneralDeviceConfiguration | setSafariManagedDomains | 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 getSafariPasswordAutoFillDomains()
{
if (array_key_exists("safariPasswordAutoFillDomains", $this->_propDict)) {
return $this->_propDict["safariPasswordAutoFillDomains"];
} else {
return null;
}
} | Gets the safariPasswordAutoFillDomains
Users can save passwords in Safari only from URLs matching the patterns listed here. Applies to devices in supervised mode (iOS 9.3 and later).
@return array|null The safariPasswordAutoFillDomains | getSafariPasswordAutoFillDomains | 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 setSafariPasswordAutoFillDomains($val)
{
$this->_propDict["safariPasswordAutoFillDomains"] = $val;
return $this;
} | Sets the safariPasswordAutoFillDomains
Users can save passwords in Safari only from URLs matching the patterns listed here. Applies to devices in supervised mode (iOS 9.3 and later).
@param string[] $val The safariPasswordAutoFillDomains
@return IosGeneralDeviceConfiguration | setSafariPasswordAutoFillDomains | 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 getSafariRequireFraudWarning()
{
if (array_key_exists("safariRequireFraudWarning", $this->_propDict)) {
return $this->_propDict["safariRequireFraudWarning"];
} else {
return null;
}
} | Gets the safariRequireFraudWarning
Indicates whether or not to require fraud warning in Safari.
@return bool|null The safariRequireFraudWarning | getSafariRequireFraudWarning | 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 setSafariRequireFraudWarning($val)
{
$this->_propDict["safariRequireFraudWarning"] = boolval($val);
return $this;
} | Sets the safariRequireFraudWarning
Indicates whether or not to require fraud warning in Safari.
@param bool $val The safariRequireFraudWarning
@return IosGeneralDeviceConfiguration | setSafariRequireFraudWarning | 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 getScreenCaptureBlocked()
{
if (array_key_exists("screenCaptureBlocked", $this->_propDict)) {
return $this->_propDict["screenCaptureBlocked"];
} else {
return null;
}
} | Gets the screenCaptureBlocked
Indicates whether or not to block the user from taking Screenshots.
@return bool|null The screenCaptureBlocked | getScreenCaptureBlocked | 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 setScreenCaptureBlocked($val)
{
$this->_propDict["screenCaptureBlocked"] = boolval($val);
return $this;
} | Sets the screenCaptureBlocked
Indicates whether or not to block the user from taking Screenshots.
@param bool $val The screenCaptureBlocked
@return IosGeneralDeviceConfiguration | setScreenCaptureBlocked | 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 getSharedDeviceBlockTemporarySessions()
{
if (array_key_exists("sharedDeviceBlockTemporarySessions", $this->_propDict)) {
return $this->_propDict["sharedDeviceBlockTemporarySessions"];
} else {
return null;
}
} | Gets the sharedDeviceBlockTemporarySessions
Indicates whether or not to block temporary sessions on Shared iPads (iOS 13.4 or later).
@return bool|null The sharedDeviceBlockTemporarySessions | getSharedDeviceBlockTemporarySessions | 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 setSharedDeviceBlockTemporarySessions($val)
{
$this->_propDict["sharedDeviceBlockTemporarySessions"] = boolval($val);
return $this;
} | Sets the sharedDeviceBlockTemporarySessions
Indicates whether or not to block temporary sessions on Shared iPads (iOS 13.4 or later).
@param bool $val The sharedDeviceBlockTemporarySessions
@return IosGeneralDeviceConfiguration | setSharedDeviceBlockTemporarySessions | 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 getSiriBlocked()
{
if (array_key_exists("siriBlocked", $this->_propDict)) {
return $this->_propDict["siriBlocked"];
} else {
return null;
}
} | Gets the siriBlocked
Indicates whether or not to block the user from using Siri.
@return bool|null The siriBlocked | getSiriBlocked | 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 setSiriBlocked($val)
{
$this->_propDict["siriBlocked"] = boolval($val);
return $this;
} | Sets the siriBlocked
Indicates whether or not to block the user from using Siri.
@param bool $val The siriBlocked
@return IosGeneralDeviceConfiguration | setSiriBlocked | 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 getSiriBlockedWhenLocked()
{
if (array_key_exists("siriBlockedWhenLocked", $this->_propDict)) {
return $this->_propDict["siriBlockedWhenLocked"];
} else {
return null;
}
} | Gets the siriBlockedWhenLocked
Indicates whether or not to block the user from using Siri when locked.
@return bool|null The siriBlockedWhenLocked | getSiriBlockedWhenLocked | 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 setSiriBlockedWhenLocked($val)
{
$this->_propDict["siriBlockedWhenLocked"] = boolval($val);
return $this;
} | Sets the siriBlockedWhenLocked
Indicates whether or not to block the user from using Siri when locked.
@param bool $val The siriBlockedWhenLocked
@return IosGeneralDeviceConfiguration | setSiriBlockedWhenLocked | 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 getSiriBlockUserGeneratedContent()
{
if (array_key_exists("siriBlockUserGeneratedContent", $this->_propDict)) {
return $this->_propDict["siriBlockUserGeneratedContent"];
} else {
return null;
}
} | Gets the siriBlockUserGeneratedContent
Indicates whether or not to block Siri from querying user-generated content when used on a supervised device.
@return bool|null The siriBlockUserGeneratedContent | getSiriBlockUserGeneratedContent | 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 setSiriBlockUserGeneratedContent($val)
{
$this->_propDict["siriBlockUserGeneratedContent"] = boolval($val);
return $this;
} | Sets the siriBlockUserGeneratedContent
Indicates whether or not to block Siri from querying user-generated content when used on a supervised device.
@param bool $val The siriBlockUserGeneratedContent
@return IosGeneralDeviceConfiguration | setSiriBlockUserGeneratedContent | 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 getSiriRequireProfanityFilter()
{
if (array_key_exists("siriRequireProfanityFilter", $this->_propDict)) {
return $this->_propDict["siriRequireProfanityFilter"];
} else {
return null;
}
} | Gets the siriRequireProfanityFilter
Indicates whether or not to prevent Siri from dictating, or speaking profane language on supervised device.
@return bool|null The siriRequireProfanityFilter | getSiriRequireProfanityFilter | 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 setSiriRequireProfanityFilter($val)
{
$this->_propDict["siriRequireProfanityFilter"] = boolval($val);
return $this;
} | Sets the siriRequireProfanityFilter
Indicates whether or not to prevent Siri from dictating, or speaking profane language on supervised device.
@param bool $val The siriRequireProfanityFilter
@return IosGeneralDeviceConfiguration | setSiriRequireProfanityFilter | 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 getSoftwareUpdatesEnforcedDelayInDays()
{
if (array_key_exists("softwareUpdatesEnforcedDelayInDays", $this->_propDict)) {
return $this->_propDict["softwareUpdatesEnforcedDelayInDays"];
} else {
return null;
}
} | Gets the softwareUpdatesEnforcedDelayInDays
Sets how many days a software update will be delyed for a supervised device. Valid values 0 to 90
@return int|null The softwareUpdatesEnforcedDelayInDays | getSoftwareUpdatesEnforcedDelayInDays | 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 setSoftwareUpdatesEnforcedDelayInDays($val)
{
$this->_propDict["softwareUpdatesEnforcedDelayInDays"] = intval($val);
return $this;
} | Sets the softwareUpdatesEnforcedDelayInDays
Sets how many days a software update will be delyed for a supervised device. Valid values 0 to 90
@param int $val The softwareUpdatesEnforcedDelayInDays
@return IosGeneralDeviceConfiguration | setSoftwareUpdatesEnforcedDelayInDays | 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 getSoftwareUpdatesForceDelayed()
{
if (array_key_exists("softwareUpdatesForceDelayed", $this->_propDict)) {
return $this->_propDict["softwareUpdatesForceDelayed"];
} else {
return null;
}
} | Gets the softwareUpdatesForceDelayed
Indicates whether or not to delay user visibility of software updates when the device is in supervised mode.
@return bool|null The softwareUpdatesForceDelayed | getSoftwareUpdatesForceDelayed | 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 setSoftwareUpdatesForceDelayed($val)
{
$this->_propDict["softwareUpdatesForceDelayed"] = boolval($val);
return $this;
} | Sets the softwareUpdatesForceDelayed
Indicates whether or not to delay user visibility of software updates when the device is in supervised mode.
@param bool $val The softwareUpdatesForceDelayed
@return IosGeneralDeviceConfiguration | setSoftwareUpdatesForceDelayed | 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 getSpotlightBlockInternetResults()
{
if (array_key_exists("spotlightBlockInternetResults", $this->_propDict)) {
return $this->_propDict["spotlightBlockInternetResults"];
} else {
return null;
}
} | Gets the spotlightBlockInternetResults
Indicates whether or not to block Spotlight search from returning internet results on supervised device.
@return bool|null The spotlightBlockInternetResults | getSpotlightBlockInternetResults | 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 setSpotlightBlockInternetResults($val)
{
$this->_propDict["spotlightBlockInternetResults"] = boolval($val);
return $this;
} | Sets the spotlightBlockInternetResults
Indicates whether or not to block Spotlight search from returning internet results on supervised device.
@param bool $val The spotlightBlockInternetResults
@return IosGeneralDeviceConfiguration | setSpotlightBlockInternetResults | 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 getUnpairedExternalBootToRecoveryAllowed()
{
if (array_key_exists("unpairedExternalBootToRecoveryAllowed", $this->_propDict)) {
return $this->_propDict["unpairedExternalBootToRecoveryAllowed"];
} else {
return null;
}
} | Gets the unpairedExternalBootToRecoveryAllowed
Allow users to boot devices into recovery mode with unpaired devices. Available for devices running iOS and iPadOS versions 14.5 and later.
@return bool|null The unpairedExternalBootToRecoveryAllowed | getUnpairedExternalBootToRecoveryAllowed | 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 setUnpairedExternalBootToRecoveryAllowed($val)
{
$this->_propDict["unpairedExternalBootToRecoveryAllowed"] = boolval($val);
return $this;
} | Sets the unpairedExternalBootToRecoveryAllowed
Allow users to boot devices into recovery mode with unpaired devices. Available for devices running iOS and iPadOS versions 14.5 and later.
@param bool $val The unpairedExternalBootToRecoveryAllowed
@return IosGeneralDeviceConfiguration | setUnpairedExternalBootToRecoveryAllowed | 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 getUsbRestrictedModeBlocked()
{
if (array_key_exists("usbRestrictedModeBlocked", $this->_propDict)) {
return $this->_propDict["usbRestrictedModeBlocked"];
} else {
return null;
}
} | Gets the usbRestrictedModeBlocked
Indicates if connecting to USB accessories while the device is locked is allowed (iOS 11.4.1 and later).
@return bool|null The usbRestrictedModeBlocked | getUsbRestrictedModeBlocked | 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 setUsbRestrictedModeBlocked($val)
{
$this->_propDict["usbRestrictedModeBlocked"] = boolval($val);
return $this;
} | Sets the usbRestrictedModeBlocked
Indicates if connecting to USB accessories while the device is locked is allowed (iOS 11.4.1 and later).
@param bool $val The usbRestrictedModeBlocked
@return IosGeneralDeviceConfiguration | setUsbRestrictedModeBlocked | 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 getVoiceDialingBlocked()
{
if (array_key_exists("voiceDialingBlocked", $this->_propDict)) {
return $this->_propDict["voiceDialingBlocked"];
} else {
return null;
}
} | Gets the voiceDialingBlocked
Indicates whether or not to block voice dialing.
@return bool|null The voiceDialingBlocked | getVoiceDialingBlocked | 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 setVoiceDialingBlocked($val)
{
$this->_propDict["voiceDialingBlocked"] = boolval($val);
return $this;
} | Sets the voiceDialingBlocked
Indicates whether or not to block voice dialing.
@param bool $val The voiceDialingBlocked
@return IosGeneralDeviceConfiguration | setVoiceDialingBlocked | 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 getVpnBlockCreation()
{
if (array_key_exists("vpnBlockCreation", $this->_propDict)) {
return $this->_propDict["vpnBlockCreation"];
} else {
return null;
}
} | Gets the vpnBlockCreation
Indicates whether or not the creation of VPN configurations is blocked (iOS 11.0 and later).
@return bool|null The vpnBlockCreation | getVpnBlockCreation | 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 setVpnBlockCreation($val)
{
$this->_propDict["vpnBlockCreation"] = boolval($val);
return $this;
} | Sets the vpnBlockCreation
Indicates whether or not the creation of VPN configurations is blocked (iOS 11.0 and later).
@param bool $val The vpnBlockCreation
@return IosGeneralDeviceConfiguration | setVpnBlockCreation | 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 getWallpaperBlockModification()
{
if (array_key_exists("wallpaperBlockModification", $this->_propDict)) {
return $this->_propDict["wallpaperBlockModification"];
} else {
return null;
}
} | Gets the wallpaperBlockModification
Indicates whether or not to allow wallpaper modification on supervised device (iOS 9.0 and later) .
@return bool|null The wallpaperBlockModification | getWallpaperBlockModification | 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 setWallpaperBlockModification($val)
{
$this->_propDict["wallpaperBlockModification"] = boolval($val);
return $this;
} | Sets the wallpaperBlockModification
Indicates whether or not to allow wallpaper modification on supervised device (iOS 9.0 and later) .
@param bool $val The wallpaperBlockModification
@return IosGeneralDeviceConfiguration | setWallpaperBlockModification | 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 getWiFiConnectOnlyToConfiguredNetworks()
{
if (array_key_exists("wiFiConnectOnlyToConfiguredNetworks", $this->_propDict)) {
return $this->_propDict["wiFiConnectOnlyToConfiguredNetworks"];
} else {
return null;
}
} | Gets the wiFiConnectOnlyToConfiguredNetworks
Indicates whether or not to force the device to use only Wi-Fi networks from configuration profiles when the device is in supervised mode. Available for devices running iOS and iPadOS versions 14.4 and earlier. Devices running 14.5+ should use the setting, 'WiFiConnectToAllowedNetworksOnlyForced.
@return bool|null The wiFiConnectOnlyToConfiguredNetworks | getWiFiConnectOnlyToConfiguredNetworks | 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 setWiFiConnectOnlyToConfiguredNetworks($val)
{
$this->_propDict["wiFiConnectOnlyToConfiguredNetworks"] = boolval($val);
return $this;
} | Sets the wiFiConnectOnlyToConfiguredNetworks
Indicates whether or not to force the device to use only Wi-Fi networks from configuration profiles when the device is in supervised mode. Available for devices running iOS and iPadOS versions 14.4 and earlier. Devices running 14.5+ should use the setting, 'WiFiConnectToAllowedNetworksOnlyForced.
@param bool $val The wiFiConnectOnlyToConfiguredNetworks
@return IosGeneralDeviceConfiguration | setWiFiConnectOnlyToConfiguredNetworks | 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 getWiFiConnectToAllowedNetworksOnlyForced()
{
if (array_key_exists("wiFiConnectToAllowedNetworksOnlyForced", $this->_propDict)) {
return $this->_propDict["wiFiConnectToAllowedNetworksOnlyForced"];
} else {
return null;
}
} | Gets the wiFiConnectToAllowedNetworksOnlyForced
Require devices to use Wi-Fi networks set up via configuration profiles. Available for devices running iOS and iPadOS versions 14.5 and later.
@return bool|null The wiFiConnectToAllowedNetworksOnlyForced | getWiFiConnectToAllowedNetworksOnlyForced | 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 setWiFiConnectToAllowedNetworksOnlyForced($val)
{
$this->_propDict["wiFiConnectToAllowedNetworksOnlyForced"] = boolval($val);
return $this;
} | Sets the wiFiConnectToAllowedNetworksOnlyForced
Require devices to use Wi-Fi networks set up via configuration profiles. Available for devices running iOS and iPadOS versions 14.5 and later.
@param bool $val The wiFiConnectToAllowedNetworksOnlyForced
@return IosGeneralDeviceConfiguration | setWiFiConnectToAllowedNetworksOnlyForced | 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 getWifiPowerOnForced()
{
if (array_key_exists("wifiPowerOnForced", $this->_propDict)) {
return $this->_propDict["wifiPowerOnForced"];
} else {
return null;
}
} | Gets the wifiPowerOnForced
Indicates whether or not Wi-Fi remains on, even when device is in airplane mode. Available for devices running iOS and iPadOS, versions 13.0 and later.
@return bool|null The wifiPowerOnForced | getWifiPowerOnForced | 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 setWifiPowerOnForced($val)
{
$this->_propDict["wifiPowerOnForced"] = boolval($val);
return $this;
} | Sets the wifiPowerOnForced
Indicates whether or not Wi-Fi remains on, even when device is in airplane mode. Available for devices running iOS and iPadOS, versions 13.0 and later.
@param bool $val The wifiPowerOnForced
@return IosGeneralDeviceConfiguration | setWifiPowerOnForced | 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 getExcludeGroup()
{
if (array_key_exists("excludeGroup", $this->_propDict)) {
return $this->_propDict["excludeGroup"];
} else {
return null;
}
} | Gets the excludeGroup
Indicates if this group is should be excluded. Defaults that the group should be included
@return bool|null The excludeGroup | getExcludeGroup | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceCompliancePolicyGroupAssignment.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceCompliancePolicyGroupAssignment.php | MIT |
public function setExcludeGroup($val)
{
$this->_propDict["excludeGroup"] = boolval($val);
return $this;
} | Sets the excludeGroup
Indicates if this group is should be excluded. Defaults that the group should be included
@param bool $val The excludeGroup
@return DeviceCompliancePolicyGroupAssignment | setExcludeGroup | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceCompliancePolicyGroupAssignment.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceCompliancePolicyGroupAssignment.php | MIT |
public function getTargetGroupId()
{
if (array_key_exists("targetGroupId", $this->_propDict)) {
return $this->_propDict["targetGroupId"];
} else {
return null;
}
} | Gets the targetGroupId
The Id of the AAD group we are targeting the device compliance policy to.
@return string|null The targetGroupId | getTargetGroupId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceCompliancePolicyGroupAssignment.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceCompliancePolicyGroupAssignment.php | MIT |
public function setTargetGroupId($val)
{
$this->_propDict["targetGroupId"] = $val;
return $this;
} | Sets the targetGroupId
The Id of the AAD group we are targeting the device compliance policy to.
@param string $val The targetGroupId
@return DeviceCompliancePolicyGroupAssignment | setTargetGroupId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceCompliancePolicyGroupAssignment.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceCompliancePolicyGroupAssignment.php | MIT |
public function getDeviceCompliancePolicy()
{
if (array_key_exists("deviceCompliancePolicy", $this->_propDict)) {
if (is_a($this->_propDict["deviceCompliancePolicy"], "\Beta\Microsoft\Graph\Model\DeviceCompliancePolicy") || is_null($this->_propDict["deviceCompliancePolicy"])) {
return $this->_propDict["deviceCompliancePolicy"];
} else {
$this->_propDict["deviceCompliancePolicy"] = new DeviceCompliancePolicy($this->_propDict["deviceCompliancePolicy"]);
return $this->_propDict["deviceCompliancePolicy"];
}
}
return null;
} | Gets the deviceCompliancePolicy
The navigation link to the device compliance polic targeted.
@return DeviceCompliancePolicy|null The deviceCompliancePolicy | getDeviceCompliancePolicy | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceCompliancePolicyGroupAssignment.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceCompliancePolicyGroupAssignment.php | MIT |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.