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 setIdentityCertificateForClientAuthentication($val)
{
$this->_propDict["identityCertificateForClientAuthentication"] = $val;
return $this;
} | Sets the identityCertificateForClientAuthentication
Identity Certificate for client authentication when EAP Type is configured to EAP-TLS, EAP-TTLS (with Certificate Authentication), or PEAP (with Certificate Authentication).
@param MacOSCertificateProfileBase $val The identityCertificateForClientAuthentication
@return MacOSWiredNetworkConfiguration | setIdentityCertificateForClientAuthentication | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSWiredNetworkConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSWiredNetworkConfiguration.php | MIT |
public function getRootCertificateForServerValidation()
{
if (array_key_exists("rootCertificateForServerValidation", $this->_propDict)) {
if (is_a($this->_propDict["rootCertificateForServerValidation"], "\Beta\Microsoft\Graph\Model\MacOSTrustedRootCertificate") || is_null($this->_propDict["rootCertificateForServerValidation"])) {
return $this->_propDict["rootCertificateForServerValidation"];
} else {
$this->_propDict["rootCertificateForServerValidation"] = new MacOSTrustedRootCertificate($this->_propDict["rootCertificateForServerValidation"]);
return $this->_propDict["rootCertificateForServerValidation"];
}
}
return null;
} | Gets the rootCertificateForServerValidation
Trusted Root Certificate for Server Validation when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP.
@return MacOSTrustedRootCertificate|null The rootCertificateForServerValidation | getRootCertificateForServerValidation | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSWiredNetworkConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSWiredNetworkConfiguration.php | MIT |
public function setRootCertificateForServerValidation($val)
{
$this->_propDict["rootCertificateForServerValidation"] = $val;
return $this;
} | Sets the rootCertificateForServerValidation
Trusted Root Certificate for Server Validation when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP.
@param MacOSTrustedRootCertificate $val The rootCertificateForServerValidation
@return MacOSWiredNetworkConfiguration | setRootCertificateForServerValidation | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSWiredNetworkConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSWiredNetworkConfiguration.php | MIT |
public function getApplications()
{
if (array_key_exists("applications", $this->_propDict)) {
if (is_a($this->_propDict["applications"], "\Microsoft\Graph\Model\CrossTenantAccessPolicyTargetConfiguration") || is_null($this->_propDict["applications"])) {
return $this->_propDict["applications"];
} else {
$this->_propDict["applications"] = new CrossTenantAccessPolicyTargetConfiguration($this->_propDict["applications"]);
return $this->_propDict["applications"];
}
}
return null;
} | Gets the applications
The list of applications targeted with your cross-tenant access policy.
@return CrossTenantAccessPolicyTargetConfiguration|null The applications | getApplications | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/CrossTenantAccessPolicyB2BSetting.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/CrossTenantAccessPolicyB2BSetting.php | MIT |
public function setApplications($val)
{
$this->_propDict["applications"] = $val;
return $this;
} | Sets the applications
The list of applications targeted with your cross-tenant access policy.
@param CrossTenantAccessPolicyTargetConfiguration $val The value to assign to the applications
@return CrossTenantAccessPolicyB2BSetting The CrossTenantAccessPolicyB2BSetting | setApplications | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/CrossTenantAccessPolicyB2BSetting.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/CrossTenantAccessPolicyB2BSetting.php | MIT |
public function getUsersAndGroups()
{
if (array_key_exists("usersAndGroups", $this->_propDict)) {
if (is_a($this->_propDict["usersAndGroups"], "\Microsoft\Graph\Model\CrossTenantAccessPolicyTargetConfiguration") || is_null($this->_propDict["usersAndGroups"])) {
return $this->_propDict["usersAndGroups"];
} else {
$this->_propDict["usersAndGroups"] = new CrossTenantAccessPolicyTargetConfiguration($this->_propDict["usersAndGroups"]);
return $this->_propDict["usersAndGroups"];
}
}
return null;
} | Gets the usersAndGroups
The list of users and groups targeted with your cross-tenant access policy.
@return CrossTenantAccessPolicyTargetConfiguration|null The usersAndGroups | getUsersAndGroups | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/CrossTenantAccessPolicyB2BSetting.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/CrossTenantAccessPolicyB2BSetting.php | MIT |
public function setUsersAndGroups($val)
{
$this->_propDict["usersAndGroups"] = $val;
return $this;
} | Sets the usersAndGroups
The list of users and groups targeted with your cross-tenant access policy.
@param CrossTenantAccessPolicyTargetConfiguration $val The value to assign to the usersAndGroups
@return CrossTenantAccessPolicyB2BSetting The CrossTenantAccessPolicyB2BSetting | setUsersAndGroups | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/CrossTenantAccessPolicyB2BSetting.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/CrossTenantAccessPolicyB2BSetting.php | MIT |
public function getEnrollmentType()
{
if (array_key_exists("enrollmentType", $this->_propDict)) {
if (is_a($this->_propDict["enrollmentType"], "\Beta\Microsoft\Graph\Model\AppleUserInitiatedEnrollmentType") || is_null($this->_propDict["enrollmentType"])) {
return $this->_propDict["enrollmentType"];
} else {
$this->_propDict["enrollmentType"] = new AppleUserInitiatedEnrollmentType($this->_propDict["enrollmentType"]);
return $this->_propDict["enrollmentType"];
}
}
return null;
} | Gets the enrollmentType
The enrollment type. Possible values are: unknown, device, user, accountDrivenUserEnrollment, webDeviceEnrollment, unknownFutureValue.
@return AppleUserInitiatedEnrollmentType|null The enrollmentType | getEnrollmentType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppleOwnerTypeEnrollmentType.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppleOwnerTypeEnrollmentType.php | MIT |
public function setEnrollmentType($val)
{
$this->_propDict["enrollmentType"] = $val;
return $this;
} | Sets the enrollmentType
The enrollment type. Possible values are: unknown, device, user, accountDrivenUserEnrollment, webDeviceEnrollment, unknownFutureValue.
@param AppleUserInitiatedEnrollmentType $val The value to assign to the enrollmentType
@return AppleOwnerTypeEnrollmentType The AppleOwnerTypeEnrollmentType | setEnrollmentType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppleOwnerTypeEnrollmentType.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppleOwnerTypeEnrollmentType.php | MIT |
public function getOwnerType()
{
if (array_key_exists("ownerType", $this->_propDict)) {
if (is_a($this->_propDict["ownerType"], "\Beta\Microsoft\Graph\Model\ManagedDeviceOwnerType") || is_null($this->_propDict["ownerType"])) {
return $this->_propDict["ownerType"];
} else {
$this->_propDict["ownerType"] = new ManagedDeviceOwnerType($this->_propDict["ownerType"]);
return $this->_propDict["ownerType"];
}
}
return null;
} | Gets the ownerType
The owner type. Possible values are: unknown, company, personal.
@return ManagedDeviceOwnerType|null The ownerType | getOwnerType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppleOwnerTypeEnrollmentType.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppleOwnerTypeEnrollmentType.php | MIT |
public function setOwnerType($val)
{
$this->_propDict["ownerType"] = $val;
return $this;
} | Sets the ownerType
The owner type. Possible values are: unknown, company, personal.
@param ManagedDeviceOwnerType $val The value to assign to the ownerType
@return AppleOwnerTypeEnrollmentType The AppleOwnerTypeEnrollmentType | setOwnerType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppleOwnerTypeEnrollmentType.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppleOwnerTypeEnrollmentType.php | MIT |
public function getSite()
{
if (array_key_exists("site", $this->_propDict)) {
if (is_a($this->_propDict["site"], "\Beta\Microsoft\Graph\Model\Site") || is_null($this->_propDict["site"])) {
return $this->_propDict["site"];
} else {
$this->_propDict["site"] = new \Beta\Microsoft\Graph\Model\Site($this->_propDict["site"]);
return $this->_propDict["site"];
}
}
return null;
} | Gets the site
The SharePoint site associated with the siteSource.
@return \Beta\Microsoft\Graph\Model\Site|null The site | getSite | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/SiteSource.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/SiteSource.php | MIT |
public function setSite($val)
{
$this->_propDict["site"] = $val;
return $this;
} | Sets the site
The SharePoint site associated with the siteSource.
@param \Beta\Microsoft\Graph\Model\Site $val The site
@return SiteSource | setSite | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/SiteSource.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/SiteSource.php | MIT |
public function getSite()
{
if (array_key_exists("site", $this->_propDict)) {
if (is_a($this->_propDict["site"], "\Beta\Microsoft\Graph\Model\Site") || is_null($this->_propDict["site"])) {
return $this->_propDict["site"];
} else {
$this->_propDict["site"] = new \Beta\Microsoft\Graph\Model\Site($this->_propDict["site"]);
return $this->_propDict["site"];
}
}
return null;
} | Gets the site
The SharePoint site associated with the siteSource.
@return \Beta\Microsoft\Graph\Model\Site|null The site | getSite | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/SiteSource.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/SiteSource.php | MIT |
public function setSite($val)
{
$this->_propDict["site"] = $val;
return $this;
} | Sets the site
The SharePoint site associated with the siteSource.
@param \Beta\Microsoft\Graph\Model\Site $val The site
@return SiteSource | setSite | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/SiteSource.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/SiteSource.php | MIT |
function cloudinary_autoloader($class_name)
{
// Ignore non-cloudinary classes
if (strpos($class_name, CLOUDINARY_NAMESPACE) === false) {
return false;
}
$classes_dir = realpath(__DIR__ . DIRECTORY_SEPARATOR . 'src') . DIRECTORY_SEPARATOR;
$class_file = str_replace('_', DIRECTORY_SEPARATOR, $class_name) . '.php';
$ns_prefix = CLOUDINARY_NAMESPACE . '\\';
if (substr($class_file, 0, strlen($ns_prefix)) == $ns_prefix) {
$class_file = substr($class_file, strlen($ns_prefix));
}
$class_file = str_replace('\\', DIRECTORY_SEPARATOR, $class_file);
require_once $classes_dir . $class_file;
return true;
} | Callback function that searches for Cloudinary classes and autoloads them
@param string $class_name Class to load
@return bool true if class is loaded, false otherwise | cloudinary_autoloader | php | xiebruce/PicUploader | vendor/cloudinary/cloudinary_php/autoload.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/cloudinary/cloudinary_php/autoload.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
Body of the chatMessage. This will still contain markers for @mentions and attachments even though the object does not return @mentions and attachments.
@return ItemBody|null The body | getBody | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | MIT |
public function setBody($val)
{
$this->_propDict["body"] = $val;
return $this;
} | Sets the body
Body of the chatMessage. This will still contain markers for @mentions and attachments even though the object does not return @mentions and attachments.
@param ItemBody $val The body
@return ChatMessageInfo | setBody | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.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
Date time object representing the time at which message was created.
@return \DateTime|null The createdDateTime | getCreatedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | MIT |
public function setCreatedDateTime($val)
{
$this->_propDict["createdDateTime"] = $val;
return $this;
} | Sets the createdDateTime
Date time object representing the time at which message was created.
@param \DateTime $val The createdDateTime
@return ChatMessageInfo | setCreatedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | MIT |
public function getEventDetail()
{
if (array_key_exists("eventDetail", $this->_propDict)) {
if (is_a($this->_propDict["eventDetail"], "\Microsoft\Graph\Model\EventMessageDetail") || is_null($this->_propDict["eventDetail"])) {
return $this->_propDict["eventDetail"];
} else {
$this->_propDict["eventDetail"] = new EventMessageDetail($this->_propDict["eventDetail"]);
return $this->_propDict["eventDetail"];
}
}
return null;
} | Gets the eventDetail
Read-only. If present, represents details of an event that happened in a chat, a channel, or a team, for example, members were added, and so on. For event messages, the messageType property will be set to systemEventMessage.
@return EventMessageDetail|null The eventDetail | getEventDetail | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | MIT |
public function setEventDetail($val)
{
$this->_propDict["eventDetail"] = $val;
return $this;
} | Sets the eventDetail
Read-only. If present, represents details of an event that happened in a chat, a channel, or a team, for example, members were added, and so on. For event messages, the messageType property will be set to systemEventMessage.
@param EventMessageDetail $val The eventDetail
@return ChatMessageInfo | setEventDetail | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | MIT |
public function getFrom()
{
if (array_key_exists("from", $this->_propDict)) {
if (is_a($this->_propDict["from"], "\Microsoft\Graph\Model\ChatMessageFromIdentitySet") || is_null($this->_propDict["from"])) {
return $this->_propDict["from"];
} else {
$this->_propDict["from"] = new ChatMessageFromIdentitySet($this->_propDict["from"]);
return $this->_propDict["from"];
}
}
return null;
} | Gets the from
Information about the sender of the message.
@return ChatMessageFromIdentitySet|null The from | getFrom | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | MIT |
public function setFrom($val)
{
$this->_propDict["from"] = $val;
return $this;
} | Sets the from
Information about the sender of the message.
@param ChatMessageFromIdentitySet $val The from
@return ChatMessageInfo | setFrom | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | MIT |
public function getIsDeleted()
{
if (array_key_exists("isDeleted", $this->_propDict)) {
return $this->_propDict["isDeleted"];
} else {
return null;
}
} | Gets the isDeleted
If set to true, the original message has been deleted.
@return bool|null The isDeleted | getIsDeleted | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | MIT |
public function setIsDeleted($val)
{
$this->_propDict["isDeleted"] = boolval($val);
return $this;
} | Sets the isDeleted
If set to true, the original message has been deleted.
@param bool $val The isDeleted
@return ChatMessageInfo | setIsDeleted | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | MIT |
public function getMessageType()
{
if (array_key_exists("messageType", $this->_propDict)) {
if (is_a($this->_propDict["messageType"], "\Microsoft\Graph\Model\ChatMessageType") || is_null($this->_propDict["messageType"])) {
return $this->_propDict["messageType"];
} else {
$this->_propDict["messageType"] = new ChatMessageType($this->_propDict["messageType"]);
return $this->_propDict["messageType"];
}
}
return null;
} | Gets the messageType
The type of chat message. The possible values are: message, unknownFutureValue, systemEventMessage.
@return ChatMessageType|null The messageType | getMessageType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | MIT |
public function setMessageType($val)
{
$this->_propDict["messageType"] = $val;
return $this;
} | Sets the messageType
The type of chat message. The possible values are: message, unknownFutureValue, systemEventMessage.
@param ChatMessageType $val The messageType
@return ChatMessageInfo | setMessageType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ChatMessageInfo.php | MIT |
public function getBlockDataRecoveryAgent()
{
if (array_key_exists("blockDataRecoveryAgent", $this->_propDict)) {
return $this->_propDict["blockDataRecoveryAgent"];
} else {
return null;
}
} | Gets the blockDataRecoveryAgent
Indicates whether to block certificate-based data recovery agent.
@return bool|null The blockDataRecoveryAgent | getBlockDataRecoveryAgent | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | MIT |
public function setBlockDataRecoveryAgent($val)
{
$this->_propDict["blockDataRecoveryAgent"] = $val;
return $this;
} | Sets the blockDataRecoveryAgent
Indicates whether to block certificate-based data recovery agent.
@param bool $val The value of the blockDataRecoveryAgent
@return BitLockerRecoveryOptions | setBlockDataRecoveryAgent | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | MIT |
public function getEnableBitLockerAfterRecoveryInformationToStore()
{
if (array_key_exists("enableBitLockerAfterRecoveryInformationToStore", $this->_propDict)) {
return $this->_propDict["enableBitLockerAfterRecoveryInformationToStore"];
} else {
return null;
}
} | Gets the enableBitLockerAfterRecoveryInformationToStore
Indicates whether or not to enable BitLocker until recovery information is stored in AD DS.
@return bool|null The enableBitLockerAfterRecoveryInformationToStore | getEnableBitLockerAfterRecoveryInformationToStore | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | MIT |
public function setEnableBitLockerAfterRecoveryInformationToStore($val)
{
$this->_propDict["enableBitLockerAfterRecoveryInformationToStore"] = $val;
return $this;
} | Sets the enableBitLockerAfterRecoveryInformationToStore
Indicates whether or not to enable BitLocker until recovery information is stored in AD DS.
@param bool $val The value of the enableBitLockerAfterRecoveryInformationToStore
@return BitLockerRecoveryOptions | setEnableBitLockerAfterRecoveryInformationToStore | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | MIT |
public function getEnableRecoveryInformationSaveToStore()
{
if (array_key_exists("enableRecoveryInformationSaveToStore", $this->_propDict)) {
return $this->_propDict["enableRecoveryInformationSaveToStore"];
} else {
return null;
}
} | Gets the enableRecoveryInformationSaveToStore
Indicates whether or not to allow BitLocker recovery information to store in AD DS.
@return bool|null The enableRecoveryInformationSaveToStore | getEnableRecoveryInformationSaveToStore | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | MIT |
public function setEnableRecoveryInformationSaveToStore($val)
{
$this->_propDict["enableRecoveryInformationSaveToStore"] = $val;
return $this;
} | Sets the enableRecoveryInformationSaveToStore
Indicates whether or not to allow BitLocker recovery information to store in AD DS.
@param bool $val The value of the enableRecoveryInformationSaveToStore
@return BitLockerRecoveryOptions | setEnableRecoveryInformationSaveToStore | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | MIT |
public function getHideRecoveryOptions()
{
if (array_key_exists("hideRecoveryOptions", $this->_propDict)) {
return $this->_propDict["hideRecoveryOptions"];
} else {
return null;
}
} | Gets the hideRecoveryOptions
Indicates whether or not to allow showing recovery options in BitLocker Setup Wizard for fixed or system disk.
@return bool|null The hideRecoveryOptions | getHideRecoveryOptions | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | MIT |
public function setHideRecoveryOptions($val)
{
$this->_propDict["hideRecoveryOptions"] = $val;
return $this;
} | Sets the hideRecoveryOptions
Indicates whether or not to allow showing recovery options in BitLocker Setup Wizard for fixed or system disk.
@param bool $val The value of the hideRecoveryOptions
@return BitLockerRecoveryOptions | setHideRecoveryOptions | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | MIT |
public function getRecoveryInformationToStore()
{
if (array_key_exists("recoveryInformationToStore", $this->_propDict)) {
if (is_a($this->_propDict["recoveryInformationToStore"], "\Beta\Microsoft\Graph\Model\BitLockerRecoveryInformationType") || is_null($this->_propDict["recoveryInformationToStore"])) {
return $this->_propDict["recoveryInformationToStore"];
} else {
$this->_propDict["recoveryInformationToStore"] = new BitLockerRecoveryInformationType($this->_propDict["recoveryInformationToStore"]);
return $this->_propDict["recoveryInformationToStore"];
}
}
return null;
} | Gets the recoveryInformationToStore
Configure what pieces of BitLocker recovery information are stored to AD DS. Possible values are: passwordAndKey, passwordOnly.
@return BitLockerRecoveryInformationType|null The recoveryInformationToStore | getRecoveryInformationToStore | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | MIT |
public function setRecoveryInformationToStore($val)
{
$this->_propDict["recoveryInformationToStore"] = $val;
return $this;
} | Sets the recoveryInformationToStore
Configure what pieces of BitLocker recovery information are stored to AD DS. Possible values are: passwordAndKey, passwordOnly.
@param BitLockerRecoveryInformationType $val The value to assign to the recoveryInformationToStore
@return BitLockerRecoveryOptions The BitLockerRecoveryOptions | setRecoveryInformationToStore | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | MIT |
public function getRecoveryKeyUsage()
{
if (array_key_exists("recoveryKeyUsage", $this->_propDict)) {
if (is_a($this->_propDict["recoveryKeyUsage"], "\Beta\Microsoft\Graph\Model\ConfigurationUsage") || is_null($this->_propDict["recoveryKeyUsage"])) {
return $this->_propDict["recoveryKeyUsage"];
} else {
$this->_propDict["recoveryKeyUsage"] = new ConfigurationUsage($this->_propDict["recoveryKeyUsage"]);
return $this->_propDict["recoveryKeyUsage"];
}
}
return null;
} | Gets the recoveryKeyUsage
Indicates whether users are allowed or required to generate a 256-bit recovery key for fixed or system disk. Possible values are: blocked, required, allowed, notConfigured.
@return ConfigurationUsage|null The recoveryKeyUsage | getRecoveryKeyUsage | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | MIT |
public function setRecoveryKeyUsage($val)
{
$this->_propDict["recoveryKeyUsage"] = $val;
return $this;
} | Sets the recoveryKeyUsage
Indicates whether users are allowed or required to generate a 256-bit recovery key for fixed or system disk. Possible values are: blocked, required, allowed, notConfigured.
@param ConfigurationUsage $val The value to assign to the recoveryKeyUsage
@return BitLockerRecoveryOptions The BitLockerRecoveryOptions | setRecoveryKeyUsage | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | MIT |
public function getRecoveryPasswordUsage()
{
if (array_key_exists("recoveryPasswordUsage", $this->_propDict)) {
if (is_a($this->_propDict["recoveryPasswordUsage"], "\Beta\Microsoft\Graph\Model\ConfigurationUsage") || is_null($this->_propDict["recoveryPasswordUsage"])) {
return $this->_propDict["recoveryPasswordUsage"];
} else {
$this->_propDict["recoveryPasswordUsage"] = new ConfigurationUsage($this->_propDict["recoveryPasswordUsage"]);
return $this->_propDict["recoveryPasswordUsage"];
}
}
return null;
} | Gets the recoveryPasswordUsage
Indicates whether users are allowed or required to generate a 48-digit recovery password for fixed or system disk. Possible values are: blocked, required, allowed, notConfigured.
@return ConfigurationUsage|null The recoveryPasswordUsage | getRecoveryPasswordUsage | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | MIT |
public function setRecoveryPasswordUsage($val)
{
$this->_propDict["recoveryPasswordUsage"] = $val;
return $this;
} | Sets the recoveryPasswordUsage
Indicates whether users are allowed or required to generate a 48-digit recovery password for fixed or system disk. Possible values are: blocked, required, allowed, notConfigured.
@param ConfigurationUsage $val The value to assign to the recoveryPasswordUsage
@return BitLockerRecoveryOptions The BitLockerRecoveryOptions | setRecoveryPasswordUsage | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BitLockerRecoveryOptions.php | MIT |
protected function parseDataFromResponse()
{
$header = $this->rawResponse->header;
if (isset($header["x-oss-worm-id"])) {
return strval($header["x-oss-worm-id"]);
}
throw new OssException("cannot get worm-id");
} | Get the value of worm-id from response headers
@return int
@throws OssException | parseDataFromResponse | php | xiebruce/PicUploader | vendor/aliyuncs/oss-sdk-php/src/OSS/Result/InitiateBucketWormResult.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/aliyuncs/oss-sdk-php/src/OSS/Result/InitiateBucketWormResult.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 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. Read-only.
@return \DateTime|null The createdDateTime | getCreatedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | MIT |
public function setCreatedDateTime($val)
{
$this->_propDict["createdDateTime"] = $val;
return $this;
} | Sets the createdDateTime
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. Read-only.
@param \DateTime $val The createdDateTime
@return ConnectedOrganization | setCreatedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | MIT |
public function getDescription()
{
if (array_key_exists("description", $this->_propDict)) {
return $this->_propDict["description"];
} else {
return null;
}
} | Gets the description
The description of the connected organization.
@return string|null The description | getDescription | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | MIT |
public function setDescription($val)
{
$this->_propDict["description"] = $val;
return $this;
} | Sets the description
The description of the connected organization.
@param string $val The description
@return ConnectedOrganization | setDescription | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | MIT |
public function getDisplayName()
{
if (array_key_exists("displayName", $this->_propDict)) {
return $this->_propDict["displayName"];
} else {
return null;
}
} | Gets the displayName
The display name of the connected organization. Supports $filter (eq).
@return string|null The displayName | getDisplayName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | MIT |
public function setDisplayName($val)
{
$this->_propDict["displayName"] = $val;
return $this;
} | Sets the displayName
The display name of the connected organization. Supports $filter (eq).
@param string $val The displayName
@return ConnectedOrganization | setDisplayName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | MIT |
public function getIdentitySources()
{
if (array_key_exists("identitySources", $this->_propDict)) {
return $this->_propDict["identitySources"];
} else {
return null;
}
} | Gets the identitySources
The identity sources in this connected organization, one of azureActiveDirectoryTenant, domainIdentitySource, externalDomainFederation or crossCloudAzureActiveDirectoryTenant. Nullable.
@return array|null The identitySources | getIdentitySources | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | MIT |
public function setIdentitySources($val)
{
$this->_propDict["identitySources"] = $val;
return $this;
} | Sets the identitySources
The identity sources in this connected organization, one of azureActiveDirectoryTenant, domainIdentitySource, externalDomainFederation or crossCloudAzureActiveDirectoryTenant. Nullable.
@param IdentitySource[] $val The identitySources
@return ConnectedOrganization | setIdentitySources | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | MIT |
public function getModifiedDateTime()
{
if (array_key_exists("modifiedDateTime", $this->_propDict)) {
if (is_a($this->_propDict["modifiedDateTime"], "\DateTime") || is_null($this->_propDict["modifiedDateTime"])) {
return $this->_propDict["modifiedDateTime"];
} else {
$this->_propDict["modifiedDateTime"] = new \DateTime($this->_propDict["modifiedDateTime"]);
return $this->_propDict["modifiedDateTime"];
}
}
return null;
} | Gets the modifiedDateTime
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. Read-only.
@return \DateTime|null The modifiedDateTime | getModifiedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | MIT |
public function setModifiedDateTime($val)
{
$this->_propDict["modifiedDateTime"] = $val;
return $this;
} | Sets the modifiedDateTime
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. Read-only.
@param \DateTime $val The modifiedDateTime
@return ConnectedOrganization | setModifiedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | MIT |
public function getState()
{
if (array_key_exists("state", $this->_propDict)) {
if (is_a($this->_propDict["state"], "\Microsoft\Graph\Model\ConnectedOrganizationState") || is_null($this->_propDict["state"])) {
return $this->_propDict["state"];
} else {
$this->_propDict["state"] = new ConnectedOrganizationState($this->_propDict["state"]);
return $this->_propDict["state"];
}
}
return null;
} | Gets the state
The state of a connected organization defines whether assignment policies with requestor scope type AllConfiguredConnectedOrganizationSubjects are applicable or not. The possible values are: configured, proposed, unknownFutureValue.
@return ConnectedOrganizationState|null The state | getState | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | MIT |
public function setState($val)
{
$this->_propDict["state"] = $val;
return $this;
} | Sets the state
The state of a connected organization defines whether assignment policies with requestor scope type AllConfiguredConnectedOrganizationSubjects are applicable or not. The possible values are: configured, proposed, unknownFutureValue.
@param ConnectedOrganizationState $val The state
@return ConnectedOrganization | setState | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ConnectedOrganization.php | MIT |
public function getAaGuids()
{
if (array_key_exists("aaGuids", $this->_propDict)) {
return $this->_propDict["aaGuids"];
} else {
return null;
}
} | Gets the aaGuids
A collection of Authenticator Attestation GUIDs. AADGUIDs define key types and manufacturers.
@return string|null The aaGuids | getAaGuids | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Fido2KeyRestrictions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Fido2KeyRestrictions.php | MIT |
public function setAaGuids($val)
{
$this->_propDict["aaGuids"] = $val;
return $this;
} | Sets the aaGuids
A collection of Authenticator Attestation GUIDs. AADGUIDs define key types and manufacturers.
@param string $val The value of the aaGuids
@return Fido2KeyRestrictions | setAaGuids | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Fido2KeyRestrictions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Fido2KeyRestrictions.php | MIT |
public function getEnforcementType()
{
if (array_key_exists("enforcementType", $this->_propDict)) {
if (is_a($this->_propDict["enforcementType"], "\Beta\Microsoft\Graph\Model\Fido2RestrictionEnforcementType") || is_null($this->_propDict["enforcementType"])) {
return $this->_propDict["enforcementType"];
} else {
$this->_propDict["enforcementType"] = new Fido2RestrictionEnforcementType($this->_propDict["enforcementType"]);
return $this->_propDict["enforcementType"];
}
}
return null;
} | Gets the enforcementType
Enforcement type. Possible values are: allow, block.
@return Fido2RestrictionEnforcementType|null The enforcementType | getEnforcementType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Fido2KeyRestrictions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Fido2KeyRestrictions.php | MIT |
public function setEnforcementType($val)
{
$this->_propDict["enforcementType"] = $val;
return $this;
} | Sets the enforcementType
Enforcement type. Possible values are: allow, block.
@param Fido2RestrictionEnforcementType $val The value to assign to the enforcementType
@return Fido2KeyRestrictions The Fido2KeyRestrictions | setEnforcementType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Fido2KeyRestrictions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Fido2KeyRestrictions.php | MIT |
public function getIsEnforced()
{
if (array_key_exists("isEnforced", $this->_propDict)) {
return $this->_propDict["isEnforced"];
} else {
return null;
}
} | Gets the isEnforced
Determines if the configured key enforcement is enabled.
@return bool|null The isEnforced | getIsEnforced | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Fido2KeyRestrictions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Fido2KeyRestrictions.php | MIT |
public function setIsEnforced($val)
{
$this->_propDict["isEnforced"] = $val;
return $this;
} | Sets the isEnforced
Determines if the configured key enforcement is enabled.
@param bool $val The value of the isEnforced
@return Fido2KeyRestrictions | setIsEnforced | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Fido2KeyRestrictions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Fido2KeyRestrictions.php | MIT |
public function getPostAttributeCollection()
{
if (array_key_exists("postAttributeCollection", $this->_propDict)) {
if (is_a($this->_propDict["postAttributeCollection"], "\Microsoft\Graph\Model\IdentityApiConnector") || is_null($this->_propDict["postAttributeCollection"])) {
return $this->_propDict["postAttributeCollection"];
} else {
$this->_propDict["postAttributeCollection"] = new IdentityApiConnector($this->_propDict["postAttributeCollection"]);
return $this->_propDict["postAttributeCollection"];
}
}
return null;
} | Gets the postAttributeCollection
@return IdentityApiConnector|null The postAttributeCollection | getPostAttributeCollection | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/UserFlowApiConnectorConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/UserFlowApiConnectorConfiguration.php | MIT |
public function setPostAttributeCollection($val)
{
$this->_propDict["postAttributeCollection"] = $val;
return $this;
} | Sets the postAttributeCollection
@param IdentityApiConnector $val The value to assign to the postAttributeCollection
@return UserFlowApiConnectorConfiguration The UserFlowApiConnectorConfiguration | setPostAttributeCollection | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/UserFlowApiConnectorConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/UserFlowApiConnectorConfiguration.php | MIT |
public function getCompliantDeviceCount()
{
if (array_key_exists("compliantDeviceCount", $this->_propDict)) {
return $this->_propDict["compliantDeviceCount"];
} else {
return null;
}
} | Gets the compliantDeviceCount
Number of compliant devices.
@return int|null The compliantDeviceCount | getCompliantDeviceCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function setCompliantDeviceCount($val)
{
$this->_propDict["compliantDeviceCount"] = intval($val);
return $this;
} | Sets the compliantDeviceCount
Number of compliant devices.
@param int $val The compliantDeviceCount
@return SoftwareUpdateStatusSummary | setCompliantDeviceCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function getCompliantUserCount()
{
if (array_key_exists("compliantUserCount", $this->_propDict)) {
return $this->_propDict["compliantUserCount"];
} else {
return null;
}
} | Gets the compliantUserCount
Number of compliant users.
@return int|null The compliantUserCount | getCompliantUserCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function setCompliantUserCount($val)
{
$this->_propDict["compliantUserCount"] = intval($val);
return $this;
} | Sets the compliantUserCount
Number of compliant users.
@param int $val The compliantUserCount
@return SoftwareUpdateStatusSummary | setCompliantUserCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function getConflictDeviceCount()
{
if (array_key_exists("conflictDeviceCount", $this->_propDict)) {
return $this->_propDict["conflictDeviceCount"];
} else {
return null;
}
} | Gets the conflictDeviceCount
Number of conflict devices.
@return int|null The conflictDeviceCount | getConflictDeviceCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function setConflictDeviceCount($val)
{
$this->_propDict["conflictDeviceCount"] = intval($val);
return $this;
} | Sets the conflictDeviceCount
Number of conflict devices.
@param int $val The conflictDeviceCount
@return SoftwareUpdateStatusSummary | setConflictDeviceCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function getConflictUserCount()
{
if (array_key_exists("conflictUserCount", $this->_propDict)) {
return $this->_propDict["conflictUserCount"];
} else {
return null;
}
} | Gets the conflictUserCount
Number of conflict users.
@return int|null The conflictUserCount | getConflictUserCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function setConflictUserCount($val)
{
$this->_propDict["conflictUserCount"] = intval($val);
return $this;
} | Sets the conflictUserCount
Number of conflict users.
@param int $val The conflictUserCount
@return SoftwareUpdateStatusSummary | setConflictUserCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.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 policy.
@return string|null The displayName | getDisplayName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function setDisplayName($val)
{
$this->_propDict["displayName"] = $val;
return $this;
} | Sets the displayName
The name of the policy.
@param string $val The displayName
@return SoftwareUpdateStatusSummary | setDisplayName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function getErrorDeviceCount()
{
if (array_key_exists("errorDeviceCount", $this->_propDict)) {
return $this->_propDict["errorDeviceCount"];
} else {
return null;
}
} | Gets the errorDeviceCount
Number of devices had error.
@return int|null The errorDeviceCount | getErrorDeviceCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function setErrorDeviceCount($val)
{
$this->_propDict["errorDeviceCount"] = intval($val);
return $this;
} | Sets the errorDeviceCount
Number of devices had error.
@param int $val The errorDeviceCount
@return SoftwareUpdateStatusSummary | setErrorDeviceCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function getErrorUserCount()
{
if (array_key_exists("errorUserCount", $this->_propDict)) {
return $this->_propDict["errorUserCount"];
} else {
return null;
}
} | Gets the errorUserCount
Number of users had error.
@return int|null The errorUserCount | getErrorUserCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function setErrorUserCount($val)
{
$this->_propDict["errorUserCount"] = intval($val);
return $this;
} | Sets the errorUserCount
Number of users had error.
@param int $val The errorUserCount
@return SoftwareUpdateStatusSummary | setErrorUserCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function getNonCompliantDeviceCount()
{
if (array_key_exists("nonCompliantDeviceCount", $this->_propDict)) {
return $this->_propDict["nonCompliantDeviceCount"];
} else {
return null;
}
} | Gets the nonCompliantDeviceCount
Number of non compliant devices.
@return int|null The nonCompliantDeviceCount | getNonCompliantDeviceCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function setNonCompliantDeviceCount($val)
{
$this->_propDict["nonCompliantDeviceCount"] = intval($val);
return $this;
} | Sets the nonCompliantDeviceCount
Number of non compliant devices.
@param int $val The nonCompliantDeviceCount
@return SoftwareUpdateStatusSummary | setNonCompliantDeviceCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function getNonCompliantUserCount()
{
if (array_key_exists("nonCompliantUserCount", $this->_propDict)) {
return $this->_propDict["nonCompliantUserCount"];
} else {
return null;
}
} | Gets the nonCompliantUserCount
Number of non compliant users.
@return int|null The nonCompliantUserCount | getNonCompliantUserCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function setNonCompliantUserCount($val)
{
$this->_propDict["nonCompliantUserCount"] = intval($val);
return $this;
} | Sets the nonCompliantUserCount
Number of non compliant users.
@param int $val The nonCompliantUserCount
@return SoftwareUpdateStatusSummary | setNonCompliantUserCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function getNotApplicableDeviceCount()
{
if (array_key_exists("notApplicableDeviceCount", $this->_propDict)) {
return $this->_propDict["notApplicableDeviceCount"];
} else {
return null;
}
} | Gets the notApplicableDeviceCount
Number of not applicable devices.
@return int|null The notApplicableDeviceCount | getNotApplicableDeviceCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function setNotApplicableDeviceCount($val)
{
$this->_propDict["notApplicableDeviceCount"] = intval($val);
return $this;
} | Sets the notApplicableDeviceCount
Number of not applicable devices.
@param int $val The notApplicableDeviceCount
@return SoftwareUpdateStatusSummary | setNotApplicableDeviceCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function getNotApplicableUserCount()
{
if (array_key_exists("notApplicableUserCount", $this->_propDict)) {
return $this->_propDict["notApplicableUserCount"];
} else {
return null;
}
} | Gets the notApplicableUserCount
Number of not applicable users.
@return int|null The notApplicableUserCount | getNotApplicableUserCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function setNotApplicableUserCount($val)
{
$this->_propDict["notApplicableUserCount"] = intval($val);
return $this;
} | Sets the notApplicableUserCount
Number of not applicable users.
@param int $val The notApplicableUserCount
@return SoftwareUpdateStatusSummary | setNotApplicableUserCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function getRemediatedDeviceCount()
{
if (array_key_exists("remediatedDeviceCount", $this->_propDict)) {
return $this->_propDict["remediatedDeviceCount"];
} else {
return null;
}
} | Gets the remediatedDeviceCount
Number of remediated devices.
@return int|null The remediatedDeviceCount | getRemediatedDeviceCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function setRemediatedDeviceCount($val)
{
$this->_propDict["remediatedDeviceCount"] = intval($val);
return $this;
} | Sets the remediatedDeviceCount
Number of remediated devices.
@param int $val The remediatedDeviceCount
@return SoftwareUpdateStatusSummary | setRemediatedDeviceCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function getRemediatedUserCount()
{
if (array_key_exists("remediatedUserCount", $this->_propDict)) {
return $this->_propDict["remediatedUserCount"];
} else {
return null;
}
} | Gets the remediatedUserCount
Number of remediated users.
@return int|null The remediatedUserCount | getRemediatedUserCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function setRemediatedUserCount($val)
{
$this->_propDict["remediatedUserCount"] = intval($val);
return $this;
} | Sets the remediatedUserCount
Number of remediated users.
@param int $val The remediatedUserCount
@return SoftwareUpdateStatusSummary | setRemediatedUserCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function getUnknownDeviceCount()
{
if (array_key_exists("unknownDeviceCount", $this->_propDict)) {
return $this->_propDict["unknownDeviceCount"];
} else {
return null;
}
} | Gets the unknownDeviceCount
Number of unknown devices.
@return int|null The unknownDeviceCount | getUnknownDeviceCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function setUnknownDeviceCount($val)
{
$this->_propDict["unknownDeviceCount"] = intval($val);
return $this;
} | Sets the unknownDeviceCount
Number of unknown devices.
@param int $val The unknownDeviceCount
@return SoftwareUpdateStatusSummary | setUnknownDeviceCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function getUnknownUserCount()
{
if (array_key_exists("unknownUserCount", $this->_propDict)) {
return $this->_propDict["unknownUserCount"];
} else {
return null;
}
} | Gets the unknownUserCount
Number of unknown users.
@return int|null The unknownUserCount | getUnknownUserCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function setUnknownUserCount($val)
{
$this->_propDict["unknownUserCount"] = intval($val);
return $this;
} | Sets the unknownUserCount
Number of unknown users.
@param int $val The unknownUserCount
@return SoftwareUpdateStatusSummary | setUnknownUserCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php | MIT |
public function getProperties()
{
return $this->_propDict;
} | Gets the property dictionary of the Financials
@return array The list of properties | getProperties | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Financials.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Financials.php | MIT |
public function jsonSerialize()
{
$serializableProperties = $this->getProperties();
foreach ($serializableProperties as $property => $val) {
if (is_a($val, "\DateTime")) {
$serializableProperties[$property] = $val->format(\DateTime::RFC3339);
} else if (is_a($val, "\Microsoft\Graph\Core\Enum")) {
$serializableProperties[$property] = $val->value();
} else if (is_a($val, "\Entity")) {
$serializableProperties[$property] = $val->jsonSerialize();
} else if (is_a($val, "\GuzzleHttp\Psr7\Stream")) {
$serializableProperties[$property] = (string) $val;
}
}
return $serializableProperties;
} | Serializes the object by property array
Manually serialize DateTime into RFC3339 format
@return array The list of properties | jsonSerialize | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Financials.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Financials.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 partner.
@return string|null The displayName | getDisplayName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RemoteAssistancePartner.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RemoteAssistancePartner.php | MIT |
public function setDisplayName($val)
{
$this->_propDict["displayName"] = $val;
return $this;
} | Sets the displayName
Display name of the partner.
@param string $val The displayName
@return RemoteAssistancePartner | setDisplayName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RemoteAssistancePartner.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RemoteAssistancePartner.php | MIT |
public function getLastConnectionDateTime()
{
if (array_key_exists("lastConnectionDateTime", $this->_propDict)) {
if (is_a($this->_propDict["lastConnectionDateTime"], "\DateTime") || is_null($this->_propDict["lastConnectionDateTime"])) {
return $this->_propDict["lastConnectionDateTime"];
} else {
$this->_propDict["lastConnectionDateTime"] = new \DateTime($this->_propDict["lastConnectionDateTime"]);
return $this->_propDict["lastConnectionDateTime"];
}
}
return null;
} | Gets the lastConnectionDateTime
Timestamp of the last request sent to Intune by the TEM partner.
@return \DateTime|null The lastConnectionDateTime | getLastConnectionDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RemoteAssistancePartner.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RemoteAssistancePartner.php | MIT |
public function setLastConnectionDateTime($val)
{
$this->_propDict["lastConnectionDateTime"] = $val;
return $this;
} | Sets the lastConnectionDateTime
Timestamp of the last request sent to Intune by the TEM partner.
@param \DateTime $val The lastConnectionDateTime
@return RemoteAssistancePartner | setLastConnectionDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RemoteAssistancePartner.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RemoteAssistancePartner.php | MIT |
public function getOnboardingRequestExpiryDateTime()
{
if (array_key_exists("onboardingRequestExpiryDateTime", $this->_propDict)) {
if (is_a($this->_propDict["onboardingRequestExpiryDateTime"], "\DateTime") || is_null($this->_propDict["onboardingRequestExpiryDateTime"])) {
return $this->_propDict["onboardingRequestExpiryDateTime"];
} else {
$this->_propDict["onboardingRequestExpiryDateTime"] = new \DateTime($this->_propDict["onboardingRequestExpiryDateTime"]);
return $this->_propDict["onboardingRequestExpiryDateTime"];
}
}
return null;
} | Gets the onboardingRequestExpiryDateTime
When the OnboardingStatus is Onboarding, This is the date time when the onboarding request expires.
@return \DateTime|null The onboardingRequestExpiryDateTime | getOnboardingRequestExpiryDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RemoteAssistancePartner.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RemoteAssistancePartner.php | MIT |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.