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 getSignalingLocation() { if (array_key_exists("signalingLocation", $this->_propDict)) { return $this->_propDict["signalingLocation"]; } else { return null; } }
Gets the signalingLocation The datacenter used for signaling for both bypass and non-bypass calls. @return string|null The signalingLocation
getSignalingLocation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
MIT
public function setSignalingLocation($val) { $this->_propDict["signalingLocation"] = $val; return $this; }
Sets the signalingLocation The datacenter used for signaling for both bypass and non-bypass calls. @param string $val The value of the signalingLocation @return DirectRoutingLogRow
setSignalingLocation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.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 Call start time.For failed and unanswered calls, this can be equal to invite or failure time. @return \DateTime|null The startDateTime
getStartDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
MIT
public function setStartDateTime($val) { $this->_propDict["startDateTime"] = $val; return $this; }
Sets the startDateTime Call start time.For failed and unanswered calls, this can be equal to invite or failure time. @param \DateTime $val The value to assign to the startDateTime @return DirectRoutingLogRow The DirectRoutingLogRow
setStartDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
MIT
public function getSuccessfulCall() { if (array_key_exists("successfulCall", $this->_propDict)) { return $this->_propDict["successfulCall"]; } else { return null; } }
Gets the successfulCall Success or attempt. @return bool|null The successfulCall
getSuccessfulCall
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
MIT
public function setSuccessfulCall($val) { $this->_propDict["successfulCall"] = $val; return $this; }
Sets the successfulCall Success or attempt. @param bool $val The value of the successfulCall @return DirectRoutingLogRow
setSuccessfulCall
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
MIT
public function getTrunkFullyQualifiedDomainName() { if (array_key_exists("trunkFullyQualifiedDomainName", $this->_propDict)) { return $this->_propDict["trunkFullyQualifiedDomainName"]; } else { return null; } }
Gets the trunkFullyQualifiedDomainName Fully qualified domain name of the session border controller. @return string|null The trunkFullyQualifiedDomainName
getTrunkFullyQualifiedDomainName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
MIT
public function setTrunkFullyQualifiedDomainName($val) { $this->_propDict["trunkFullyQualifiedDomainName"] = $val; return $this; }
Sets the trunkFullyQualifiedDomainName Fully qualified domain name of the session border controller. @param string $val The value of the trunkFullyQualifiedDomainName @return DirectRoutingLogRow
setTrunkFullyQualifiedDomainName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
MIT
public function getUserDisplayName() { if (array_key_exists("userDisplayName", $this->_propDict)) { return $this->_propDict["userDisplayName"]; } else { return null; } }
Gets the userDisplayName Display name of the user. @return string|null The userDisplayName
getUserDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
MIT
public function setUserDisplayName($val) { $this->_propDict["userDisplayName"] = $val; return $this; }
Sets the userDisplayName Display name of the user. @param string $val The value of the userDisplayName @return DirectRoutingLogRow
setUserDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
MIT
public function getUserId() { if (array_key_exists("userId", $this->_propDict)) { return $this->_propDict["userId"]; } else { return null; } }
Gets the userId Calling user's ID in Graph. This and other user info will be null/empty for bot call types. GUID. @return string|null The userId
getUserId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
MIT
public function setUserId($val) { $this->_propDict["userId"] = $val; return $this; }
Sets the userId Calling user's ID in Graph. This and other user info will be null/empty for bot call types. GUID. @param string $val The value of the userId @return DirectRoutingLogRow
setUserId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
MIT
public function getUserPrincipalName() { if (array_key_exists("userPrincipalName", $this->_propDict)) { return $this->_propDict["userPrincipalName"]; } else { return null; } }
Gets the userPrincipalName UserPrincipalName (sign-in name) in Azure Active Directory. This is usually the same as user's SIP Address, and can be same as user's e-mail address. @return string|null The userPrincipalName
getUserPrincipalName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
MIT
public function setUserPrincipalName($val) { $this->_propDict["userPrincipalName"] = $val; return $this; }
Sets the userPrincipalName UserPrincipalName (sign-in name) in Azure Active Directory. This is usually the same as user's SIP Address, and can be same as user's e-mail address. @param string $val The value of the userPrincipalName @return DirectRoutingLogRow
setUserPrincipalName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php
MIT
public function getStage() { if (array_key_exists("stage", $this->_propDict)) { if (is_a($this->_propDict["stage"], "\Beta\Microsoft\Graph\Model\AccessPackageCustomExtensionStage") || is_null($this->_propDict["stage"])) { return $this->_propDict["stage"]; } else { $this->_propDict["stage"] = new AccessPackageCustomExtensionStage($this->_propDict["stage"]); return $this->_propDict["stage"]; } } return null; }
Gets the stage Indicates the stage of the access package assignment request workflow when the access package custom extension runs. The possible values are: assignmentRequestCreated, assignmentRequestApproved, assignmentRequestGranted, assignmentRequestRemoved, assignmentFourteenDaysBeforeExpiration, assignmentOneDayBeforeExpiration, unknownFutureValue. @return AccessPackageCustomExtensionStage|null The stage
getStage
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CustomExtensionStageSetting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CustomExtensionStageSetting.php
MIT
public function setStage($val) { $this->_propDict["stage"] = $val; return $this; }
Sets the stage Indicates the stage of the access package assignment request workflow when the access package custom extension runs. The possible values are: assignmentRequestCreated, assignmentRequestApproved, assignmentRequestGranted, assignmentRequestRemoved, assignmentFourteenDaysBeforeExpiration, assignmentOneDayBeforeExpiration, unknownFutureValue. @param AccessPackageCustomExtensionStage $val The stage @return CustomExtensionStageSetting
setStage
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CustomExtensionStageSetting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CustomExtensionStageSetting.php
MIT
public function getCustomExtension() { if (array_key_exists("customExtension", $this->_propDict)) { if (is_a($this->_propDict["customExtension"], "\Beta\Microsoft\Graph\Model\CustomCalloutExtension") || is_null($this->_propDict["customExtension"])) { return $this->_propDict["customExtension"]; } else { $this->_propDict["customExtension"] = new CustomCalloutExtension($this->_propDict["customExtension"]); return $this->_propDict["customExtension"]; } } return null; }
Gets the customExtension Indicates the custom workflow extension that will be executed at this stage. Nullable. Supports $expand. @return CustomCalloutExtension|null The customExtension
getCustomExtension
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CustomExtensionStageSetting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CustomExtensionStageSetting.php
MIT
public function setCustomExtension($val) { $this->_propDict["customExtension"] = $val; return $this; }
Sets the customExtension Indicates the custom workflow extension that will be executed at this stage. Nullable. Supports $expand. @param CustomCalloutExtension $val The customExtension @return CustomExtensionStageSetting
setCustomExtension
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CustomExtensionStageSetting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CustomExtensionStageSetting.php
MIT
public function getAnonymousGuestId() { if (array_key_exists("anonymousGuestId", $this->_propDict)) { return $this->_propDict["anonymousGuestId"]; } else { return null; } }
Gets the anonymousGuestId Unique ID that represents the user. Note: This ID can change if the user leaves and rejoins the meeting, or joins from a different device. @return string|null The anonymousGuestId
getAnonymousGuestId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/AnonymousGuestConversationMember.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/AnonymousGuestConversationMember.php
MIT
public function setAnonymousGuestId($val) { $this->_propDict["anonymousGuestId"] = $val; return $this; }
Sets the anonymousGuestId Unique ID that represents the user. Note: This ID can change if the user leaves and rejoins the meeting, or joins from a different device. @param string $val The anonymousGuestId @return AnonymousGuestConversationMember
setAnonymousGuestId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/AnonymousGuestConversationMember.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/AnonymousGuestConversationMember.php
MIT
public function getCertificateValidityPeriodScale() { if (array_key_exists("certificateValidityPeriodScale", $this->_propDict)) { if (is_a($this->_propDict["certificateValidityPeriodScale"], "\Beta\Microsoft\Graph\Model\CertificateValidityPeriodScale") || is_null($this->_propDict["certificateValidityPeriodScale"])) { return $this->_propDict["certificateValidityPeriodScale"]; } else { $this->_propDict["certificateValidityPeriodScale"] = new CertificateValidityPeriodScale($this->_propDict["certificateValidityPeriodScale"]); return $this->_propDict["certificateValidityPeriodScale"]; } } return null; }
Gets the certificateValidityPeriodScale Scale for the Certificate Validity Period. Possible values are: days, months, years. @return CertificateValidityPeriodScale|null The certificateValidityPeriodScale
getCertificateValidityPeriodScale
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
MIT
public function setCertificateValidityPeriodScale($val) { $this->_propDict["certificateValidityPeriodScale"] = $val; return $this; }
Sets the certificateValidityPeriodScale Scale for the Certificate Validity Period. Possible values are: days, months, years. @param CertificateValidityPeriodScale $val The certificateValidityPeriodScale @return AospDeviceOwnerCertificateProfileBase
setCertificateValidityPeriodScale
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
MIT
public function getCertificateValidityPeriodValue() { if (array_key_exists("certificateValidityPeriodValue", $this->_propDict)) { return $this->_propDict["certificateValidityPeriodValue"]; } else { return null; } }
Gets the certificateValidityPeriodValue Value for the Certificate Validity Period. @return int|null The certificateValidityPeriodValue
getCertificateValidityPeriodValue
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
MIT
public function setCertificateValidityPeriodValue($val) { $this->_propDict["certificateValidityPeriodValue"] = intval($val); return $this; }
Sets the certificateValidityPeriodValue Value for the Certificate Validity Period. @param int $val The certificateValidityPeriodValue @return AospDeviceOwnerCertificateProfileBase
setCertificateValidityPeriodValue
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
MIT
public function getExtendedKeyUsages() { if (array_key_exists("extendedKeyUsages", $this->_propDict)) { return $this->_propDict["extendedKeyUsages"]; } else { return null; } }
Gets the extendedKeyUsages Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements. @return array|null The extendedKeyUsages
getExtendedKeyUsages
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
MIT
public function setExtendedKeyUsages($val) { $this->_propDict["extendedKeyUsages"] = $val; return $this; }
Sets the extendedKeyUsages Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements. @param ExtendedKeyUsage[] $val The extendedKeyUsages @return AospDeviceOwnerCertificateProfileBase
setExtendedKeyUsages
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
MIT
public function getRenewalThresholdPercentage() { if (array_key_exists("renewalThresholdPercentage", $this->_propDict)) { return $this->_propDict["renewalThresholdPercentage"]; } else { return null; } }
Gets the renewalThresholdPercentage Certificate renewal threshold percentage. Valid values 1 to 99 @return int|null The renewalThresholdPercentage
getRenewalThresholdPercentage
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
MIT
public function setRenewalThresholdPercentage($val) { $this->_propDict["renewalThresholdPercentage"] = intval($val); return $this; }
Sets the renewalThresholdPercentage Certificate renewal threshold percentage. Valid values 1 to 99 @param int $val The renewalThresholdPercentage @return AospDeviceOwnerCertificateProfileBase
setRenewalThresholdPercentage
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
MIT
public function getSubjectAlternativeNameType() { if (array_key_exists("subjectAlternativeNameType", $this->_propDict)) { if (is_a($this->_propDict["subjectAlternativeNameType"], "\Beta\Microsoft\Graph\Model\SubjectAlternativeNameType") || is_null($this->_propDict["subjectAlternativeNameType"])) { return $this->_propDict["subjectAlternativeNameType"]; } else { $this->_propDict["subjectAlternativeNameType"] = new SubjectAlternativeNameType($this->_propDict["subjectAlternativeNameType"]); return $this->_propDict["subjectAlternativeNameType"]; } } return null; }
Gets the subjectAlternativeNameType Certificate Subject Alternative Name Type. This collection can contain a maximum of 500 elements. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. @return SubjectAlternativeNameType|null The subjectAlternativeNameType
getSubjectAlternativeNameType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
MIT
public function setSubjectAlternativeNameType($val) { $this->_propDict["subjectAlternativeNameType"] = $val; return $this; }
Sets the subjectAlternativeNameType Certificate Subject Alternative Name Type. This collection can contain a maximum of 500 elements. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. @param SubjectAlternativeNameType $val The subjectAlternativeNameType @return AospDeviceOwnerCertificateProfileBase
setSubjectAlternativeNameType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
MIT
public function getSubjectNameFormat() { if (array_key_exists("subjectNameFormat", $this->_propDict)) { if (is_a($this->_propDict["subjectNameFormat"], "\Beta\Microsoft\Graph\Model\SubjectNameFormat") || is_null($this->_propDict["subjectNameFormat"])) { return $this->_propDict["subjectNameFormat"]; } else { $this->_propDict["subjectNameFormat"] = new SubjectNameFormat($this->_propDict["subjectNameFormat"]); return $this->_propDict["subjectNameFormat"]; } } return null; }
Gets the subjectNameFormat Certificate Subject Name Format. This collection can contain a maximum of 500 elements. Possible values are: commonName, commonNameIncludingEmail, commonNameAsEmail, custom, commonNameAsIMEI, commonNameAsSerialNumber, commonNameAsAadDeviceId, commonNameAsIntuneDeviceId, commonNameAsDurableDeviceId. @return SubjectNameFormat|null The subjectNameFormat
getSubjectNameFormat
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
MIT
public function setSubjectNameFormat($val) { $this->_propDict["subjectNameFormat"] = $val; return $this; }
Sets the subjectNameFormat Certificate Subject Name Format. This collection can contain a maximum of 500 elements. Possible values are: commonName, commonNameIncludingEmail, commonNameAsEmail, custom, commonNameAsIMEI, commonNameAsSerialNumber, commonNameAsAadDeviceId, commonNameAsIntuneDeviceId, commonNameAsDurableDeviceId. @param SubjectNameFormat $val The subjectNameFormat @return AospDeviceOwnerCertificateProfileBase
setSubjectNameFormat
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
MIT
public function getRootCertificate() { if (array_key_exists("rootCertificate", $this->_propDict)) { if (is_a($this->_propDict["rootCertificate"], "\Beta\Microsoft\Graph\Model\AospDeviceOwnerTrustedRootCertificate") || is_null($this->_propDict["rootCertificate"])) { return $this->_propDict["rootCertificate"]; } else { $this->_propDict["rootCertificate"] = new AospDeviceOwnerTrustedRootCertificate($this->_propDict["rootCertificate"]); return $this->_propDict["rootCertificate"]; } } return null; }
Gets the rootCertificate Trusted Root Certificate. @return AospDeviceOwnerTrustedRootCertificate|null The rootCertificate
getRootCertificate
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
MIT
public function setRootCertificate($val) { $this->_propDict["rootCertificate"] = $val; return $this; }
Sets the rootCertificate Trusted Root Certificate. @param AospDeviceOwnerTrustedRootCertificate $val The rootCertificate @return AospDeviceOwnerCertificateProfileBase
setRootCertificate
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php
MIT
public function getAllowNewTimeProposals() { if (array_key_exists("allowNewTimeProposals", $this->_propDict)) { return $this->_propDict["allowNewTimeProposals"]; } else { return null; } }
Gets the allowNewTimeProposals True if the meeting organizer allows invitees to propose a new time when responding, false otherwise. Optional. Default is true. @return bool|null The allowNewTimeProposals
getAllowNewTimeProposals
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php
MIT
public function setAllowNewTimeProposals($val) { $this->_propDict["allowNewTimeProposals"] = boolval($val); return $this; }
Sets the allowNewTimeProposals True if the meeting organizer allows invitees to propose a new time when responding, false otherwise. Optional. Default is true. @param bool $val The allowNewTimeProposals @return EventMessageRequest
setAllowNewTimeProposals
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php
MIT
public function getPreviousEndDateTime() { if (array_key_exists("previousEndDateTime", $this->_propDict)) { if (is_a($this->_propDict["previousEndDateTime"], "\Beta\Microsoft\Graph\Model\DateTimeTimeZone") || is_null($this->_propDict["previousEndDateTime"])) { return $this->_propDict["previousEndDateTime"]; } else { $this->_propDict["previousEndDateTime"] = new DateTimeTimeZone($this->_propDict["previousEndDateTime"]); return $this->_propDict["previousEndDateTime"]; } } return null; }
Gets the previousEndDateTime If the meeting update changes the meeting end time, this property specifies the previous meeting end time. @return DateTimeTimeZone|null The previousEndDateTime
getPreviousEndDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php
MIT
public function setPreviousEndDateTime($val) { $this->_propDict["previousEndDateTime"] = $val; return $this; }
Sets the previousEndDateTime If the meeting update changes the meeting end time, this property specifies the previous meeting end time. @param DateTimeTimeZone $val The previousEndDateTime @return EventMessageRequest
setPreviousEndDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php
MIT
public function getPreviousLocation() { if (array_key_exists("previousLocation", $this->_propDict)) { if (is_a($this->_propDict["previousLocation"], "\Beta\Microsoft\Graph\Model\Location") || is_null($this->_propDict["previousLocation"])) { return $this->_propDict["previousLocation"]; } else { $this->_propDict["previousLocation"] = new Location($this->_propDict["previousLocation"]); return $this->_propDict["previousLocation"]; } } return null; }
Gets the previousLocation If the meeting update changes the meeting location, this property specifies the previous meeting location. @return Location|null The previousLocation
getPreviousLocation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php
MIT
public function setPreviousLocation($val) { $this->_propDict["previousLocation"] = $val; return $this; }
Sets the previousLocation If the meeting update changes the meeting location, this property specifies the previous meeting location. @param Location $val The previousLocation @return EventMessageRequest
setPreviousLocation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php
MIT
public function getPreviousStartDateTime() { if (array_key_exists("previousStartDateTime", $this->_propDict)) { if (is_a($this->_propDict["previousStartDateTime"], "\Beta\Microsoft\Graph\Model\DateTimeTimeZone") || is_null($this->_propDict["previousStartDateTime"])) { return $this->_propDict["previousStartDateTime"]; } else { $this->_propDict["previousStartDateTime"] = new DateTimeTimeZone($this->_propDict["previousStartDateTime"]); return $this->_propDict["previousStartDateTime"]; } } return null; }
Gets the previousStartDateTime If the meeting update changes the meeting start time, this property specifies the previous meeting start time. @return DateTimeTimeZone|null The previousStartDateTime
getPreviousStartDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php
MIT
public function setPreviousStartDateTime($val) { $this->_propDict["previousStartDateTime"] = $val; return $this; }
Sets the previousStartDateTime If the meeting update changes the meeting start time, this property specifies the previous meeting start time. @param DateTimeTimeZone $val The previousStartDateTime @return EventMessageRequest
setPreviousStartDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php
MIT
public function getResponseRequested() { if (array_key_exists("responseRequested", $this->_propDict)) { return $this->_propDict["responseRequested"]; } else { return null; } }
Gets the responseRequested Set to true if the sender would like the invitee to send a response to the requested meeting. @return bool|null The responseRequested
getResponseRequested
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php
MIT
public function setResponseRequested($val) { $this->_propDict["responseRequested"] = boolval($val); return $this; }
Sets the responseRequested Set to true if the sender would like the invitee to send a response to the requested meeting. @param bool $val The responseRequested @return EventMessageRequest
setResponseRequested
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php
MIT
public function getFormula() { if (array_key_exists("formula", $this->_propDict)) { return $this->_propDict["formula"]; } else { return null; } }
Gets the formula The formula used to compute the default value for this column. @return string|null The formula
getFormula
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DefaultColumnValue.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DefaultColumnValue.php
MIT
public function setFormula($val) { $this->_propDict["formula"] = $val; return $this; }
Sets the formula The formula used to compute the default value for this column. @param string $val The value of the formula @return DefaultColumnValue
setFormula
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DefaultColumnValue.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DefaultColumnValue.php
MIT
public function getValue() { if (array_key_exists("value", $this->_propDict)) { return $this->_propDict["value"]; } else { return null; } }
Gets the value The direct value to use as the default value for this column. @return string|null The value
getValue
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DefaultColumnValue.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DefaultColumnValue.php
MIT
public function setValue($val) { $this->_propDict["value"] = $val; return $this; }
Sets the value The direct value to use as the default value for this column. @param string $val The value of the value @return DefaultColumnValue
setValue
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DefaultColumnValue.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DefaultColumnValue.php
MIT
public function getActionType() { if (array_key_exists("actionType", $this->_propDict)) { return $this->_propDict["actionType"]; } else { return null; } }
Gets the actionType Control action type (Config, Review, Behavior). @return string|null The actionType
getActionType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setActionType($val) { $this->_propDict["actionType"] = $val; return $this; }
Sets the actionType Control action type (Config, Review, Behavior). @param string $val The actionType @return SecureScoreControlProfile
setActionType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getActionUrl() { if (array_key_exists("actionUrl", $this->_propDict)) { return $this->_propDict["actionUrl"]; } else { return null; } }
Gets the actionUrl URL to where the control can be actioned. @return string|null The actionUrl
getActionUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setActionUrl($val) { $this->_propDict["actionUrl"] = $val; return $this; }
Sets the actionUrl URL to where the control can be actioned. @param string $val The actionUrl @return SecureScoreControlProfile
setActionUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getAzureTenantId() { if (array_key_exists("azureTenantId", $this->_propDict)) { return $this->_propDict["azureTenantId"]; } else { return null; } }
Gets the azureTenantId GUID string for tenant ID. @return string|null The azureTenantId
getAzureTenantId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setAzureTenantId($val) { $this->_propDict["azureTenantId"] = $val; return $this; }
Sets the azureTenantId GUID string for tenant ID. @param string $val The azureTenantId @return SecureScoreControlProfile
setAzureTenantId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getComplianceInformation() { if (array_key_exists("complianceInformation", $this->_propDict)) { return $this->_propDict["complianceInformation"]; } else { return null; } }
Gets the complianceInformation The collection of compliance information associated with secure score control @return array|null The complianceInformation
getComplianceInformation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setComplianceInformation($val) { $this->_propDict["complianceInformation"] = $val; return $this; }
Sets the complianceInformation The collection of compliance information associated with secure score control @param ComplianceInformation[] $val The complianceInformation @return SecureScoreControlProfile
setComplianceInformation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getControlCategory() { if (array_key_exists("controlCategory", $this->_propDict)) { return $this->_propDict["controlCategory"]; } else { return null; } }
Gets the controlCategory Control action category (Account, Data, Device, Apps, Infrastructure). @return string|null The controlCategory
getControlCategory
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setControlCategory($val) { $this->_propDict["controlCategory"] = $val; return $this; }
Sets the controlCategory Control action category (Account, Data, Device, Apps, Infrastructure). @param string $val The controlCategory @return SecureScoreControlProfile
setControlCategory
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getControlStateUpdates() { if (array_key_exists("controlStateUpdates", $this->_propDict)) { return $this->_propDict["controlStateUpdates"]; } else { return null; } }
Gets the controlStateUpdates Flag to indicate where the tenant has marked a control (ignore, thirdParty, reviewed) (supports update). @return array|null The controlStateUpdates
getControlStateUpdates
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setControlStateUpdates($val) { $this->_propDict["controlStateUpdates"] = $val; return $this; }
Sets the controlStateUpdates Flag to indicate where the tenant has marked a control (ignore, thirdParty, reviewed) (supports update). @param SecureScoreControlStateUpdate[] $val The controlStateUpdates @return SecureScoreControlProfile
setControlStateUpdates
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getDeprecated() { if (array_key_exists("deprecated", $this->_propDict)) { return $this->_propDict["deprecated"]; } else { return null; } }
Gets the deprecated Flag to indicate if a control is depreciated. @return bool|null The deprecated
getDeprecated
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setDeprecated($val) { $this->_propDict["deprecated"] = boolval($val); return $this; }
Sets the deprecated Flag to indicate if a control is depreciated. @param bool $val The deprecated @return SecureScoreControlProfile
setDeprecated
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getImplementationCost() { if (array_key_exists("implementationCost", $this->_propDict)) { return $this->_propDict["implementationCost"]; } else { return null; } }
Gets the implementationCost Resource cost of implemmentating control (low, moderate, high). @return string|null The implementationCost
getImplementationCost
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setImplementationCost($val) { $this->_propDict["implementationCost"] = $val; return $this; }
Sets the implementationCost Resource cost of implemmentating control (low, moderate, high). @param string $val The implementationCost @return SecureScoreControlProfile
setImplementationCost
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getMaxScore() { if (array_key_exists("maxScore", $this->_propDict)) { return $this->_propDict["maxScore"]; } else { return null; } }
Gets the maxScore Current obtained max score on specified date. @return float|null The maxScore
getMaxScore
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setMaxScore($val) { $this->_propDict["maxScore"] = floatval($val); return $this; }
Sets the maxScore Current obtained max score on specified date. @param float $val The maxScore @return SecureScoreControlProfile
setMaxScore
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getRank() { if (array_key_exists("rank", $this->_propDict)) { return $this->_propDict["rank"]; } else { return null; } }
Gets the rank Microsoft's stack ranking of control. @return int|null The rank
getRank
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setRank($val) { $this->_propDict["rank"] = intval($val); return $this; }
Sets the rank Microsoft's stack ranking of control. @param int $val The rank @return SecureScoreControlProfile
setRank
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getRemediation() { if (array_key_exists("remediation", $this->_propDict)) { return $this->_propDict["remediation"]; } else { return null; } }
Gets the remediation Description of what the control will help remediate. @return string|null The remediation
getRemediation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setRemediation($val) { $this->_propDict["remediation"] = $val; return $this; }
Sets the remediation Description of what the control will help remediate. @param string $val The remediation @return SecureScoreControlProfile
setRemediation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getRemediationImpact() { if (array_key_exists("remediationImpact", $this->_propDict)) { return $this->_propDict["remediationImpact"]; } else { return null; } }
Gets the remediationImpact Description of the impact on users of the remediation. @return string|null The remediationImpact
getRemediationImpact
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setRemediationImpact($val) { $this->_propDict["remediationImpact"] = $val; return $this; }
Sets the remediationImpact Description of the impact on users of the remediation. @param string $val The remediationImpact @return SecureScoreControlProfile
setRemediationImpact
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getService() { if (array_key_exists("service", $this->_propDict)) { return $this->_propDict["service"]; } else { return null; } }
Gets the service Service that owns the control (Exchange, Sharepoint, Azure AD). @return string|null The service
getService
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setService($val) { $this->_propDict["service"] = $val; return $this; }
Sets the service Service that owns the control (Exchange, Sharepoint, Azure AD). @param string $val The service @return SecureScoreControlProfile
setService
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getThreats() { if (array_key_exists("threats", $this->_propDict)) { return $this->_propDict["threats"]; } else { return null; } }
Gets the threats List of threats the control mitigates (accountBreach,dataDeletion,dataExfiltration,dataSpillage,elevationOfPrivilege,maliciousInsider,passwordCracking,phishingOrWhaling,spoofing). @return array|null The threats
getThreats
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setThreats($val) { $this->_propDict["threats"] = $val; return $this; }
Sets the threats List of threats the control mitigates (accountBreach,dataDeletion,dataExfiltration,dataSpillage,elevationOfPrivilege,maliciousInsider,passwordCracking,phishingOrWhaling,spoofing). @param string[] $val The threats @return SecureScoreControlProfile
setThreats
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getTier() { if (array_key_exists("tier", $this->_propDict)) { return $this->_propDict["tier"]; } else { return null; } }
Gets the tier Control tier (Core, Defense in Depth, Advanced.) @return string|null The tier
getTier
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setTier($val) { $this->_propDict["tier"] = $val; return $this; }
Sets the tier Control tier (Core, Defense in Depth, Advanced.) @param string $val The tier @return SecureScoreControlProfile
setTier
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getTitle() { if (array_key_exists("title", $this->_propDict)) { return $this->_propDict["title"]; } else { return null; } }
Gets the title Title of the control. @return string|null The title
getTitle
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setTitle($val) { $this->_propDict["title"] = $val; return $this; }
Sets the title Title of the control. @param string $val The title @return SecureScoreControlProfile
setTitle
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getUserImpact() { if (array_key_exists("userImpact", $this->_propDict)) { return $this->_propDict["userImpact"]; } else { return null; } }
Gets the userImpact User impact of implementing control (low, moderate, high). @return string|null The userImpact
getUserImpact
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setUserImpact($val) { $this->_propDict["userImpact"] = $val; return $this; }
Sets the userImpact User impact of implementing control (low, moderate, high). @param string $val The userImpact @return SecureScoreControlProfile
setUserImpact
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getDeadlineDateTime() { if (array_key_exists("deadlineDateTime", $this->_propDict)) { if (is_a($this->_propDict["deadlineDateTime"], "\DateTime") || is_null($this->_propDict["deadlineDateTime"])) { return $this->_propDict["deadlineDateTime"]; } else { $this->_propDict["deadlineDateTime"] = new \DateTime($this->_propDict["deadlineDateTime"]); return $this->_propDict["deadlineDateTime"]; } } return null; }
Gets the deadlineDateTime The time at which the app should be installed. @return \DateTime|null The deadlineDateTime
getDeadlineDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileAppInstallTimeSettings.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileAppInstallTimeSettings.php
MIT
public function setDeadlineDateTime($val) { $this->_propDict["deadlineDateTime"] = $val; return $this; }
Sets the deadlineDateTime The time at which the app should be installed. @param \DateTime $val The value to assign to the deadlineDateTime @return MobileAppInstallTimeSettings The MobileAppInstallTimeSettings
setDeadlineDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileAppInstallTimeSettings.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileAppInstallTimeSettings.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 time at which the app should be available for installation. @return \DateTime|null The startDateTime
getStartDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileAppInstallTimeSettings.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileAppInstallTimeSettings.php
MIT
public function setStartDateTime($val) { $this->_propDict["startDateTime"] = $val; return $this; }
Sets the startDateTime The time at which the app should be available for installation. @param \DateTime $val The value to assign to the startDateTime @return MobileAppInstallTimeSettings The MobileAppInstallTimeSettings
setStartDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileAppInstallTimeSettings.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileAppInstallTimeSettings.php
MIT
public function getUseLocalTime() { if (array_key_exists("useLocalTime", $this->_propDict)) { return $this->_propDict["useLocalTime"]; } else { return null; } }
Gets the useLocalTime Whether the local device time or UTC time should be used when determining the available and deadline times. @return bool|null The useLocalTime
getUseLocalTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileAppInstallTimeSettings.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileAppInstallTimeSettings.php
MIT
public function setUseLocalTime($val) { $this->_propDict["useLocalTime"] = $val; return $this; }
Sets the useLocalTime Whether the local device time or UTC time should be used when determining the available and deadline times. @param bool $val The value of the useLocalTime @return MobileAppInstallTimeSettings
setUseLocalTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileAppInstallTimeSettings.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileAppInstallTimeSettings.php
MIT
public function getAppDataEncryptionType() { if (array_key_exists("appDataEncryptionType", $this->_propDict)) { if (is_a($this->_propDict["appDataEncryptionType"], "\Microsoft\Graph\Model\ManagedAppDataEncryptionType") || is_null($this->_propDict["appDataEncryptionType"])) { return $this->_propDict["appDataEncryptionType"]; } else { $this->_propDict["appDataEncryptionType"] = new ManagedAppDataEncryptionType($this->_propDict["appDataEncryptionType"]); return $this->_propDict["appDataEncryptionType"]; } } return null; }
Gets the appDataEncryptionType Type of encryption which should be used for data in a managed app. (iOS Only). Possible values are: useDeviceSettings, afterDeviceRestart, whenDeviceLockedExceptOpenFiles, whenDeviceLocked. @return ManagedAppDataEncryptionType|null The appDataEncryptionType
getAppDataEncryptionType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
MIT
public function setAppDataEncryptionType($val) { $this->_propDict["appDataEncryptionType"] = $val; return $this; }
Sets the appDataEncryptionType Type of encryption which should be used for data in a managed app. (iOS Only). Possible values are: useDeviceSettings, afterDeviceRestart, whenDeviceLockedExceptOpenFiles, whenDeviceLocked. @param ManagedAppDataEncryptionType $val The appDataEncryptionType @return DefaultManagedAppProtection
setAppDataEncryptionType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
MIT
public function getCustomSettings() { if (array_key_exists("customSettings", $this->_propDict)) { return $this->_propDict["customSettings"]; } else { return null; } }
Gets the customSettings A set of string key and string value pairs to be sent to the affected users, unalterned by this service @return array|null The customSettings
getCustomSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
MIT
public function setCustomSettings($val) { $this->_propDict["customSettings"] = $val; return $this; }
Sets the customSettings A set of string key and string value pairs to be sent to the affected users, unalterned by this service @param KeyValuePair[] $val The customSettings @return DefaultManagedAppProtection
setCustomSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
MIT
public function getDeployedAppCount() { if (array_key_exists("deployedAppCount", $this->_propDict)) { return $this->_propDict["deployedAppCount"]; } else { return null; } }
Gets the deployedAppCount Count of apps to which the current policy is deployed. @return int|null The deployedAppCount
getDeployedAppCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
MIT
public function setDeployedAppCount($val) { $this->_propDict["deployedAppCount"] = intval($val); return $this; }
Sets the deployedAppCount Count of apps to which the current policy is deployed. @param int $val The deployedAppCount @return DefaultManagedAppProtection
setDeployedAppCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
MIT
public function getDisableAppEncryptionIfDeviceEncryptionIsEnabled() { if (array_key_exists("disableAppEncryptionIfDeviceEncryptionIsEnabled", $this->_propDict)) { return $this->_propDict["disableAppEncryptionIfDeviceEncryptionIsEnabled"]; } else { return null; } }
Gets the disableAppEncryptionIfDeviceEncryptionIsEnabled When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only) @return bool|null The disableAppEncryptionIfDeviceEncryptionIsEnabled
getDisableAppEncryptionIfDeviceEncryptionIsEnabled
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
MIT
public function setDisableAppEncryptionIfDeviceEncryptionIsEnabled($val) { $this->_propDict["disableAppEncryptionIfDeviceEncryptionIsEnabled"] = boolval($val); return $this; }
Sets the disableAppEncryptionIfDeviceEncryptionIsEnabled When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only) @param bool $val The disableAppEncryptionIfDeviceEncryptionIsEnabled @return DefaultManagedAppProtection
setDisableAppEncryptionIfDeviceEncryptionIsEnabled
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
MIT
public function getEncryptAppData() { if (array_key_exists("encryptAppData", $this->_propDict)) { return $this->_propDict["encryptAppData"]; } else { return null; } }
Gets the encryptAppData Indicates whether managed-app data should be encrypted. (Android only) @return bool|null The encryptAppData
getEncryptAppData
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
MIT
public function setEncryptAppData($val) { $this->_propDict["encryptAppData"] = boolval($val); return $this; }
Sets the encryptAppData Indicates whether managed-app data should be encrypted. (Android only) @param bool $val The encryptAppData @return DefaultManagedAppProtection
setEncryptAppData
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
MIT
public function getFaceIdBlocked() { if (array_key_exists("faceIdBlocked", $this->_propDict)) { return $this->_propDict["faceIdBlocked"]; } else { return null; } }
Gets the faceIdBlocked Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only) @return bool|null The faceIdBlocked
getFaceIdBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
MIT
public function setFaceIdBlocked($val) { $this->_propDict["faceIdBlocked"] = boolval($val); return $this; }
Sets the faceIdBlocked Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only) @param bool $val The faceIdBlocked @return DefaultManagedAppProtection
setFaceIdBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php
MIT