code
stringlengths 17
247k
| 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 setMediaContentRatingUnitedStates($val)
{
$this->_propDict["mediaContentRatingUnitedStates"] = $val;
return $this;
} | Sets the mediaContentRatingUnitedStates
Media content rating settings for United States
@param MediaContentRatingUnitedStates $val The mediaContentRatingUnitedStates
@return IosGeneralDeviceConfiguration | setMediaContentRatingUnitedStates | 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 getMessagesBlocked()
{
if (array_key_exists("messagesBlocked", $this->_propDict)) {
return $this->_propDict["messagesBlocked"];
} else {
return null;
}
} | Gets the messagesBlocked
Indicates whether or not to block the user from using the Messages app on the supervised device.
@return bool|null The messagesBlocked | getMessagesBlocked | 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 setMessagesBlocked($val)
{
$this->_propDict["messagesBlocked"] = boolval($val);
return $this;
} | Sets the messagesBlocked
Indicates whether or not to block the user from using the Messages app on the supervised device.
@param bool $val The messagesBlocked
@return IosGeneralDeviceConfiguration | setMessagesBlocked | 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 getNetworkUsageRules()
{
if (array_key_exists("networkUsageRules", $this->_propDict)) {
return $this->_propDict["networkUsageRules"];
} else {
return null;
}
} | Gets the networkUsageRules
List of managed apps and the network rules that applies to them. This collection can contain a maximum of 1000 elements.
@return array|null The networkUsageRules | getNetworkUsageRules | 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 setNetworkUsageRules($val)
{
$this->_propDict["networkUsageRules"] = $val;
return $this;
} | Sets the networkUsageRules
List of managed apps and the network rules that applies to them. This collection can contain a maximum of 1000 elements.
@param IosNetworkUsageRule[] $val The networkUsageRules
@return IosGeneralDeviceConfiguration | setNetworkUsageRules | 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 getNotificationsBlockSettingsModification()
{
if (array_key_exists("notificationsBlockSettingsModification", $this->_propDict)) {
return $this->_propDict["notificationsBlockSettingsModification"];
} else {
return null;
}
} | Gets the notificationsBlockSettingsModification
Indicates whether or not to allow notifications settings modification (iOS 9.3 and later).
@return bool|null The notificationsBlockSettingsModification | getNotificationsBlockSettingsModification | 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 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 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 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 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 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 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 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 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 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 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 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 |
public function setDeviceCompliancePolicy($val)
{
$this->_propDict["deviceCompliancePolicy"] = $val;
return $this;
} | Sets the deviceCompliancePolicy
The navigation link to the device compliance polic targeted.
@param DeviceCompliancePolicy $val The deviceCompliancePolicy
@return DeviceCompliancePolicyGroupAssignment | setDeviceCompliancePolicy | 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 |
private function sendRequest($httpMethod, array $varArgs)
{
$defaultArgs = array(
BosOptions::CONFIG => array(),
'bucket_name' => null,
'key' => null,
'body' => null,
'headers' => array(),
'params' => array(),
'outputStream' => null,
'parseUserMetadata' => false
);
$args = array_merge($defaultArgs, $varArgs);
if (empty($args[BosOptions::CONFIG])) {
$config = $this->config;
} else {
$config = array_merge(
array(),
$this->config,
$args[BosOptions::CONFIG]
);
}
if (!isset($args['headers'][HttpHeaders::CONTENT_TYPE])) {
$args['headers'][HttpHeaders::CONTENT_TYPE] =
HttpContentTypes::JSON;
}
// prevent low version curl add a default pragma:no-cache
if (!isset($args['headers'][HttpHeaders::PRAGMA])) {
$args['headers'][HttpHeaders::PRAGMA] = '';
}
$path = $this->getPath($args['bucket_name'], $args['key']);
$response = $this->httpClient->sendRequest(
$config,
$httpMethod,
$path,
$args['body'],
$args['headers'],
$args['params'],
$this->signer,
$args['outputStream']
);
if ($args['outputStream'] === null) {
$result = $this->parseJsonResult($response['body']);
} else {
$result = new \stdClass();
}
$result->metadata =
$this->convertHttpHeadersToMetadata($response['headers']);
if ($args['parseUserMetadata']) {
$userMetadata = array();
foreach ($response['headers'] as $key => $value) {
if (StringUtils::startsWith($key, HttpHeaders::BCE_USER_METADATA_PREFIX)) {
$key = substr($key, strlen(HttpHeaders::BCE_USER_METADATA_PREFIX));
$userMetadata[urldecode($key)] = urldecode($value);
}
}
$result->metadata[BosOptions::USER_METADATA] = $userMetadata;
}
return $result;
} | Create HttpClient and send request
@param string $httpMethod The Http request method
@param array $varArgs The extra arguments
@return mixed The Http response and headers. | sendRequest | php | xiebruce/PicUploader | vendor/baidubce/bce-sdk-php/src/BaiduBce/Services/Bos/BosClient.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/baidubce/bce-sdk-php/src/BaiduBce/Services/Bos/BosClient.php | MIT |
public function getAllowedContentTypes()
{
if (array_key_exists("allowedContentTypes", $this->_propDict)) {
if (is_a($this->_propDict["allowedContentTypes"], "\Beta\Microsoft\Graph\Model\ContentTypeInfo") || is_null($this->_propDict["allowedContentTypes"])) {
return $this->_propDict["allowedContentTypes"];
} else {
$this->_propDict["allowedContentTypes"] = new ContentTypeInfo($this->_propDict["allowedContentTypes"]);
return $this->_propDict["allowedContentTypes"];
}
}
return null;
} | Gets the allowedContentTypes
Content types allowed in document set.
@return ContentTypeInfo|null The allowedContentTypes | getAllowedContentTypes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DocumentSet.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DocumentSet.php | MIT |
public function setAllowedContentTypes($val)
{
$this->_propDict["allowedContentTypes"] = $val;
return $this;
} | Sets the allowedContentTypes
Content types allowed in document set.
@param ContentTypeInfo $val The value to assign to the allowedContentTypes
@return DocumentSet The DocumentSet | setAllowedContentTypes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DocumentSet.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DocumentSet.php | MIT |
public function getDefaultContents()
{
if (array_key_exists("defaultContents", $this->_propDict)) {
if (is_a($this->_propDict["defaultContents"], "\Beta\Microsoft\Graph\Model\DocumentSetContent") || is_null($this->_propDict["defaultContents"])) {
return $this->_propDict["defaultContents"];
} else {
$this->_propDict["defaultContents"] = new DocumentSetContent($this->_propDict["defaultContents"]);
return $this->_propDict["defaultContents"];
}
}
return null;
} | Gets the defaultContents
Default contents of document set.
@return DocumentSetContent|null The defaultContents | getDefaultContents | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DocumentSet.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DocumentSet.php | MIT |
public function setDefaultContents($val)
{
$this->_propDict["defaultContents"] = $val;
return $this;
} | Sets the defaultContents
Default contents of document set.
@param DocumentSetContent $val The value to assign to the defaultContents
@return DocumentSet The DocumentSet | setDefaultContents | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DocumentSet.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DocumentSet.php | MIT |
public function getPropagateWelcomePageChanges()
{
if (array_key_exists("propagateWelcomePageChanges", $this->_propDict)) {
return $this->_propDict["propagateWelcomePageChanges"];
} else {
return null;
}
} | Gets the propagateWelcomePageChanges
Indicates whether to add the name of the document set to each file name.
@return bool|null The propagateWelcomePageChanges | getPropagateWelcomePageChanges | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DocumentSet.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DocumentSet.php | MIT |
public function setPropagateWelcomePageChanges($val)
{
$this->_propDict["propagateWelcomePageChanges"] = $val;
return $this;
} | Sets the propagateWelcomePageChanges
Indicates whether to add the name of the document set to each file name.
@param bool $val The value of the propagateWelcomePageChanges
@return DocumentSet | setPropagateWelcomePageChanges | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DocumentSet.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DocumentSet.php | MIT |
public function getShouldPrefixNameToFile()
{
if (array_key_exists("shouldPrefixNameToFile", $this->_propDict)) {
return $this->_propDict["shouldPrefixNameToFile"];
} else {
return null;
}
} | Gets the shouldPrefixNameToFile
Add the name of the Document Set to each file name.
@return bool|null The shouldPrefixNameToFile | getShouldPrefixNameToFile | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DocumentSet.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DocumentSet.php | MIT |
public function setShouldPrefixNameToFile($val)
{
$this->_propDict["shouldPrefixNameToFile"] = $val;
return $this;
} | Sets the shouldPrefixNameToFile
Add the name of the Document Set to each file name.
@param bool $val The value of the shouldPrefixNameToFile
@return DocumentSet | setShouldPrefixNameToFile | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DocumentSet.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DocumentSet.php | MIT |
public function getWelcomePageUrl()
{
if (array_key_exists("welcomePageUrl", $this->_propDict)) {
return $this->_propDict["welcomePageUrl"];
} else {
return null;
}
} | Gets the welcomePageUrl
Welcome page absolute URL.
@return string|null The welcomePageUrl | getWelcomePageUrl | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DocumentSet.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DocumentSet.php | MIT |
public function setWelcomePageUrl($val)
{
$this->_propDict["welcomePageUrl"] = $val;
return $this;
} | Sets the welcomePageUrl
Welcome page absolute URL.
@param string $val The value of the welcomePageUrl
@return DocumentSet | setWelcomePageUrl | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DocumentSet.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DocumentSet.php | MIT |
public function getFeature()
{
if (array_key_exists("feature", $this->_propDict)) {
if (is_a($this->_propDict["feature"], "\Beta\Microsoft\Graph\Model\AuthenticationMethodFeature") || is_null($this->_propDict["feature"])) {
return $this->_propDict["feature"];
} else {
$this->_propDict["feature"] = new AuthenticationMethodFeature($this->_propDict["feature"]);
return $this->_propDict["feature"];
}
}
return null;
} | Gets the feature
Number of users registered or capable for Multi-Factor Authentication, Self-Service Password Reset and Passwordless Authentication. Possible values are: ssprRegistered, ssprEnabled, ssprCapable, passwordlessCapable, mfaCapable.
@return AuthenticationMethodFeature|null The feature | getFeature | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/UserRegistrationFeatureCount.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/UserRegistrationFeatureCount.php | MIT |
public function setFeature($val)
{
$this->_propDict["feature"] = $val;
return $this;
} | Sets the feature
Number of users registered or capable for Multi-Factor Authentication, Self-Service Password Reset and Passwordless Authentication. Possible values are: ssprRegistered, ssprEnabled, ssprCapable, passwordlessCapable, mfaCapable.
@param AuthenticationMethodFeature $val The value to assign to the feature
@return UserRegistrationFeatureCount The UserRegistrationFeatureCount | setFeature | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/UserRegistrationFeatureCount.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/UserRegistrationFeatureCount.php | MIT |
public function getUserCount()
{
if (array_key_exists("userCount", $this->_propDict)) {
return $this->_propDict["userCount"];
} else {
return null;
}
} | Gets the userCount
Number of users.
@return int|null The userCount | getUserCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/UserRegistrationFeatureCount.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/UserRegistrationFeatureCount.php | MIT |
public function setUserCount($val)
{
$this->_propDict["userCount"] = $val;
return $this;
} | Sets the userCount
Number of users.
@param int $val The value of the userCount
@return UserRegistrationFeatureCount | setUserCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/UserRegistrationFeatureCount.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/UserRegistrationFeatureCount.php | MIT |
public function __call($method, array $args)
{
return call_user_func_array(array($this->decoratedBatch, $method), $args);
} | Allow decorators to implement custom methods
@param string $method Missing method name
@param array $args Method arguments
@return mixed
@codeCoverageIgnore | __call | php | xiebruce/PicUploader | vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php | MIT |
public function getDecorators()
{
$found = array($this);
if (method_exists($this->decoratedBatch, 'getDecorators')) {
$found = array_merge($found, $this->decoratedBatch->getDecorators());
}
return $found;
} | Trace the decorators associated with the batch
@return array | getDecorators | php | xiebruce/PicUploader | vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php | MIT |
public function getRelatedContacts()
{
if (array_key_exists("relatedContacts", $this->_propDict)) {
return $this->_propDict["relatedContacts"];
} else {
return null;
}
} | Gets the relatedContacts
Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue
@return array|null The relatedContacts | getRelatedContacts | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EducationUser.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EducationUser.php | MIT |
public function setRelatedContacts($val)
{
$this->_propDict["relatedContacts"] = $val;
return $this;
} | Sets the relatedContacts
Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue
@param RelatedContact[] $val The relatedContacts
@return EducationUser | setRelatedContacts | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EducationUser.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EducationUser.php | MIT |
public function getMailingAddress()
{
if (array_key_exists("mailingAddress", $this->_propDict)) {
if (is_a($this->_propDict["mailingAddress"], "\Beta\Microsoft\Graph\Model\PhysicalAddress") || is_null($this->_propDict["mailingAddress"])) {
return $this->_propDict["mailingAddress"];
} else {
$this->_propDict["mailingAddress"] = new PhysicalAddress($this->_propDict["mailingAddress"]);
return $this->_propDict["mailingAddress"];
}
}
return null;
} | Gets the mailingAddress
Mail address of user. Note: type and postOfficeBox are not supported for educationUser resources.
@return PhysicalAddress|null The mailingAddress | getMailingAddress | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EducationUser.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EducationUser.php | MIT |
public function setMailingAddress($val)
{
$this->_propDict["mailingAddress"] = $val;
return $this;
} | Sets the mailingAddress
Mail address of user. Note: type and postOfficeBox are not supported for educationUser resources.
@param PhysicalAddress $val The mailingAddress
@return EducationUser | setMailingAddress | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EducationUser.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EducationUser.php | MIT |
public function getMiddleName()
{
if (array_key_exists("middleName", $this->_propDict)) {
return $this->_propDict["middleName"];
} else {
return null;
}
} | Gets the middleName
The middle name of user.
@return string|null The middleName | getMiddleName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EducationUser.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EducationUser.php | MIT |
public function setMiddleName($val)
{
$this->_propDict["middleName"] = $val;
return $this;
} | Sets the middleName
The middle name of user.
@param string $val The middleName
@return EducationUser | setMiddleName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EducationUser.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EducationUser.php | MIT |
public function getOnPremisesInfo()
{
if (array_key_exists("onPremisesInfo", $this->_propDict)) {
if (is_a($this->_propDict["onPremisesInfo"], "\Beta\Microsoft\Graph\Model\EducationOnPremisesInfo") || is_null($this->_propDict["onPremisesInfo"])) {
return $this->_propDict["onPremisesInfo"];
} else {
$this->_propDict["onPremisesInfo"] = new EducationOnPremisesInfo($this->_propDict["onPremisesInfo"]);
return $this->_propDict["onPremisesInfo"];
}
}
return null;
} | Gets the onPremisesInfo
Additional information used to associate the AAD user with it's Active Directory counterpart.
@return EducationOnPremisesInfo|null The onPremisesInfo | getOnPremisesInfo | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EducationUser.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EducationUser.php | MIT |
public function setOnPremisesInfo($val)
{
$this->_propDict["onPremisesInfo"] = $val;
return $this;
} | Sets the onPremisesInfo
Additional information used to associate the AAD user with it's Active Directory counterpart.
@param EducationOnPremisesInfo $val The onPremisesInfo
@return EducationUser | setOnPremisesInfo | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EducationUser.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EducationUser.php | MIT |
public function getPasswordProfile()
{
if (array_key_exists("passwordProfile", $this->_propDict)) {
if (is_a($this->_propDict["passwordProfile"], "\Beta\Microsoft\Graph\Model\PasswordProfile") || is_null($this->_propDict["passwordProfile"])) {
return $this->_propDict["passwordProfile"];
} else {
$this->_propDict["passwordProfile"] = new PasswordProfile($this->_propDict["passwordProfile"]);
return $this->_propDict["passwordProfile"];
}
}
return null;
} | Gets the passwordProfile
Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. See standard [user] resource for additional details.
@return PasswordProfile|null The passwordProfile | getPasswordProfile | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EducationUser.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EducationUser.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.