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 getProxySettings() { if (array_key_exists("proxySettings", $this->_propDict)) { if (is_a($this->_propDict["proxySettings"], "\Beta\Microsoft\Graph\Model\WiFiProxySetting") || is_null($this->_propDict["proxySettings"])) { return $this->_propDict["proxySettings"]; } else { $this->_propDict["proxySettings"] = new WiFiProxySetting($this->_propDict["proxySettings"]); return $this->_propDict["proxySettings"]; } } return null; }
Gets the proxySettings Specify the proxy setting for Wi-Fi configuration. Possible values include none, manual, and automatic. Possible values are: none, manual, automatic. @return WiFiProxySetting|null The proxySettings
getProxySettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerWiFiConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerWiFiConfiguration.php
MIT
public function setProxySettings($val) { $this->_propDict["proxySettings"] = $val; return $this; }
Sets the proxySettings Specify the proxy setting for Wi-Fi configuration. Possible values include none, manual, and automatic. Possible values are: none, manual, automatic. @param WiFiProxySetting $val The proxySettings @return AndroidDeviceOwnerWiFiConfiguration
setProxySettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerWiFiConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerWiFiConfiguration.php
MIT
public function getSsid() { if (array_key_exists("ssid", $this->_propDict)) { return $this->_propDict["ssid"]; } else { return null; } }
Gets the ssid This is the name of the Wi-Fi network that is broadcast to all devices. @return string|null The ssid
getSsid
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerWiFiConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerWiFiConfiguration.php
MIT
public function setSsid($val) { $this->_propDict["ssid"] = $val; return $this; }
Sets the ssid This is the name of the Wi-Fi network that is broadcast to all devices. @param string $val The ssid @return AndroidDeviceOwnerWiFiConfiguration
setSsid
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerWiFiConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerWiFiConfiguration.php
MIT
public function getWiFiSecurityType() { if (array_key_exists("wiFiSecurityType", $this->_propDict)) { if (is_a($this->_propDict["wiFiSecurityType"], "\Beta\Microsoft\Graph\Model\AndroidDeviceOwnerWiFiSecurityType") || is_null($this->_propDict["wiFiSecurityType"])) { return $this->_propDict["wiFiSecurityType"]; } else { $this->_propDict["wiFiSecurityType"] = new AndroidDeviceOwnerWiFiSecurityType($this->_propDict["wiFiSecurityType"]); return $this->_propDict["wiFiSecurityType"]; } } return null; }
Gets the wiFiSecurityType Indicates whether Wi-Fi endpoint uses an EAP based security type. Possible values are: open, wep, wpaPersonal, wpaEnterprise. @return AndroidDeviceOwnerWiFiSecurityType|null The wiFiSecurityType
getWiFiSecurityType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerWiFiConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerWiFiConfiguration.php
MIT
public function setWiFiSecurityType($val) { $this->_propDict["wiFiSecurityType"] = $val; return $this; }
Sets the wiFiSecurityType Indicates whether Wi-Fi endpoint uses an EAP based security type. Possible values are: open, wep, wpaPersonal, wpaEnterprise. @param AndroidDeviceOwnerWiFiSecurityType $val The wiFiSecurityType @return AndroidDeviceOwnerWiFiConfiguration
setWiFiSecurityType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerWiFiConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerWiFiConfiguration.php
MIT
public function getError() { if (array_key_exists("error", $this->_propDict)) { if (is_a($this->_propDict["error"], "\Microsoft\Graph\Model\PublicError") || is_null($this->_propDict["error"])) { return $this->_propDict["error"]; } else { $this->_propDict["error"] = new \Microsoft\Graph\Model\PublicError($this->_propDict["error"]); return $this->_propDict["error"]; } } return null; }
Gets the error If status is failed, provides more information about the error that caused the failure. @return \Microsoft\Graph\Model\PublicError|null The error
getError
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ConnectionOperation.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ConnectionOperation.php
MIT
public function setError($val) { $this->_propDict["error"] = $val; return $this; }
Sets the error If status is failed, provides more information about the error that caused the failure. @param \Microsoft\Graph\Model\PublicError $val The error @return ConnectionOperation
setError
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ConnectionOperation.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ConnectionOperation.php
MIT
public function getStatus() { if (array_key_exists("status", $this->_propDict)) { if (is_a($this->_propDict["status"], "\Microsoft\Graph\ExternalConnectors\Model\ConnectionOperationStatus") || is_null($this->_propDict["status"])) { return $this->_propDict["status"]; } else { $this->_propDict["status"] = new ConnectionOperationStatus($this->_propDict["status"]); return $this->_propDict["status"]; } } return null; }
Gets the status Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed, unknownFutureValue. @return ConnectionOperationStatus|null The status
getStatus
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ConnectionOperation.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ConnectionOperation.php
MIT
public function setStatus($val) { $this->_propDict["status"] = $val; return $this; }
Sets the status Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed, unknownFutureValue. @param ConnectionOperationStatus $val The status @return ConnectionOperation
setStatus
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ConnectionOperation.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ConnectionOperation.php
MIT
public function getActiveDirectorySiteCode() { if (array_key_exists("activeDirectorySiteCode", $this->_propDict)) { return $this->_propDict["activeDirectorySiteCode"]; } else { return null; } }
Gets the activeDirectorySiteCode Gets or sets the Active Directory site. @return string|null The activeDirectorySiteCode
getActiveDirectorySiteCode
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setActiveDirectorySiteCode($val) { $this->_propDict["activeDirectorySiteCode"] = $val; return $this; }
Sets the activeDirectorySiteCode Gets or sets the Active Directory site. @param string $val The value of the activeDirectorySiteCode @return MacOSKerberosSingleSignOnExtension
setActiveDirectorySiteCode
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getBlockActiveDirectorySiteAutoDiscovery() { if (array_key_exists("blockActiveDirectorySiteAutoDiscovery", $this->_propDict)) { return $this->_propDict["blockActiveDirectorySiteAutoDiscovery"]; } else { return null; } }
Gets the blockActiveDirectorySiteAutoDiscovery Enables or disables whether the Kerberos extension can automatically determine its site name. @return bool|null The blockActiveDirectorySiteAutoDiscovery
getBlockActiveDirectorySiteAutoDiscovery
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setBlockActiveDirectorySiteAutoDiscovery($val) { $this->_propDict["blockActiveDirectorySiteAutoDiscovery"] = $val; return $this; }
Sets the blockActiveDirectorySiteAutoDiscovery Enables or disables whether the Kerberos extension can automatically determine its site name. @param bool $val The value of the blockActiveDirectorySiteAutoDiscovery @return MacOSKerberosSingleSignOnExtension
setBlockActiveDirectorySiteAutoDiscovery
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getBlockAutomaticLogin() { if (array_key_exists("blockAutomaticLogin", $this->_propDict)) { return $this->_propDict["blockAutomaticLogin"]; } else { return null; } }
Gets the blockAutomaticLogin Enables or disables Keychain usage. @return bool|null The blockAutomaticLogin
getBlockAutomaticLogin
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setBlockAutomaticLogin($val) { $this->_propDict["blockAutomaticLogin"] = $val; return $this; }
Sets the blockAutomaticLogin Enables or disables Keychain usage. @param bool $val The value of the blockAutomaticLogin @return MacOSKerberosSingleSignOnExtension
setBlockAutomaticLogin
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getCacheName() { if (array_key_exists("cacheName", $this->_propDict)) { return $this->_propDict["cacheName"]; } else { return null; } }
Gets the cacheName Gets or sets the Generic Security Services name of the Kerberos cache to use for this profile. @return string|null The cacheName
getCacheName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setCacheName($val) { $this->_propDict["cacheName"] = $val; return $this; }
Sets the cacheName Gets or sets the Generic Security Services name of the Kerberos cache to use for this profile. @param string $val The value of the cacheName @return MacOSKerberosSingleSignOnExtension
setCacheName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getCredentialBundleIdAccessControlList() { if (array_key_exists("credentialBundleIdAccessControlList", $this->_propDict)) { return $this->_propDict["credentialBundleIdAccessControlList"]; } else { return null; } }
Gets the credentialBundleIdAccessControlList Gets or sets a list of app Bundle IDs allowed to access the Kerberos Ticket Granting Ticket. @return string|null The credentialBundleIdAccessControlList
getCredentialBundleIdAccessControlList
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setCredentialBundleIdAccessControlList($val) { $this->_propDict["credentialBundleIdAccessControlList"] = $val; return $this; }
Sets the credentialBundleIdAccessControlList Gets or sets a list of app Bundle IDs allowed to access the Kerberos Ticket Granting Ticket. @param string $val The value of the credentialBundleIdAccessControlList @return MacOSKerberosSingleSignOnExtension
setCredentialBundleIdAccessControlList
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getCredentialsCacheMonitored() { if (array_key_exists("credentialsCacheMonitored", $this->_propDict)) { return $this->_propDict["credentialsCacheMonitored"]; } else { return null; } }
Gets the credentialsCacheMonitored When set to True, the credential is requested on the next matching Kerberos challenge or network state change. When the credential is expired or missing, a new credential is created. Available for devices running macOS versions 12 and later. @return bool|null The credentialsCacheMonitored
getCredentialsCacheMonitored
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setCredentialsCacheMonitored($val) { $this->_propDict["credentialsCacheMonitored"] = $val; return $this; }
Sets the credentialsCacheMonitored When set to True, the credential is requested on the next matching Kerberos challenge or network state change. When the credential is expired or missing, a new credential is created. Available for devices running macOS versions 12 and later. @param bool $val The value of the credentialsCacheMonitored @return MacOSKerberosSingleSignOnExtension
setCredentialsCacheMonitored
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getDomainRealms() { if (array_key_exists("domainRealms", $this->_propDict)) { return $this->_propDict["domainRealms"]; } else { return null; } }
Gets the domainRealms Gets or sets a list of realms for custom domain-realm mapping. Realms are case sensitive. @return string|null The domainRealms
getDomainRealms
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setDomainRealms($val) { $this->_propDict["domainRealms"] = $val; return $this; }
Sets the domainRealms Gets or sets a list of realms for custom domain-realm mapping. Realms are case sensitive. @param string $val The value of the domainRealms @return MacOSKerberosSingleSignOnExtension
setDomainRealms
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getDomains() { if (array_key_exists("domains", $this->_propDict)) { return $this->_propDict["domains"]; } else { return null; } }
Gets the domains Gets or sets a list of hosts or domain names for which the app extension performs SSO. @return string|null The domains
getDomains
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setDomains($val) { $this->_propDict["domains"] = $val; return $this; }
Sets the domains Gets or sets a list of hosts or domain names for which the app extension performs SSO. @param string $val The value of the domains @return MacOSKerberosSingleSignOnExtension
setDomains
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getIsDefaultRealm() { if (array_key_exists("isDefaultRealm", $this->_propDict)) { return $this->_propDict["isDefaultRealm"]; } else { return null; } }
Gets the isDefaultRealm When true, this profile's realm will be selected as the default. Necessary if multiple Kerberos-type profiles are configured. @return bool|null The isDefaultRealm
getIsDefaultRealm
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setIsDefaultRealm($val) { $this->_propDict["isDefaultRealm"] = $val; return $this; }
Sets the isDefaultRealm When true, this profile's realm will be selected as the default. Necessary if multiple Kerberos-type profiles are configured. @param bool $val The value of the isDefaultRealm @return MacOSKerberosSingleSignOnExtension
setIsDefaultRealm
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getKerberosAppsInBundleIdACLIncluded() { if (array_key_exists("kerberosAppsInBundleIdACLIncluded", $this->_propDict)) { return $this->_propDict["kerberosAppsInBundleIdACLIncluded"]; } else { return null; } }
Gets the kerberosAppsInBundleIdACLIncluded When set to True, the Kerberos extension allows any apps entered with the app bundle ID, managed apps, and standard Kerberos utilities, such as TicketViewer and klist, to access and use the credential. Available for devices running macOS versions 12 and later. @return bool|null The kerberosAppsInBundleIdACLIncluded
getKerberosAppsInBundleIdACLIncluded
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setKerberosAppsInBundleIdACLIncluded($val) { $this->_propDict["kerberosAppsInBundleIdACLIncluded"] = $val; return $this; }
Sets the kerberosAppsInBundleIdACLIncluded When set to True, the Kerberos extension allows any apps entered with the app bundle ID, managed apps, and standard Kerberos utilities, such as TicketViewer and klist, to access and use the credential. Available for devices running macOS versions 12 and later. @param bool $val The value of the kerberosAppsInBundleIdACLIncluded @return MacOSKerberosSingleSignOnExtension
setKerberosAppsInBundleIdACLIncluded
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getManagedAppsInBundleIdACLIncluded() { if (array_key_exists("managedAppsInBundleIdACLIncluded", $this->_propDict)) { return $this->_propDict["managedAppsInBundleIdACLIncluded"]; } else { return null; } }
Gets the managedAppsInBundleIdACLIncluded When set to True, the Kerberos extension allows managed apps, and any apps entered with the app bundle ID to access the credential. When set to False, the Kerberos extension allows all apps to access the credential. Available for devices running iOS and iPadOS versions 14 and later. @return bool|null The managedAppsInBundleIdACLIncluded
getManagedAppsInBundleIdACLIncluded
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setManagedAppsInBundleIdACLIncluded($val) { $this->_propDict["managedAppsInBundleIdACLIncluded"] = $val; return $this; }
Sets the managedAppsInBundleIdACLIncluded When set to True, the Kerberos extension allows managed apps, and any apps entered with the app bundle ID to access the credential. When set to False, the Kerberos extension allows all apps to access the credential. Available for devices running iOS and iPadOS versions 14 and later. @param bool $val The value of the managedAppsInBundleIdACLIncluded @return MacOSKerberosSingleSignOnExtension
setManagedAppsInBundleIdACLIncluded
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getModeCredentialUsed() { if (array_key_exists("modeCredentialUsed", $this->_propDict)) { return $this->_propDict["modeCredentialUsed"]; } else { return null; } }
Gets the modeCredentialUsed Select how other processes use the Kerberos Extension credential. @return string|null The modeCredentialUsed
getModeCredentialUsed
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setModeCredentialUsed($val) { $this->_propDict["modeCredentialUsed"] = $val; return $this; }
Sets the modeCredentialUsed Select how other processes use the Kerberos Extension credential. @param string $val The value of the modeCredentialUsed @return MacOSKerberosSingleSignOnExtension
setModeCredentialUsed
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getPasswordBlockModification() { if (array_key_exists("passwordBlockModification", $this->_propDict)) { return $this->_propDict["passwordBlockModification"]; } else { return null; } }
Gets the passwordBlockModification Enables or disables password changes. @return bool|null The passwordBlockModification
getPasswordBlockModification
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setPasswordBlockModification($val) { $this->_propDict["passwordBlockModification"] = $val; return $this; }
Sets the passwordBlockModification Enables or disables password changes. @param bool $val The value of the passwordBlockModification @return MacOSKerberosSingleSignOnExtension
setPasswordBlockModification
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getPasswordChangeUrl() { if (array_key_exists("passwordChangeUrl", $this->_propDict)) { return $this->_propDict["passwordChangeUrl"]; } else { return null; } }
Gets the passwordChangeUrl Gets or sets the URL that the user will be sent to when they initiate a password change. @return string|null The passwordChangeUrl
getPasswordChangeUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setPasswordChangeUrl($val) { $this->_propDict["passwordChangeUrl"] = $val; return $this; }
Sets the passwordChangeUrl Gets or sets the URL that the user will be sent to when they initiate a password change. @param string $val The value of the passwordChangeUrl @return MacOSKerberosSingleSignOnExtension
setPasswordChangeUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getPasswordEnableLocalSync() { if (array_key_exists("passwordEnableLocalSync", $this->_propDict)) { return $this->_propDict["passwordEnableLocalSync"]; } else { return null; } }
Gets the passwordEnableLocalSync Enables or disables password syncing. This won't affect users logged in with a mobile account on macOS. @return bool|null The passwordEnableLocalSync
getPasswordEnableLocalSync
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setPasswordEnableLocalSync($val) { $this->_propDict["passwordEnableLocalSync"] = $val; return $this; }
Sets the passwordEnableLocalSync Enables or disables password syncing. This won't affect users logged in with a mobile account on macOS. @param bool $val The value of the passwordEnableLocalSync @return MacOSKerberosSingleSignOnExtension
setPasswordEnableLocalSync
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getPasswordExpirationDays() { if (array_key_exists("passwordExpirationDays", $this->_propDict)) { return $this->_propDict["passwordExpirationDays"]; } else { return null; } }
Gets the passwordExpirationDays Overrides the default password expiration in days. For most domains, this value is calculated automatically. @return int|null The passwordExpirationDays
getPasswordExpirationDays
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setPasswordExpirationDays($val) { $this->_propDict["passwordExpirationDays"] = $val; return $this; }
Sets the passwordExpirationDays Overrides the default password expiration in days. For most domains, this value is calculated automatically. @param int $val The value of the passwordExpirationDays @return MacOSKerberosSingleSignOnExtension
setPasswordExpirationDays
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getPasswordExpirationNotificationDays() { if (array_key_exists("passwordExpirationNotificationDays", $this->_propDict)) { return $this->_propDict["passwordExpirationNotificationDays"]; } else { return null; } }
Gets the passwordExpirationNotificationDays Gets or sets the number of days until the user is notified that their password will expire (default is 15). @return int|null The passwordExpirationNotificationDays
getPasswordExpirationNotificationDays
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setPasswordExpirationNotificationDays($val) { $this->_propDict["passwordExpirationNotificationDays"] = $val; return $this; }
Sets the passwordExpirationNotificationDays Gets or sets the number of days until the user is notified that their password will expire (default is 15). @param int $val The value of the passwordExpirationNotificationDays @return MacOSKerberosSingleSignOnExtension
setPasswordExpirationNotificationDays
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getPasswordMinimumAgeDays() { if (array_key_exists("passwordMinimumAgeDays", $this->_propDict)) { return $this->_propDict["passwordMinimumAgeDays"]; } else { return null; } }
Gets the passwordMinimumAgeDays Gets or sets the minimum number of days until a user can change their password again. @return int|null The passwordMinimumAgeDays
getPasswordMinimumAgeDays
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setPasswordMinimumAgeDays($val) { $this->_propDict["passwordMinimumAgeDays"] = $val; return $this; }
Sets the passwordMinimumAgeDays Gets or sets the minimum number of days until a user can change their password again. @param int $val The value of the passwordMinimumAgeDays @return MacOSKerberosSingleSignOnExtension
setPasswordMinimumAgeDays
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getPasswordMinimumLength() { if (array_key_exists("passwordMinimumLength", $this->_propDict)) { return $this->_propDict["passwordMinimumLength"]; } else { return null; } }
Gets the passwordMinimumLength Gets or sets the minimum length of a password. @return int|null The passwordMinimumLength
getPasswordMinimumLength
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setPasswordMinimumLength($val) { $this->_propDict["passwordMinimumLength"] = $val; return $this; }
Sets the passwordMinimumLength Gets or sets the minimum length of a password. @param int $val The value of the passwordMinimumLength @return MacOSKerberosSingleSignOnExtension
setPasswordMinimumLength
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getPasswordPreviousPasswordBlockCount() { if (array_key_exists("passwordPreviousPasswordBlockCount", $this->_propDict)) { return $this->_propDict["passwordPreviousPasswordBlockCount"]; } else { return null; } }
Gets the passwordPreviousPasswordBlockCount Gets or sets the number of previous passwords to block. @return int|null The passwordPreviousPasswordBlockCount
getPasswordPreviousPasswordBlockCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setPasswordPreviousPasswordBlockCount($val) { $this->_propDict["passwordPreviousPasswordBlockCount"] = $val; return $this; }
Sets the passwordPreviousPasswordBlockCount Gets or sets the number of previous passwords to block. @param int $val The value of the passwordPreviousPasswordBlockCount @return MacOSKerberosSingleSignOnExtension
setPasswordPreviousPasswordBlockCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getPasswordRequireActiveDirectoryComplexity() { if (array_key_exists("passwordRequireActiveDirectoryComplexity", $this->_propDict)) { return $this->_propDict["passwordRequireActiveDirectoryComplexity"]; } else { return null; } }
Gets the passwordRequireActiveDirectoryComplexity Enables or disables whether passwords must meet Active Directory's complexity requirements. @return bool|null The passwordRequireActiveDirectoryComplexity
getPasswordRequireActiveDirectoryComplexity
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setPasswordRequireActiveDirectoryComplexity($val) { $this->_propDict["passwordRequireActiveDirectoryComplexity"] = $val; return $this; }
Sets the passwordRequireActiveDirectoryComplexity Enables or disables whether passwords must meet Active Directory's complexity requirements. @param bool $val The value of the passwordRequireActiveDirectoryComplexity @return MacOSKerberosSingleSignOnExtension
setPasswordRequireActiveDirectoryComplexity
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getPasswordRequirementsDescription() { if (array_key_exists("passwordRequirementsDescription", $this->_propDict)) { return $this->_propDict["passwordRequirementsDescription"]; } else { return null; } }
Gets the passwordRequirementsDescription Gets or sets a description of the password complexity requirements. @return string|null The passwordRequirementsDescription
getPasswordRequirementsDescription
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setPasswordRequirementsDescription($val) { $this->_propDict["passwordRequirementsDescription"] = $val; return $this; }
Sets the passwordRequirementsDescription Gets or sets a description of the password complexity requirements. @param string $val The value of the passwordRequirementsDescription @return MacOSKerberosSingleSignOnExtension
setPasswordRequirementsDescription
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getPreferredKDCs() { if (array_key_exists("preferredKDCs", $this->_propDict)) { return $this->_propDict["preferredKDCs"]; } else { return null; } }
Gets the preferredKDCs Add creates an ordered list of preferred Key Distribution Centers (KDCs) to use for Kerberos traffic. This list is used when the servers are not discoverable using DNS. When the servers are discoverable, the list is used for both connectivity checks, and used first for Kerberos traffic. If the servers don’t respond, then the device uses DNS discovery. Delete removes an existing list, and devices use DNS discovery. Available for devices running macOS versions 12 and later. @return string|null The preferredKDCs
getPreferredKDCs
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setPreferredKDCs($val) { $this->_propDict["preferredKDCs"] = $val; return $this; }
Sets the preferredKDCs Add creates an ordered list of preferred Key Distribution Centers (KDCs) to use for Kerberos traffic. This list is used when the servers are not discoverable using DNS. When the servers are discoverable, the list is used for both connectivity checks, and used first for Kerberos traffic. If the servers don’t respond, then the device uses DNS discovery. Delete removes an existing list, and devices use DNS discovery. Available for devices running macOS versions 12 and later. @param string $val The value of the preferredKDCs @return MacOSKerberosSingleSignOnExtension
setPreferredKDCs
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getRealm() { if (array_key_exists("realm", $this->_propDict)) { return $this->_propDict["realm"]; } else { return null; } }
Gets the realm Gets or sets the case-sensitive realm name for this profile. @return string|null The realm
getRealm
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setRealm($val) { $this->_propDict["realm"] = $val; return $this; }
Sets the realm Gets or sets the case-sensitive realm name for this profile. @param string $val The value of the realm @return MacOSKerberosSingleSignOnExtension
setRealm
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getRequireUserPresence() { if (array_key_exists("requireUserPresence", $this->_propDict)) { return $this->_propDict["requireUserPresence"]; } else { return null; } }
Gets the requireUserPresence Gets or sets whether to require authentication via Touch ID, Face ID, or a passcode to access the keychain entry. @return bool|null The requireUserPresence
getRequireUserPresence
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setRequireUserPresence($val) { $this->_propDict["requireUserPresence"] = $val; return $this; }
Sets the requireUserPresence Gets or sets whether to require authentication via Touch ID, Face ID, or a passcode to access the keychain entry. @param bool $val The value of the requireUserPresence @return MacOSKerberosSingleSignOnExtension
setRequireUserPresence
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getSignInHelpText() { if (array_key_exists("signInHelpText", $this->_propDict)) { return $this->_propDict["signInHelpText"]; } else { return null; } }
Gets the signInHelpText Text displayed to the user at the Kerberos sign in window. Available for devices running iOS and iPadOS versions 14 and later. @return string|null The signInHelpText
getSignInHelpText
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setSignInHelpText($val) { $this->_propDict["signInHelpText"] = $val; return $this; }
Sets the signInHelpText Text displayed to the user at the Kerberos sign in window. Available for devices running iOS and iPadOS versions 14 and later. @param string $val The value of the signInHelpText @return MacOSKerberosSingleSignOnExtension
setSignInHelpText
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getTlsForLDAPRequired() { if (array_key_exists("tlsForLDAPRequired", $this->_propDict)) { return $this->_propDict["tlsForLDAPRequired"]; } else { return null; } }
Gets the tlsForLDAPRequired When set to True, LDAP connections are required to use Transport Layer Security (TLS). Available for devices running macOS versions 11 and later. @return bool|null The tlsForLDAPRequired
getTlsForLDAPRequired
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setTlsForLDAPRequired($val) { $this->_propDict["tlsForLDAPRequired"] = $val; return $this; }
Sets the tlsForLDAPRequired When set to True, LDAP connections are required to use Transport Layer Security (TLS). Available for devices running macOS versions 11 and later. @param bool $val The value of the tlsForLDAPRequired @return MacOSKerberosSingleSignOnExtension
setTlsForLDAPRequired
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getUsernameLabelCustom() { if (array_key_exists("usernameLabelCustom", $this->_propDict)) { return $this->_propDict["usernameLabelCustom"]; } else { return null; } }
Gets the usernameLabelCustom This label replaces the user name shown in the Kerberos extension. You can enter a name to match the name of your company or organization. Available for devices running macOS versions 11 and later. @return string|null The usernameLabelCustom
getUsernameLabelCustom
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setUsernameLabelCustom($val) { $this->_propDict["usernameLabelCustom"] = $val; return $this; }
Sets the usernameLabelCustom This label replaces the user name shown in the Kerberos extension. You can enter a name to match the name of your company or organization. Available for devices running macOS versions 11 and later. @param string $val The value of the usernameLabelCustom @return MacOSKerberosSingleSignOnExtension
setUsernameLabelCustom
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getUserPrincipalName() { if (array_key_exists("userPrincipalName", $this->_propDict)) { return $this->_propDict["userPrincipalName"]; } else { return null; } }
Gets the userPrincipalName Gets or sets the principle user name to use for this profile. The realm name does not need to be included. @return string|null The userPrincipalName
getUserPrincipalName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setUserPrincipalName($val) { $this->_propDict["userPrincipalName"] = $val; return $this; }
Sets the userPrincipalName Gets or sets the principle user name to use for this profile. The realm name does not need to be included. @param string $val The value of the userPrincipalName @return MacOSKerberosSingleSignOnExtension
setUserPrincipalName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getUserSetupDelayed() { if (array_key_exists("userSetupDelayed", $this->_propDict)) { return $this->_propDict["userSetupDelayed"]; } else { return null; } }
Gets the userSetupDelayed When set to True, the user isn’t prompted to set up the Kerberos extension until the extension is enabled by the admin, or a Kerberos challenge is received. Available for devices running macOS versions 11 and later. @return bool|null The userSetupDelayed
getUserSetupDelayed
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function setUserSetupDelayed($val) { $this->_propDict["userSetupDelayed"] = $val; return $this; }
Sets the userSetupDelayed When set to True, the user isn’t prompted to set up the Kerberos extension until the extension is enabled by the admin, or a Kerberos challenge is received. Available for devices running macOS versions 11 and later. @param bool $val The value of the userSetupDelayed @return MacOSKerberosSingleSignOnExtension
setUserSetupDelayed
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php
MIT
public function getDisplayName() { if (array_key_exists("displayName", $this->_propDict)) { return $this->_propDict["displayName"]; } else { return null; } }
Gets the displayName The name of the timeOffReason. Required. @return string|null The displayName
getDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/TimeOffReason.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TimeOffReason.php
MIT
public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; }
Sets the displayName The name of the timeOffReason. Required. @param string $val The displayName @return TimeOffReason
setDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/TimeOffReason.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TimeOffReason.php
MIT
public function getIconType() { if (array_key_exists("iconType", $this->_propDict)) { if (is_a($this->_propDict["iconType"], "\Microsoft\Graph\Model\TimeOffReasonIconType") || is_null($this->_propDict["iconType"])) { return $this->_propDict["iconType"]; } else { $this->_propDict["iconType"] = new TimeOffReasonIconType($this->_propDict["iconType"]); return $this->_propDict["iconType"]; } } return null; }
Gets the iconType Supported icon types are: none, car, calendar, running, plane, firstAid, doctor, notWorking, clock, juryDuty, globe, cup, phone, weather, umbrella, piggyBank, dog, cake, trafficCone, pin, sunny. Required. @return TimeOffReasonIconType|null The iconType
getIconType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/TimeOffReason.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TimeOffReason.php
MIT
public function setIconType($val) { $this->_propDict["iconType"] = $val; return $this; }
Sets the iconType Supported icon types are: none, car, calendar, running, plane, firstAid, doctor, notWorking, clock, juryDuty, globe, cup, phone, weather, umbrella, piggyBank, dog, cake, trafficCone, pin, sunny. Required. @param TimeOffReasonIconType $val The iconType @return TimeOffReason
setIconType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/TimeOffReason.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TimeOffReason.php
MIT
public function getIsActive() { if (array_key_exists("isActive", $this->_propDict)) { return $this->_propDict["isActive"]; } else { return null; } }
Gets the isActive Indicates whether the timeOffReason can be used when creating new entities or updating existing ones. Required. @return bool|null The isActive
getIsActive
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/TimeOffReason.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TimeOffReason.php
MIT
public function setIsActive($val) { $this->_propDict["isActive"] = boolval($val); return $this; }
Sets the isActive Indicates whether the timeOffReason can be used when creating new entities or updating existing ones. Required. @param bool $val The isActive @return TimeOffReason
setIsActive
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/TimeOffReason.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TimeOffReason.php
MIT
public function getCreatedBy() { if (array_key_exists("createdBy", $this->_propDict)) { if (is_a($this->_propDict["createdBy"], "\Beta\Microsoft\Graph\Model\IdentitySet") || is_null($this->_propDict["createdBy"])) { return $this->_propDict["createdBy"]; } else { $this->_propDict["createdBy"] = new \Beta\Microsoft\Graph\Model\IdentitySet($this->_propDict["createdBy"]); return $this->_propDict["createdBy"]; } } return null; }
Gets the createdBy The user who created the query. @return \Beta\Microsoft\Graph\Model\IdentitySet|null The createdBy
getCreatedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
MIT
public function setCreatedBy($val) { $this->_propDict["createdBy"] = $val; return $this; }
Sets the createdBy The user who created the query. @param \Beta\Microsoft\Graph\Model\IdentitySet $val The createdBy @return ReviewSetQuery
setCreatedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
MIT
public function getCreatedDateTime() { if (array_key_exists("createdDateTime", $this->_propDict)) { if (is_a($this->_propDict["createdDateTime"], "\DateTime") || is_null($this->_propDict["createdDateTime"])) { return $this->_propDict["createdDateTime"]; } else { $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); return $this->_propDict["createdDateTime"]; } } return null; }
Gets the createdDateTime The time and date when the query was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @return \DateTime|null The createdDateTime
getCreatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
MIT
public function setCreatedDateTime($val) { $this->_propDict["createdDateTime"] = $val; return $this; }
Sets the createdDateTime The time and date when the query was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @param \DateTime $val The createdDateTime @return ReviewSetQuery
setCreatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
MIT
public function getDisplayName() { if (array_key_exists("displayName", $this->_propDict)) { return $this->_propDict["displayName"]; } else { return null; } }
Gets the displayName The name of the query. @return string|null The displayName
getDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
MIT
public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; }
Sets the displayName The name of the query. @param string $val The displayName @return ReviewSetQuery
setDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
MIT
public function getLastModifiedBy() { if (array_key_exists("lastModifiedBy", $this->_propDict)) { if (is_a($this->_propDict["lastModifiedBy"], "\Beta\Microsoft\Graph\Model\IdentitySet") || is_null($this->_propDict["lastModifiedBy"])) { return $this->_propDict["lastModifiedBy"]; } else { $this->_propDict["lastModifiedBy"] = new \Beta\Microsoft\Graph\Model\IdentitySet($this->_propDict["lastModifiedBy"]); return $this->_propDict["lastModifiedBy"]; } } return null; }
Gets the lastModifiedBy The user who last modified the query. @return \Beta\Microsoft\Graph\Model\IdentitySet|null The lastModifiedBy
getLastModifiedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
MIT
public function setLastModifiedBy($val) { $this->_propDict["lastModifiedBy"] = $val; return $this; }
Sets the lastModifiedBy The user who last modified the query. @param \Beta\Microsoft\Graph\Model\IdentitySet $val The lastModifiedBy @return ReviewSetQuery
setLastModifiedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
MIT
public function getLastModifiedDateTime() { if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime") || is_null($this->_propDict["lastModifiedDateTime"])) { return $this->_propDict["lastModifiedDateTime"]; } else { $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); return $this->_propDict["lastModifiedDateTime"]; } } return null; }
Gets the lastModifiedDateTime The date and time the query was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @return \DateTime|null The lastModifiedDateTime
getLastModifiedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
MIT
public function setLastModifiedDateTime($val) { $this->_propDict["lastModifiedDateTime"] = $val; return $this; }
Sets the lastModifiedDateTime The date and time the query was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @param \DateTime $val The lastModifiedDateTime @return ReviewSetQuery
setLastModifiedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
MIT
public function getQuery() { if (array_key_exists("query", $this->_propDict)) { return $this->_propDict["query"]; } else { return null; } }
Gets the query The query string in KQL (Keyword Query Language) query. For details, see Document metadata fields in Advanced eDiscovery. This field maps directly to the keywords condition. You can refine searches by using fields listed in the searchable field name paired with values; for example, subject:'Quarterly Financials' AND Date>=06/01/2016 AND Date<=07/01/2016. @return string|null The query
getQuery
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
MIT
public function setQuery($val) { $this->_propDict["query"] = $val; return $this; }
Sets the query The query string in KQL (Keyword Query Language) query. For details, see Document metadata fields in Advanced eDiscovery. This field maps directly to the keywords condition. You can refine searches by using fields listed in the searchable field name paired with values; for example, subject:'Quarterly Financials' AND Date>=06/01/2016 AND Date<=07/01/2016. @param string $val The query @return ReviewSetQuery
setQuery
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/ReviewSetQuery.php
MIT
public function getStartDateTime() { if (array_key_exists("startDateTime", $this->_propDict)) { if (is_a($this->_propDict["startDateTime"], "\DateTime") || is_null($this->_propDict["startDateTime"])) { return $this->_propDict["startDateTime"]; } else { $this->_propDict["startDateTime"] = new \DateTime($this->_propDict["startDateTime"]); return $this->_propDict["startDateTime"]; } } return null; }
Gets the startDateTime The date and time when the particular activity occurred. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @return \DateTime|null The startDateTime
getStartDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalActivity.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalActivity.php
MIT
public function setStartDateTime($val) { $this->_propDict["startDateTime"] = $val; return $this; }
Sets the startDateTime The date and time when the particular activity occurred. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @param \DateTime $val The startDateTime @return ExternalActivity
setStartDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalActivity.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalActivity.php
MIT
public function getType() { if (array_key_exists("type", $this->_propDict)) { if (is_a($this->_propDict["type"], "\Microsoft\Graph\ExternalConnectors\Model\ExternalActivityType") || is_null($this->_propDict["type"])) { return $this->_propDict["type"]; } else { $this->_propDict["type"] = new ExternalActivityType($this->_propDict["type"]); return $this->_propDict["type"]; } } return null; }
Gets the type The type of activity performed. The possible values are: viewed, modified, created, commented, unknownFutureValue. @return ExternalActivityType|null The type
getType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalActivity.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalActivity.php
MIT
public function setType($val) { $this->_propDict["type"] = $val; return $this; }
Sets the type The type of activity performed. The possible values are: viewed, modified, created, commented, unknownFutureValue. @param ExternalActivityType $val The type @return ExternalActivity
setType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalActivity.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalActivity.php
MIT
public function getPerformedBy() { if (array_key_exists("performedBy", $this->_propDict)) { if (is_a($this->_propDict["performedBy"], "\Microsoft\Graph\ExternalConnectors\Model\Identity") || is_null($this->_propDict["performedBy"])) { return $this->_propDict["performedBy"]; } else { $this->_propDict["performedBy"] = new Identity($this->_propDict["performedBy"]); return $this->_propDict["performedBy"]; } } return null; }
Gets the performedBy Represents an identity used to identify who is responsible for the activity. @return Identity|null The performedBy
getPerformedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalActivity.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalActivity.php
MIT
public function setPerformedBy($val) { $this->_propDict["performedBy"] = $val; return $this; }
Sets the performedBy Represents an identity used to identify who is responsible for the activity. @param Identity $val The performedBy @return ExternalActivity
setPerformedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalActivity.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalActivity.php
MIT
public function getEditable() { if (array_key_exists("editable", $this->_propDict)) { return $this->_propDict["editable"]; } else { return null; } }
Gets the editable true if the synchronization rule can be customized; false if this rule is read-only and should not be changed. @return bool|null The editable
getEditable
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php
MIT
public function setEditable($val) { $this->_propDict["editable"] = $val; return $this; }
Sets the editable true if the synchronization rule can be customized; false if this rule is read-only and should not be changed. @param bool $val The value of the editable @return SynchronizationRule
setEditable
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php
MIT
public function getId() { if (array_key_exists("id", $this->_propDict)) { return $this->_propDict["id"]; } else { return null; } }
Gets the id Synchronization rule identifier. Must be one of the identifiers recognized by the synchronization engine. Supported rule identifiers can be found in the synchronization template returned by the API. @return string|null The id
getId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php
MIT
public function setId($val) { $this->_propDict["id"] = $val; return $this; }
Sets the id Synchronization rule identifier. Must be one of the identifiers recognized by the synchronization engine. Supported rule identifiers can be found in the synchronization template returned by the API. @param string $val The value of the id @return SynchronizationRule
setId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php
MIT
public function getMetadata() { if (array_key_exists("metadata", $this->_propDict)) { if (is_a($this->_propDict["metadata"], "\Beta\Microsoft\Graph\Model\StringKeyStringValuePair") || is_null($this->_propDict["metadata"])) { return $this->_propDict["metadata"]; } else { $this->_propDict["metadata"] = new StringKeyStringValuePair($this->_propDict["metadata"]); return $this->_propDict["metadata"]; } } return null; }
Gets the metadata Additional extension properties. Unless instructed explicitly by the support team, metadata values should not be changed. @return StringKeyStringValuePair|null The metadata
getMetadata
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php
MIT
public function setMetadata($val) { $this->_propDict["metadata"] = $val; return $this; }
Sets the metadata Additional extension properties. Unless instructed explicitly by the support team, metadata values should not be changed. @param StringKeyStringValuePair $val The value to assign to the metadata @return SynchronizationRule The SynchronizationRule
setMetadata
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php
MIT