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 getBrowserRequireFirewall() { if (array_key_exists("browserRequireFirewall", $this->_propDict)) { return $this->_propDict["browserRequireFirewall"]; } else { return null; } }
Gets the browserRequireFirewall Indicates whether or not to require a firewall. @return bool|null The browserRequireFirewall
getBrowserRequireFirewall
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setBrowserRequireFirewall($val) { $this->_propDict["browserRequireFirewall"] = boolval($val); return $this; }
Sets the browserRequireFirewall Indicates whether or not to require a firewall. @param bool $val The browserRequireFirewall @return Windows81GeneralConfiguration
setBrowserRequireFirewall
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getBrowserRequireFraudWarning() { if (array_key_exists("browserRequireFraudWarning", $this->_propDict)) { return $this->_propDict["browserRequireFraudWarning"]; } else { return null; } }
Gets the browserRequireFraudWarning Indicates whether or not to require fraud warning. @return bool|null The browserRequireFraudWarning
getBrowserRequireFraudWarning
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setBrowserRequireFraudWarning($val) { $this->_propDict["browserRequireFraudWarning"] = boolval($val); return $this; }
Sets the browserRequireFraudWarning Indicates whether or not to require fraud warning. @param bool $val The browserRequireFraudWarning @return Windows81GeneralConfiguration
setBrowserRequireFraudWarning
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getBrowserRequireHighSecurityForRestrictedSites() { if (array_key_exists("browserRequireHighSecurityForRestrictedSites", $this->_propDict)) { return $this->_propDict["browserRequireHighSecurityForRestrictedSites"]; } else { return null; } }
Gets the browserRequireHighSecurityForRestrictedSites Indicates whether or not to require high security for restricted sites. @return bool|null The browserRequireHighSecurityForRestrictedSites
getBrowserRequireHighSecurityForRestrictedSites
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setBrowserRequireHighSecurityForRestrictedSites($val) { $this->_propDict["browserRequireHighSecurityForRestrictedSites"] = boolval($val); return $this; }
Sets the browserRequireHighSecurityForRestrictedSites Indicates whether or not to require high security for restricted sites. @param bool $val The browserRequireHighSecurityForRestrictedSites @return Windows81GeneralConfiguration
setBrowserRequireHighSecurityForRestrictedSites
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getBrowserRequireSmartScreen() { if (array_key_exists("browserRequireSmartScreen", $this->_propDict)) { return $this->_propDict["browserRequireSmartScreen"]; } else { return null; } }
Gets the browserRequireSmartScreen Indicates whether or not to require the user to use the smart screen filter. @return bool|null The browserRequireSmartScreen
getBrowserRequireSmartScreen
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setBrowserRequireSmartScreen($val) { $this->_propDict["browserRequireSmartScreen"] = boolval($val); return $this; }
Sets the browserRequireSmartScreen Indicates whether or not to require the user to use the smart screen filter. @param bool $val The browserRequireSmartScreen @return Windows81GeneralConfiguration
setBrowserRequireSmartScreen
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getBrowserTrustedSitesSecurityLevel() { if (array_key_exists("browserTrustedSitesSecurityLevel", $this->_propDict)) { if (is_a($this->_propDict["browserTrustedSitesSecurityLevel"], "\Beta\Microsoft\Graph\Model\SiteSecurityLevel") || is_null($this->_propDict["browserTrustedSitesSecurityLevel"])) { return $this->_propDict["browserTrustedSitesSecurityLevel"]; } else { $this->_propDict["browserTrustedSitesSecurityLevel"] = new SiteSecurityLevel($this->_propDict["browserTrustedSitesSecurityLevel"]); return $this->_propDict["browserTrustedSitesSecurityLevel"]; } } return null; }
Gets the browserTrustedSitesSecurityLevel The trusted sites security level. Possible values are: userDefined, low, mediumLow, medium, mediumHigh, high. @return SiteSecurityLevel|null The browserTrustedSitesSecurityLevel
getBrowserTrustedSitesSecurityLevel
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setBrowserTrustedSitesSecurityLevel($val) { $this->_propDict["browserTrustedSitesSecurityLevel"] = $val; return $this; }
Sets the browserTrustedSitesSecurityLevel The trusted sites security level. Possible values are: userDefined, low, mediumLow, medium, mediumHigh, high. @param SiteSecurityLevel $val The browserTrustedSitesSecurityLevel @return Windows81GeneralConfiguration
setBrowserTrustedSitesSecurityLevel
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getCellularBlockDataRoaming() { if (array_key_exists("cellularBlockDataRoaming", $this->_propDict)) { return $this->_propDict["cellularBlockDataRoaming"]; } else { return null; } }
Gets the cellularBlockDataRoaming Indicates whether or not to block data roaming. @return bool|null The cellularBlockDataRoaming
getCellularBlockDataRoaming
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setCellularBlockDataRoaming($val) { $this->_propDict["cellularBlockDataRoaming"] = boolval($val); return $this; }
Sets the cellularBlockDataRoaming Indicates whether or not to block data roaming. @param bool $val The cellularBlockDataRoaming @return Windows81GeneralConfiguration
setCellularBlockDataRoaming
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getDiagnosticsBlockDataSubmission() { if (array_key_exists("diagnosticsBlockDataSubmission", $this->_propDict)) { return $this->_propDict["diagnosticsBlockDataSubmission"]; } else { return null; } }
Gets the diagnosticsBlockDataSubmission Indicates whether or not to block diagnostic data submission. @return bool|null The diagnosticsBlockDataSubmission
getDiagnosticsBlockDataSubmission
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setDiagnosticsBlockDataSubmission($val) { $this->_propDict["diagnosticsBlockDataSubmission"] = boolval($val); return $this; }
Sets the diagnosticsBlockDataSubmission Indicates whether or not to block diagnostic data submission. @param bool $val The diagnosticsBlockDataSubmission @return Windows81GeneralConfiguration
setDiagnosticsBlockDataSubmission
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getMinimumAutoInstallClassification() { if (array_key_exists("minimumAutoInstallClassification", $this->_propDict)) { if (is_a($this->_propDict["minimumAutoInstallClassification"], "\Beta\Microsoft\Graph\Model\UpdateClassification") || is_null($this->_propDict["minimumAutoInstallClassification"])) { return $this->_propDict["minimumAutoInstallClassification"]; } else { $this->_propDict["minimumAutoInstallClassification"] = new UpdateClassification($this->_propDict["minimumAutoInstallClassification"]); return $this->_propDict["minimumAutoInstallClassification"]; } } return null; }
Gets the minimumAutoInstallClassification The minimum update classification to install automatically. Possible values are: userDefined, recommendedAndImportant, important, none. @return UpdateClassification|null The minimumAutoInstallClassification
getMinimumAutoInstallClassification
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setMinimumAutoInstallClassification($val) { $this->_propDict["minimumAutoInstallClassification"] = $val; return $this; }
Sets the minimumAutoInstallClassification The minimum update classification to install automatically. Possible values are: userDefined, recommendedAndImportant, important, none. @param UpdateClassification $val The minimumAutoInstallClassification @return Windows81GeneralConfiguration
setMinimumAutoInstallClassification
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getPasswordBlockPicturePasswordAndPin() { if (array_key_exists("passwordBlockPicturePasswordAndPin", $this->_propDict)) { return $this->_propDict["passwordBlockPicturePasswordAndPin"]; } else { return null; } }
Gets the passwordBlockPicturePasswordAndPin Indicates whether or not to Block the user from using a pictures password and pin. @return bool|null The passwordBlockPicturePasswordAndPin
getPasswordBlockPicturePasswordAndPin
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setPasswordBlockPicturePasswordAndPin($val) { $this->_propDict["passwordBlockPicturePasswordAndPin"] = boolval($val); return $this; }
Sets the passwordBlockPicturePasswordAndPin Indicates whether or not to Block the user from using a pictures password and pin. @param bool $val The passwordBlockPicturePasswordAndPin @return Windows81GeneralConfiguration
setPasswordBlockPicturePasswordAndPin
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getPasswordExpirationDays() { if (array_key_exists("passwordExpirationDays", $this->_propDict)) { return $this->_propDict["passwordExpirationDays"]; } else { return null; } }
Gets the passwordExpirationDays Password expiration in days. @return int|null The passwordExpirationDays
getPasswordExpirationDays
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setPasswordExpirationDays($val) { $this->_propDict["passwordExpirationDays"] = intval($val); return $this; }
Sets the passwordExpirationDays Password expiration in days. @param int $val The passwordExpirationDays @return Windows81GeneralConfiguration
setPasswordExpirationDays
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getPasswordMinimumCharacterSetCount() { if (array_key_exists("passwordMinimumCharacterSetCount", $this->_propDict)) { return $this->_propDict["passwordMinimumCharacterSetCount"]; } else { return null; } }
Gets the passwordMinimumCharacterSetCount The number of character sets required in the password. @return int|null The passwordMinimumCharacterSetCount
getPasswordMinimumCharacterSetCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setPasswordMinimumCharacterSetCount($val) { $this->_propDict["passwordMinimumCharacterSetCount"] = intval($val); return $this; }
Sets the passwordMinimumCharacterSetCount The number of character sets required in the password. @param int $val The passwordMinimumCharacterSetCount @return Windows81GeneralConfiguration
setPasswordMinimumCharacterSetCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getPasswordMinimumLength() { if (array_key_exists("passwordMinimumLength", $this->_propDict)) { return $this->_propDict["passwordMinimumLength"]; } else { return null; } }
Gets the passwordMinimumLength The minimum password length. @return int|null The passwordMinimumLength
getPasswordMinimumLength
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setPasswordMinimumLength($val) { $this->_propDict["passwordMinimumLength"] = intval($val); return $this; }
Sets the passwordMinimumLength The minimum password length. @param int $val The passwordMinimumLength @return Windows81GeneralConfiguration
setPasswordMinimumLength
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getPasswordMinutesOfInactivityBeforeScreenTimeout() { if (array_key_exists("passwordMinutesOfInactivityBeforeScreenTimeout", $this->_propDict)) { return $this->_propDict["passwordMinutesOfInactivityBeforeScreenTimeout"]; } else { return null; } }
Gets the passwordMinutesOfInactivityBeforeScreenTimeout The minutes of inactivity before the screen times out. @return int|null The passwordMinutesOfInactivityBeforeScreenTimeout
getPasswordMinutesOfInactivityBeforeScreenTimeout
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setPasswordMinutesOfInactivityBeforeScreenTimeout($val) { $this->_propDict["passwordMinutesOfInactivityBeforeScreenTimeout"] = intval($val); return $this; }
Sets the passwordMinutesOfInactivityBeforeScreenTimeout The minutes of inactivity before the screen times out. @param int $val The passwordMinutesOfInactivityBeforeScreenTimeout @return Windows81GeneralConfiguration
setPasswordMinutesOfInactivityBeforeScreenTimeout
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getPasswordPreviousPasswordBlockCount() { if (array_key_exists("passwordPreviousPasswordBlockCount", $this->_propDict)) { return $this->_propDict["passwordPreviousPasswordBlockCount"]; } else { return null; } }
Gets the passwordPreviousPasswordBlockCount The number of previous passwords to prevent re-use of. Valid values 0 to 24 @return int|null The passwordPreviousPasswordBlockCount
getPasswordPreviousPasswordBlockCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setPasswordPreviousPasswordBlockCount($val) { $this->_propDict["passwordPreviousPasswordBlockCount"] = intval($val); return $this; }
Sets the passwordPreviousPasswordBlockCount The number of previous passwords to prevent re-use of. Valid values 0 to 24 @param int $val The passwordPreviousPasswordBlockCount @return Windows81GeneralConfiguration
setPasswordPreviousPasswordBlockCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getPasswordRequiredType() { if (array_key_exists("passwordRequiredType", $this->_propDict)) { if (is_a($this->_propDict["passwordRequiredType"], "\Beta\Microsoft\Graph\Model\RequiredPasswordType") || is_null($this->_propDict["passwordRequiredType"])) { return $this->_propDict["passwordRequiredType"]; } else { $this->_propDict["passwordRequiredType"] = new RequiredPasswordType($this->_propDict["passwordRequiredType"]); return $this->_propDict["passwordRequiredType"]; } } return null; }
Gets the passwordRequiredType The required password type. Possible values are: deviceDefault, alphanumeric, numeric. @return RequiredPasswordType|null The passwordRequiredType
getPasswordRequiredType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setPasswordRequiredType($val) { $this->_propDict["passwordRequiredType"] = $val; return $this; }
Sets the passwordRequiredType The required password type. Possible values are: deviceDefault, alphanumeric, numeric. @param RequiredPasswordType $val The passwordRequiredType @return Windows81GeneralConfiguration
setPasswordRequiredType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getPasswordSignInFailureCountBeforeFactoryReset() { if (array_key_exists("passwordSignInFailureCountBeforeFactoryReset", $this->_propDict)) { return $this->_propDict["passwordSignInFailureCountBeforeFactoryReset"]; } else { return null; } }
Gets the passwordSignInFailureCountBeforeFactoryReset The number of sign in failures before factory reset. @return int|null The passwordSignInFailureCountBeforeFactoryReset
getPasswordSignInFailureCountBeforeFactoryReset
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setPasswordSignInFailureCountBeforeFactoryReset($val) { $this->_propDict["passwordSignInFailureCountBeforeFactoryReset"] = intval($val); return $this; }
Sets the passwordSignInFailureCountBeforeFactoryReset The number of sign in failures before factory reset. @param int $val The passwordSignInFailureCountBeforeFactoryReset @return Windows81GeneralConfiguration
setPasswordSignInFailureCountBeforeFactoryReset
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getStorageRequireDeviceEncryption() { if (array_key_exists("storageRequireDeviceEncryption", $this->_propDict)) { return $this->_propDict["storageRequireDeviceEncryption"]; } else { return null; } }
Gets the storageRequireDeviceEncryption Indicates whether or not to require encryption on a mobile device. @return bool|null The storageRequireDeviceEncryption
getStorageRequireDeviceEncryption
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setStorageRequireDeviceEncryption($val) { $this->_propDict["storageRequireDeviceEncryption"] = boolval($val); return $this; }
Sets the storageRequireDeviceEncryption Indicates whether or not to require encryption on a mobile device. @param bool $val The storageRequireDeviceEncryption @return Windows81GeneralConfiguration
setStorageRequireDeviceEncryption
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getUpdatesMinimumAutoInstallClassification() { if (array_key_exists("updatesMinimumAutoInstallClassification", $this->_propDict)) { if (is_a($this->_propDict["updatesMinimumAutoInstallClassification"], "\Beta\Microsoft\Graph\Model\UpdateClassification") || is_null($this->_propDict["updatesMinimumAutoInstallClassification"])) { return $this->_propDict["updatesMinimumAutoInstallClassification"]; } else { $this->_propDict["updatesMinimumAutoInstallClassification"] = new UpdateClassification($this->_propDict["updatesMinimumAutoInstallClassification"]); return $this->_propDict["updatesMinimumAutoInstallClassification"]; } } return null; }
Gets the updatesMinimumAutoInstallClassification The minimum update classification to install automatically. Possible values are: userDefined, recommendedAndImportant, important, none. @return UpdateClassification|null The updatesMinimumAutoInstallClassification
getUpdatesMinimumAutoInstallClassification
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setUpdatesMinimumAutoInstallClassification($val) { $this->_propDict["updatesMinimumAutoInstallClassification"] = $val; return $this; }
Sets the updatesMinimumAutoInstallClassification The minimum update classification to install automatically. Possible values are: userDefined, recommendedAndImportant, important, none. @param UpdateClassification $val The updatesMinimumAutoInstallClassification @return Windows81GeneralConfiguration
setUpdatesMinimumAutoInstallClassification
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getUpdatesRequireAutomaticUpdates() { if (array_key_exists("updatesRequireAutomaticUpdates", $this->_propDict)) { return $this->_propDict["updatesRequireAutomaticUpdates"]; } else { return null; } }
Gets the updatesRequireAutomaticUpdates Indicates whether or not to require automatic updates. @return bool|null The updatesRequireAutomaticUpdates
getUpdatesRequireAutomaticUpdates
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setUpdatesRequireAutomaticUpdates($val) { $this->_propDict["updatesRequireAutomaticUpdates"] = boolval($val); return $this; }
Sets the updatesRequireAutomaticUpdates Indicates whether or not to require automatic updates. @param bool $val The updatesRequireAutomaticUpdates @return Windows81GeneralConfiguration
setUpdatesRequireAutomaticUpdates
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getUserAccountControlSettings() { if (array_key_exists("userAccountControlSettings", $this->_propDict)) { if (is_a($this->_propDict["userAccountControlSettings"], "\Beta\Microsoft\Graph\Model\WindowsUserAccountControlSettings") || is_null($this->_propDict["userAccountControlSettings"])) { return $this->_propDict["userAccountControlSettings"]; } else { $this->_propDict["userAccountControlSettings"] = new WindowsUserAccountControlSettings($this->_propDict["userAccountControlSettings"]); return $this->_propDict["userAccountControlSettings"]; } } return null; }
Gets the userAccountControlSettings The user account control settings. Possible values are: userDefined, alwaysNotify, notifyOnAppChanges, notifyOnAppChangesWithoutDimming, neverNotify. @return WindowsUserAccountControlSettings|null The userAccountControlSettings
getUserAccountControlSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setUserAccountControlSettings($val) { $this->_propDict["userAccountControlSettings"] = $val; return $this; }
Sets the userAccountControlSettings The user account control settings. Possible values are: userDefined, alwaysNotify, notifyOnAppChanges, notifyOnAppChangesWithoutDimming, neverNotify. @param WindowsUserAccountControlSettings $val The userAccountControlSettings @return Windows81GeneralConfiguration
setUserAccountControlSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getWorkFoldersUrl() { if (array_key_exists("workFoldersUrl", $this->_propDict)) { return $this->_propDict["workFoldersUrl"]; } else { return null; } }
Gets the workFoldersUrl The work folders url. @return string|null The workFoldersUrl
getWorkFoldersUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setWorkFoldersUrl($val) { $this->_propDict["workFoldersUrl"] = $val; return $this; }
Sets the workFoldersUrl The work folders url. @param string $val The workFoldersUrl @return Windows81GeneralConfiguration
setWorkFoldersUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getInitiator() { if (array_key_exists("initiator", $this->_propDict)) { if (is_a($this->_propDict["initiator"], "\Microsoft\Graph\Model\IdentitySet") || is_null($this->_propDict["initiator"])) { return $this->_propDict["initiator"]; } else { $this->_propDict["initiator"] = new IdentitySet($this->_propDict["initiator"]); return $this->_propDict["initiator"]; } } return null; }
Gets the initiator Initiator of the event. @return IdentitySet|null The initiator
getInitiator
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/TeamArchivedEventMessageDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TeamArchivedEventMessageDetail.php
MIT
public function setInitiator($val) { $this->_propDict["initiator"] = $val; return $this; }
Sets the initiator Initiator of the event. @param IdentitySet $val The value to assign to the initiator @return TeamArchivedEventMessageDetail The TeamArchivedEventMessageDetail
setInitiator
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/TeamArchivedEventMessageDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TeamArchivedEventMessageDetail.php
MIT
public function getTeamId() { if (array_key_exists("teamId", $this->_propDict)) { return $this->_propDict["teamId"]; } else { return null; } }
Gets the teamId Unique identifier of the team. @return string|null The teamId
getTeamId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/TeamArchivedEventMessageDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TeamArchivedEventMessageDetail.php
MIT
public function setTeamId($val) { $this->_propDict["teamId"] = $val; return $this; }
Sets the teamId Unique identifier of the team. @param string $val The value of the teamId @return TeamArchivedEventMessageDetail
setTeamId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/TeamArchivedEventMessageDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TeamArchivedEventMessageDetail.php
MIT
public function getCompletedDateTime() { if (array_key_exists("completedDateTime", $this->_propDict)) { if (is_a($this->_propDict["completedDateTime"], "\DateTime") || is_null($this->_propDict["completedDateTime"])) { return $this->_propDict["completedDateTime"]; } else { $this->_propDict["completedDateTime"] = new \DateTime($this->_propDict["completedDateTime"]); return $this->_propDict["completedDateTime"]; } } return null; }
Gets the completedDateTime The date time that the associated run completed. Value is null if the run has not completed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. @return \DateTime|null The completedDateTime
getCompletedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function setCompletedDateTime($val) { $this->_propDict["completedDateTime"] = $val; return $this; }
Sets the completedDateTime The date time that the associated run completed. Value is null if the run has not completed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. @param \DateTime $val The completedDateTime @return TaskReport
setCompletedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function getFailedUsersCount() { if (array_key_exists("failedUsersCount", $this->_propDict)) { return $this->_propDict["failedUsersCount"]; } else { return null; } }
Gets the failedUsersCount The number of users in the run execution for which the associated task failed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. @return int|null The failedUsersCount
getFailedUsersCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function setFailedUsersCount($val) { $this->_propDict["failedUsersCount"] = intval($val); return $this; }
Sets the failedUsersCount The number of users in the run execution for which the associated task failed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. @param int $val The failedUsersCount @return TaskReport
setFailedUsersCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function getLastUpdatedDateTime() { if (array_key_exists("lastUpdatedDateTime", $this->_propDict)) { if (is_a($this->_propDict["lastUpdatedDateTime"], "\DateTime") || is_null($this->_propDict["lastUpdatedDateTime"])) { return $this->_propDict["lastUpdatedDateTime"]; } else { $this->_propDict["lastUpdatedDateTime"] = new \DateTime($this->_propDict["lastUpdatedDateTime"]); return $this->_propDict["lastUpdatedDateTime"]; } } return null; }
Gets the lastUpdatedDateTime The date and time that the task report was last updated. @return \DateTime|null The lastUpdatedDateTime
getLastUpdatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function setLastUpdatedDateTime($val) { $this->_propDict["lastUpdatedDateTime"] = $val; return $this; }
Sets the lastUpdatedDateTime The date and time that the task report was last updated. @param \DateTime $val The lastUpdatedDateTime @return TaskReport
setLastUpdatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function getProcessingStatus() { if (array_key_exists("processingStatus", $this->_propDict)) { if (is_a($this->_propDict["processingStatus"], "\Beta\Microsoft\Graph\IdentityGovernanceNamespace\Model\LifecycleWorkflowProcessingStatus") || is_null($this->_propDict["processingStatus"])) { return $this->_propDict["processingStatus"]; } else { $this->_propDict["processingStatus"] = new LifecycleWorkflowProcessingStatus($this->_propDict["processingStatus"]); return $this->_propDict["processingStatus"]; } } return null; }
Gets the processingStatus The processing status of the associated task based on the taskProcessingResults. The possible values are based on the number of queued, inProgress, completed, completedWithErrors, canceled, failed, and unknownFutureValue.Supports $filter(eq, ne) and $orderby. @return LifecycleWorkflowProcessingStatus|null The processingStatus
getProcessingStatus
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function setProcessingStatus($val) { $this->_propDict["processingStatus"] = $val; return $this; }
Sets the processingStatus The processing status of the associated task based on the taskProcessingResults. The possible values are based on the number of queued, inProgress, completed, completedWithErrors, canceled, failed, and unknownFutureValue.Supports $filter(eq, ne) and $orderby. @param LifecycleWorkflowProcessingStatus $val The processingStatus @return TaskReport
setProcessingStatus
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function getRunId() { if (array_key_exists("runId", $this->_propDict)) { return $this->_propDict["runId"]; } else { return null; } }
Gets the runId The unique identifier of the associated run. @return string|null The runId
getRunId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function setRunId($val) { $this->_propDict["runId"] = $val; return $this; }
Sets the runId The unique identifier of the associated run. @param string $val The runId @return TaskReport
setRunId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function getStartedDateTime() { if (array_key_exists("startedDateTime", $this->_propDict)) { if (is_a($this->_propDict["startedDateTime"], "\DateTime") || is_null($this->_propDict["startedDateTime"])) { return $this->_propDict["startedDateTime"]; } else { $this->_propDict["startedDateTime"] = new \DateTime($this->_propDict["startedDateTime"]); return $this->_propDict["startedDateTime"]; } } return null; }
Gets the startedDateTime The date time that the associated run started. Value is null if the run has not started. @return \DateTime|null The startedDateTime
getStartedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function setStartedDateTime($val) { $this->_propDict["startedDateTime"] = $val; return $this; }
Sets the startedDateTime The date time that the associated run started. Value is null if the run has not started. @param \DateTime $val The startedDateTime @return TaskReport
setStartedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function getSuccessfulUsersCount() { if (array_key_exists("successfulUsersCount", $this->_propDict)) { return $this->_propDict["successfulUsersCount"]; } else { return null; } }
Gets the successfulUsersCount The number of users in the run execution for which the associated task succeeded.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. @return int|null The successfulUsersCount
getSuccessfulUsersCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function setSuccessfulUsersCount($val) { $this->_propDict["successfulUsersCount"] = intval($val); return $this; }
Sets the successfulUsersCount The number of users in the run execution for which the associated task succeeded.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. @param int $val The successfulUsersCount @return TaskReport
setSuccessfulUsersCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function getTotalUsersCount() { if (array_key_exists("totalUsersCount", $this->_propDict)) { return $this->_propDict["totalUsersCount"]; } else { return null; } }
Gets the totalUsersCount The total number of users in the run execution for which the associated task was scheduled to execute.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. @return int|null The totalUsersCount
getTotalUsersCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function setTotalUsersCount($val) { $this->_propDict["totalUsersCount"] = intval($val); return $this; }
Sets the totalUsersCount The total number of users in the run execution for which the associated task was scheduled to execute.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. @param int $val The totalUsersCount @return TaskReport
setTotalUsersCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function getUnprocessedUsersCount() { if (array_key_exists("unprocessedUsersCount", $this->_propDict)) { return $this->_propDict["unprocessedUsersCount"]; } else { return null; } }
Gets the unprocessedUsersCount The number of users in the run execution for which the associated task is queued, in progress, or canceled.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. @return int|null The unprocessedUsersCount
getUnprocessedUsersCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function setUnprocessedUsersCount($val) { $this->_propDict["unprocessedUsersCount"] = intval($val); return $this; }
Sets the unprocessedUsersCount The number of users in the run execution for which the associated task is queued, in progress, or canceled.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. @param int $val The unprocessedUsersCount @return TaskReport
setUnprocessedUsersCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function getTask() { if (array_key_exists("task", $this->_propDict)) { if (is_a($this->_propDict["task"], "\Beta\Microsoft\Graph\IdentityGovernanceNamespace\Model\Task") || is_null($this->_propDict["task"])) { return $this->_propDict["task"]; } else { $this->_propDict["task"] = new Task($this->_propDict["task"]); return $this->_propDict["task"]; } } return null; }
Gets the task The related lifecycle workflow task.Supports $filter(eq, ne) and $expand. @return Task|null The task
getTask
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function setTask($val) { $this->_propDict["task"] = $val; return $this; }
Sets the task The related lifecycle workflow task.Supports $filter(eq, ne) and $expand. @param Task $val The task @return TaskReport
setTask
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function getTaskDefinition() { if (array_key_exists("taskDefinition", $this->_propDict)) { if (is_a($this->_propDict["taskDefinition"], "\Beta\Microsoft\Graph\IdentityGovernanceNamespace\Model\TaskDefinition") || is_null($this->_propDict["taskDefinition"])) { return $this->_propDict["taskDefinition"]; } else { $this->_propDict["taskDefinition"] = new TaskDefinition($this->_propDict["taskDefinition"]); return $this->_propDict["taskDefinition"]; } } return null; }
Gets the taskDefinition The taskDefinition associated with the related lifecycle workflow task.Supports $filter(eq, ne) and $expand. @return TaskDefinition|null The taskDefinition
getTaskDefinition
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function setTaskDefinition($val) { $this->_propDict["taskDefinition"] = $val; return $this; }
Sets the taskDefinition The taskDefinition associated with the related lifecycle workflow task.Supports $filter(eq, ne) and $expand. @param TaskDefinition $val The taskDefinition @return TaskReport
setTaskDefinition
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function getTaskProcessingResults() { if (array_key_exists("taskProcessingResults", $this->_propDict)) { return $this->_propDict["taskProcessingResults"]; } else { return null; } }
Gets the taskProcessingResults The related lifecycle workflow taskProcessingResults. @return array|null The taskProcessingResults
getTaskProcessingResults
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function setTaskProcessingResults($val) { $this->_propDict["taskProcessingResults"] = $val; return $this; }
Sets the taskProcessingResults The related lifecycle workflow taskProcessingResults. @param TaskProcessingResult[] $val The taskProcessingResults @return TaskReport
setTaskProcessingResults
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php
MIT
public function getDescription() { if (array_key_exists("description", $this->_propDict)) { return $this->_propDict["description"]; } else { return null; } }
Gets the description Description of the Role definition. @return string|null The description
getDescription
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
MIT
public function setDescription($val) { $this->_propDict["description"] = $val; return $this; }
Sets the description Description of the Role definition. @param string $val The description @return RoleDefinition
setDescription
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
MIT
public function getDisplayName() { if (array_key_exists("displayName", $this->_propDict)) { return $this->_propDict["displayName"]; } else { return null; } }
Gets the displayName Display Name of the Role definition. @return string|null The displayName
getDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
MIT
public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; }
Sets the displayName Display Name of the Role definition. @param string $val The displayName @return RoleDefinition
setDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
MIT
public function getIsBuiltIn() { if (array_key_exists("isBuiltIn", $this->_propDict)) { return $this->_propDict["isBuiltIn"]; } else { return null; } }
Gets the isBuiltIn Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition. @return bool|null The isBuiltIn
getIsBuiltIn
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
MIT
public function setIsBuiltIn($val) { $this->_propDict["isBuiltIn"] = boolval($val); return $this; }
Sets the isBuiltIn Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition. @param bool $val The isBuiltIn @return RoleDefinition
setIsBuiltIn
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
MIT
public function getIsBuiltInRoleDefinition() { if (array_key_exists("isBuiltInRoleDefinition", $this->_propDict)) { return $this->_propDict["isBuiltInRoleDefinition"]; } else { return null; } }
Gets the isBuiltInRoleDefinition Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition. @return bool|null The isBuiltInRoleDefinition
getIsBuiltInRoleDefinition
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
MIT
public function setIsBuiltInRoleDefinition($val) { $this->_propDict["isBuiltInRoleDefinition"] = boolval($val); return $this; }
Sets the isBuiltInRoleDefinition Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition. @param bool $val The isBuiltInRoleDefinition @return RoleDefinition
setIsBuiltInRoleDefinition
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
MIT
public function getPermissions() { if (array_key_exists("permissions", $this->_propDict)) { return $this->_propDict["permissions"]; } else { return null; } }
Gets the permissions List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission. @return array|null The permissions
getPermissions
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
MIT
public function setPermissions($val) { $this->_propDict["permissions"] = $val; return $this; }
Sets the permissions List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission. @param RolePermission[] $val The permissions @return RoleDefinition
setPermissions
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
MIT
public function getRolePermissions() { if (array_key_exists("rolePermissions", $this->_propDict)) { return $this->_propDict["rolePermissions"]; } else { return null; } }
Gets the rolePermissions List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission. @return array|null The rolePermissions
getRolePermissions
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
MIT
public function setRolePermissions($val) { $this->_propDict["rolePermissions"] = $val; return $this; }
Sets the rolePermissions List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission. @param RolePermission[] $val The rolePermissions @return RoleDefinition
setRolePermissions
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
MIT
public function getRoleScopeTagIds() { if (array_key_exists("roleScopeTagIds", $this->_propDict)) { return $this->_propDict["roleScopeTagIds"]; } else { return null; } }
Gets the roleScopeTagIds List of Scope Tags for this Entity instance. @return array|null The roleScopeTagIds
getRoleScopeTagIds
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
MIT
public function setRoleScopeTagIds($val) { $this->_propDict["roleScopeTagIds"] = $val; return $this; }
Sets the roleScopeTagIds List of Scope Tags for this Entity instance. @param string[] $val The roleScopeTagIds @return RoleDefinition
setRoleScopeTagIds
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
MIT
public function getRoleAssignments() { if (array_key_exists("roleAssignments", $this->_propDict)) { return $this->_propDict["roleAssignments"]; } else { return null; } }
Gets the roleAssignments List of Role assignments for this role definition. @return array|null The roleAssignments
getRoleAssignments
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
MIT
public function setRoleAssignments($val) { $this->_propDict["roleAssignments"] = $val; return $this; }
Sets the roleAssignments List of Role assignments for this role definition. @param RoleAssignment[] $val The roleAssignments @return RoleDefinition
setRoleAssignments
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php
MIT
public function getAllowNewTimeProposals() { if (array_key_exists("allowNewTimeProposals", $this->_propDict)) { return $this->_propDict["allowNewTimeProposals"]; } else { return null; } }
Gets the allowNewTimeProposals true if the meeting organizer allows invitees to propose a new time when responding; otherwise, false. Optional. Default is true. @return bool|null The allowNewTimeProposals
getAllowNewTimeProposals
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/Event.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php
MIT
public function setAllowNewTimeProposals($val) { $this->_propDict["allowNewTimeProposals"] = boolval($val); return $this; }
Sets the allowNewTimeProposals true if the meeting organizer allows invitees to propose a new time when responding; otherwise, false. Optional. Default is true. @param bool $val The allowNewTimeProposals @return Event
setAllowNewTimeProposals
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/Event.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php
MIT
public function getAttendees() { if (array_key_exists("attendees", $this->_propDict)) { return $this->_propDict["attendees"]; } else { return null; } }
Gets the attendees The collection of attendees for the event. @return array|null The attendees
getAttendees
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/Event.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php
MIT
public function setAttendees($val) { $this->_propDict["attendees"] = $val; return $this; }
Sets the attendees The collection of attendees for the event. @param Attendee[] $val The attendees @return Event
setAttendees
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/Event.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php
MIT
public function getBody() { if (array_key_exists("body", $this->_propDict)) { if (is_a($this->_propDict["body"], "\Microsoft\Graph\Model\ItemBody") || is_null($this->_propDict["body"])) { return $this->_propDict["body"]; } else { $this->_propDict["body"] = new ItemBody($this->_propDict["body"]); return $this->_propDict["body"]; } } return null; }
Gets the body The body of the message associated with the event. It can be in HTML or text format. @return ItemBody|null The body
getBody
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/Event.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php
MIT
public function setBody($val) { $this->_propDict["body"] = $val; return $this; }
Sets the body The body of the message associated with the event. It can be in HTML or text format. @param ItemBody $val The body @return Event
setBody
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/Event.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php
MIT
public function getBodyPreview() { if (array_key_exists("bodyPreview", $this->_propDict)) { return $this->_propDict["bodyPreview"]; } else { return null; } }
Gets the bodyPreview The preview of the message associated with the event. It is in text format. @return string|null The bodyPreview
getBodyPreview
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/Event.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php
MIT
public function setBodyPreview($val) { $this->_propDict["bodyPreview"] = $val; return $this; }
Sets the bodyPreview The preview of the message associated with the event. It is in text format. @param string $val The bodyPreview @return Event
setBodyPreview
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/Event.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php
MIT
public function getEnd() { if (array_key_exists("end", $this->_propDict)) { if (is_a($this->_propDict["end"], "\Microsoft\Graph\Model\DateTimeTimeZone") || is_null($this->_propDict["end"])) { return $this->_propDict["end"]; } else { $this->_propDict["end"] = new DateTimeTimeZone($this->_propDict["end"]); return $this->_propDict["end"]; } } return null; }
Gets the end The date, time, and time zone that the event ends. By default, the end time is in UTC. @return DateTimeTimeZone|null The end
getEnd
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/Event.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php
MIT
public function setEnd($val) { $this->_propDict["end"] = $val; return $this; }
Sets the end The date, time, and time zone that the event ends. By default, the end time is in UTC. @param DateTimeTimeZone $val The end @return Event
setEnd
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/Event.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php
MIT
public function getHasAttachments() { if (array_key_exists("hasAttachments", $this->_propDict)) { return $this->_propDict["hasAttachments"]; } else { return null; } }
Gets the hasAttachments Set to true if the event has attachments. @return bool|null The hasAttachments
getHasAttachments
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/Event.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php
MIT
public function setHasAttachments($val) { $this->_propDict["hasAttachments"] = boolval($val); return $this; }
Sets the hasAttachments Set to true if the event has attachments. @param bool $val The hasAttachments @return Event
setHasAttachments
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/Event.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php
MIT
public function getHideAttendees() { if (array_key_exists("hideAttendees", $this->_propDict)) { return $this->_propDict["hideAttendees"]; } else { return null; } }
Gets the hideAttendees When set to true, each attendee only sees themselves in the meeting request and meeting Tracking list. Default is false. @return bool|null The hideAttendees
getHideAttendees
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/Event.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php
MIT
public function setHideAttendees($val) { $this->_propDict["hideAttendees"] = boolval($val); return $this; }
Sets the hideAttendees When set to true, each attendee only sees themselves in the meeting request and meeting Tracking list. Default is false. @param bool $val The hideAttendees @return Event
setHideAttendees
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/Event.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php
MIT