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 getMinimumRequiredPatchVersion() { if (array_key_exists("minimumRequiredPatchVersion", $this->_propDict)) { return $this->_propDict["minimumRequiredPatchVersion"]; } else { return null; } }
Gets the minimumRequiredPatchVersion Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only) @return string|null The minimumRequiredPatchVersion
getMinimumRequiredPatchVersion
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 setMinimumRequiredPatchVersion($val) { $this->_propDict["minimumRequiredPatchVersion"] = $val; return $this; }
Sets the minimumRequiredPatchVersion Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only) @param string $val The minimumRequiredPatchVersion @return DefaultManagedAppProtection
setMinimumRequiredPatchVersion
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 getMinimumRequiredSdkVersion() { if (array_key_exists("minimumRequiredSdkVersion", $this->_propDict)) { return $this->_propDict["minimumRequiredSdkVersion"]; } else { return null; } }
Gets the minimumRequiredSdkVersion Versions less than the specified version will block the managed app from accessing company data. (iOS Only) @return string|null The minimumRequiredSdkVersion
getMinimumRequiredSdkVersion
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 setMinimumRequiredSdkVersion($val) { $this->_propDict["minimumRequiredSdkVersion"] = $val; return $this; }
Sets the minimumRequiredSdkVersion Versions less than the specified version will block the managed app from accessing company data. (iOS Only) @param string $val The minimumRequiredSdkVersion @return DefaultManagedAppProtection
setMinimumRequiredSdkVersion
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 getMinimumWarningPatchVersion() { if (array_key_exists("minimumWarningPatchVersion", $this->_propDict)) { return $this->_propDict["minimumWarningPatchVersion"]; } else { return null; } }
Gets the minimumWarningPatchVersion Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only) @return string|null The minimumWarningPatchVersion
getMinimumWarningPatchVersion
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 setMinimumWarningPatchVersion($val) { $this->_propDict["minimumWarningPatchVersion"] = $val; return $this; }
Sets the minimumWarningPatchVersion Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only) @param string $val The minimumWarningPatchVersion @return DefaultManagedAppProtection
setMinimumWarningPatchVersion
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 getScreenCaptureBlocked() { if (array_key_exists("screenCaptureBlocked", $this->_propDict)) { return $this->_propDict["screenCaptureBlocked"]; } else { return null; } }
Gets the screenCaptureBlocked Indicates whether screen capture is blocked. (Android only) @return bool|null The screenCaptureBlocked
getScreenCaptureBlocked
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 setScreenCaptureBlocked($val) { $this->_propDict["screenCaptureBlocked"] = boolval($val); return $this; }
Sets the screenCaptureBlocked Indicates whether screen capture is blocked. (Android only) @param bool $val The screenCaptureBlocked @return DefaultManagedAppProtection
setScreenCaptureBlocked
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 getApps() { if (array_key_exists("apps", $this->_propDict)) { return $this->_propDict["apps"]; } else { return null; } }
Gets the apps List of apps to which the policy is deployed. @return array|null The apps
getApps
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 setApps($val) { $this->_propDict["apps"] = $val; return $this; }
Sets the apps List of apps to which the policy is deployed. @param ManagedMobileApp[] $val The apps @return DefaultManagedAppProtection
setApps
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 getDeploymentSummary() { if (array_key_exists("deploymentSummary", $this->_propDict)) { if (is_a($this->_propDict["deploymentSummary"], "\Microsoft\Graph\Model\ManagedAppPolicyDeploymentSummary") || is_null($this->_propDict["deploymentSummary"])) { return $this->_propDict["deploymentSummary"]; } else { $this->_propDict["deploymentSummary"] = new ManagedAppPolicyDeploymentSummary($this->_propDict["deploymentSummary"]); return $this->_propDict["deploymentSummary"]; } } return null; }
Gets the deploymentSummary Navigation property to deployment summary of the configuration. @return ManagedAppPolicyDeploymentSummary|null The deploymentSummary
getDeploymentSummary
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 setDeploymentSummary($val) { $this->_propDict["deploymentSummary"] = $val; return $this; }
Sets the deploymentSummary Navigation property to deployment summary of the configuration. @param ManagedAppPolicyDeploymentSummary $val The deploymentSummary @return DefaultManagedAppProtection
setDeploymentSummary
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 getIncludedSources() { if (array_key_exists("includedSources", $this->_propDict)) { if (is_a($this->_propDict["includedSources"], "\Beta\Microsoft\Graph\SecurityNamespace\Model\SourceType") || is_null($this->_propDict["includedSources"])) { return $this->_propDict["includedSources"]; } else { $this->_propDict["includedSources"] = new SourceType($this->_propDict["includedSources"]); return $this->_propDict["includedSources"]; } } return null; }
Gets the includedSources Specifies which sources are included in this group. Possible values are: mailbox, site. @return SourceType|null The includedSources
getIncludedSources
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/UnifiedGroupSource.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/UnifiedGroupSource.php
MIT
public function setIncludedSources($val) { $this->_propDict["includedSources"] = $val; return $this; }
Sets the includedSources Specifies which sources are included in this group. Possible values are: mailbox, site. @param SourceType $val The includedSources @return UnifiedGroupSource
setIncludedSources
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/UnifiedGroupSource.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/UnifiedGroupSource.php
MIT
public function getGroup() { if (array_key_exists("group", $this->_propDict)) { if (is_a($this->_propDict["group"], "\Beta\Microsoft\Graph\Model\Group") || is_null($this->_propDict["group"])) { return $this->_propDict["group"]; } else { $this->_propDict["group"] = new \Beta\Microsoft\Graph\Model\Group($this->_propDict["group"]); return $this->_propDict["group"]; } } return null; }
Gets the group Represents a group. @return \Beta\Microsoft\Graph\Model\Group|null The group
getGroup
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/UnifiedGroupSource.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/UnifiedGroupSource.php
MIT
public function setGroup($val) { $this->_propDict["group"] = $val; return $this; }
Sets the group Represents a group. @param \Beta\Microsoft\Graph\Model\Group $val The group @return UnifiedGroupSource
setGroup
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/UnifiedGroupSource.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/UnifiedGroupSource.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 DateTime the object was created. @return \DateTime|null The createdDateTime
getCreatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function setCreatedDateTime($val) { $this->_propDict["createdDateTime"] = $val; return $this; }
Sets the createdDateTime DateTime the object was created. @param \DateTime $val The createdDateTime @return DeviceCompliancePolicy
setCreatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function getDescription() { if (array_key_exists("description", $this->_propDict)) { return $this->_propDict["description"]; } else { return null; } }
Gets the description Admin provided description of the Device Configuration. @return string|null The description
getDescription
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function setDescription($val) { $this->_propDict["description"] = $val; return $this; }
Sets the description Admin provided description of the Device Configuration. @param string $val The description @return DeviceCompliancePolicy
setDescription
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function getDisplayName() { if (array_key_exists("displayName", $this->_propDict)) { return $this->_propDict["displayName"]; } else { return null; } }
Gets the displayName Admin provided name of the device configuration. @return string|null The displayName
getDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; }
Sets the displayName Admin provided name of the device configuration. @param string $val The displayName @return DeviceCompliancePolicy
setDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function getLastModifiedDateTime() { if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime") || is_null($this->_propDict["lastModifiedDateTime"])) { return $this->_propDict["lastModifiedDateTime"]; } else { $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); return $this->_propDict["lastModifiedDateTime"]; } } return null; }
Gets the lastModifiedDateTime DateTime the object was last modified. @return \DateTime|null The lastModifiedDateTime
getLastModifiedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function setLastModifiedDateTime($val) { $this->_propDict["lastModifiedDateTime"] = $val; return $this; }
Sets the lastModifiedDateTime DateTime the object was last modified. @param \DateTime $val The lastModifiedDateTime @return DeviceCompliancePolicy
setLastModifiedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function getVersion() { if (array_key_exists("version", $this->_propDict)) { return $this->_propDict["version"]; } else { return null; } }
Gets the version Version of the device configuration. @return int|null The version
getVersion
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function setVersion($val) { $this->_propDict["version"] = intval($val); return $this; }
Sets the version Version of the device configuration. @param int $val The version @return DeviceCompliancePolicy
setVersion
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function getAssignments() { if (array_key_exists("assignments", $this->_propDict)) { return $this->_propDict["assignments"]; } else { return null; } }
Gets the assignments The collection of assignments for this compliance policy. @return array|null The assignments
getAssignments
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function setAssignments($val) { $this->_propDict["assignments"] = $val; return $this; }
Sets the assignments The collection of assignments for this compliance policy. @param DeviceCompliancePolicyAssignment[] $val The assignments @return DeviceCompliancePolicy
setAssignments
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function getDeviceSettingStateSummaries() { if (array_key_exists("deviceSettingStateSummaries", $this->_propDict)) { return $this->_propDict["deviceSettingStateSummaries"]; } else { return null; } }
Gets the deviceSettingStateSummaries Compliance Setting State Device Summary @return array|null The deviceSettingStateSummaries
getDeviceSettingStateSummaries
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function setDeviceSettingStateSummaries($val) { $this->_propDict["deviceSettingStateSummaries"] = $val; return $this; }
Sets the deviceSettingStateSummaries Compliance Setting State Device Summary @param SettingStateDeviceSummary[] $val The deviceSettingStateSummaries @return DeviceCompliancePolicy
setDeviceSettingStateSummaries
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function getDeviceStatuses() { if (array_key_exists("deviceStatuses", $this->_propDict)) { return $this->_propDict["deviceStatuses"]; } else { return null; } }
Gets the deviceStatuses List of DeviceComplianceDeviceStatus. @return array|null The deviceStatuses
getDeviceStatuses
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function setDeviceStatuses($val) { $this->_propDict["deviceStatuses"] = $val; return $this; }
Sets the deviceStatuses List of DeviceComplianceDeviceStatus. @param DeviceComplianceDeviceStatus[] $val The deviceStatuses @return DeviceCompliancePolicy
setDeviceStatuses
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function getDeviceStatusOverview() { if (array_key_exists("deviceStatusOverview", $this->_propDict)) { if (is_a($this->_propDict["deviceStatusOverview"], "\Microsoft\Graph\Model\DeviceComplianceDeviceOverview") || is_null($this->_propDict["deviceStatusOverview"])) { return $this->_propDict["deviceStatusOverview"]; } else { $this->_propDict["deviceStatusOverview"] = new DeviceComplianceDeviceOverview($this->_propDict["deviceStatusOverview"]); return $this->_propDict["deviceStatusOverview"]; } } return null; }
Gets the deviceStatusOverview Device compliance devices status overview @return DeviceComplianceDeviceOverview|null The deviceStatusOverview
getDeviceStatusOverview
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function setDeviceStatusOverview($val) { $this->_propDict["deviceStatusOverview"] = $val; return $this; }
Sets the deviceStatusOverview Device compliance devices status overview @param DeviceComplianceDeviceOverview $val The deviceStatusOverview @return DeviceCompliancePolicy
setDeviceStatusOverview
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function getScheduledActionsForRule() { if (array_key_exists("scheduledActionsForRule", $this->_propDict)) { return $this->_propDict["scheduledActionsForRule"]; } else { return null; } }
Gets the scheduledActionsForRule The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. @return array|null The scheduledActionsForRule
getScheduledActionsForRule
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function setScheduledActionsForRule($val) { $this->_propDict["scheduledActionsForRule"] = $val; return $this; }
Sets the scheduledActionsForRule The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. @param DeviceComplianceScheduledActionForRule[] $val The scheduledActionsForRule @return DeviceCompliancePolicy
setScheduledActionsForRule
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function getUserStatuses() { if (array_key_exists("userStatuses", $this->_propDict)) { return $this->_propDict["userStatuses"]; } else { return null; } }
Gets the userStatuses List of DeviceComplianceUserStatus. @return array|null The userStatuses
getUserStatuses
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function setUserStatuses($val) { $this->_propDict["userStatuses"] = $val; return $this; }
Sets the userStatuses List of DeviceComplianceUserStatus. @param DeviceComplianceUserStatus[] $val The userStatuses @return DeviceCompliancePolicy
setUserStatuses
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function getUserStatusOverview() { if (array_key_exists("userStatusOverview", $this->_propDict)) { if (is_a($this->_propDict["userStatusOverview"], "\Microsoft\Graph\Model\DeviceComplianceUserOverview") || is_null($this->_propDict["userStatusOverview"])) { return $this->_propDict["userStatusOverview"]; } else { $this->_propDict["userStatusOverview"] = new DeviceComplianceUserOverview($this->_propDict["userStatusOverview"]); return $this->_propDict["userStatusOverview"]; } } return null; }
Gets the userStatusOverview Device compliance users status overview @return DeviceComplianceUserOverview|null The userStatusOverview
getUserStatusOverview
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function setUserStatusOverview($val) { $this->_propDict["userStatusOverview"] = $val; return $this; }
Sets the userStatusOverview Device compliance users status overview @param DeviceComplianceUserOverview $val The userStatusOverview @return DeviceCompliancePolicy
setUserStatusOverview
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php
MIT
public function getNewVersion() { if (array_key_exists("newVersion", $this->_propDict)) { return $this->_propDict["newVersion"]; } else { return null; } }
Gets the newVersion The name of the new version that was created by this action. @return string|null The newVersion
getNewVersion
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/VersionAction.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/VersionAction.php
MIT
public function setNewVersion($val) { $this->_propDict["newVersion"] = $val; return $this; }
Sets the newVersion The name of the new version that was created by this action. @param string $val The value of the newVersion @return VersionAction
setNewVersion
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/VersionAction.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/VersionAction.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 AzureAD group that will be locked to this kiosk configuration @return string|null The displayName
getDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/WindowsKioskAzureADGroup.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/WindowsKioskAzureADGroup.php
MIT
public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; }
Sets the displayName The display name of the AzureAD group that will be locked to this kiosk configuration @param string $val The value of the displayName @return WindowsKioskAzureADGroup
setDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/WindowsKioskAzureADGroup.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/WindowsKioskAzureADGroup.php
MIT
public function getGroupId() { if (array_key_exists("groupId", $this->_propDict)) { return $this->_propDict["groupId"]; } else { return null; } }
Gets the groupId The ID of the AzureAD group that will be locked to this kiosk configuration @return string|null The groupId
getGroupId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/WindowsKioskAzureADGroup.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/WindowsKioskAzureADGroup.php
MIT
public function setGroupId($val) { $this->_propDict["groupId"] = $val; return $this; }
Sets the groupId The ID of the AzureAD group that will be locked to this kiosk configuration @param string $val The value of the groupId @return WindowsKioskAzureADGroup
setGroupId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/WindowsKioskAzureADGroup.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/WindowsKioskAzureADGroup.php
MIT
public function getDisplayName() { if (array_key_exists("displayName", $this->_propDict)) { return $this->_propDict["displayName"]; } else { return null; } }
Gets the displayName Friendly name of the status report. @return string|null The displayName
getDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedAppStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedAppStatus.php
MIT
public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; }
Sets the displayName Friendly name of the status report. @param string $val The displayName @return ManagedAppStatus
setDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedAppStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedAppStatus.php
MIT
public function getVersion() { if (array_key_exists("version", $this->_propDict)) { return $this->_propDict["version"]; } else { return null; } }
Gets the version Version of the entity. @return string|null The version
getVersion
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedAppStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedAppStatus.php
MIT
public function setVersion($val) { $this->_propDict["version"] = $val; return $this; }
Sets the version Version of the entity. @param string $val The version @return ManagedAppStatus
setVersion
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedAppStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedAppStatus.php
MIT
private function prepareTemporaryFile($size) { $fp = fopen($this->filename, 'w'); fseek($fp, $size - 1, SEEK_SET); fwrite($fp, '0'); fclose($fp); }
Generate a random file of specified size @param int $size The size of generated file. @return null
prepareTemporaryFile
php
xiebruce/PicUploader
vendor/baidubce/bce-sdk-php/BosClientSample.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/baidubce/bce-sdk-php/BosClientSample.php
MIT
public function getAttendeeAvailability() { if (array_key_exists("attendeeAvailability", $this->_propDict)) { if (is_a($this->_propDict["attendeeAvailability"], "\Microsoft\Graph\Model\AttendeeAvailability") || is_null($this->_propDict["attendeeAvailability"])) { return $this->_propDict["attendeeAvailability"]; } else { $this->_propDict["attendeeAvailability"] = new AttendeeAvailability($this->_propDict["attendeeAvailability"]); return $this->_propDict["attendeeAvailability"]; } } return null; }
Gets the attendeeAvailability An array that shows the availability status of each attendee for this meeting suggestion. @return AttendeeAvailability|null The attendeeAvailability
getAttendeeAvailability
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
MIT
public function setAttendeeAvailability($val) { $this->_propDict["attendeeAvailability"] = $val; return $this; }
Sets the attendeeAvailability An array that shows the availability status of each attendee for this meeting suggestion. @param AttendeeAvailability $val The value to assign to the attendeeAvailability @return MeetingTimeSuggestion The MeetingTimeSuggestion
setAttendeeAvailability
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
MIT
public function getConfidence() { if (array_key_exists("confidence", $this->_propDict)) { return $this->_propDict["confidence"]; } else { return null; } }
Gets the confidence A percentage that represents the likelhood of all the attendees attending. @return float|null The confidence
getConfidence
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
MIT
public function setConfidence($val) { $this->_propDict["confidence"] = $val; return $this; }
Sets the confidence A percentage that represents the likelhood of all the attendees attending. @param float $val The value of the confidence @return MeetingTimeSuggestion
setConfidence
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
MIT
public function getLocations() { if (array_key_exists("locations", $this->_propDict)) { if (is_a($this->_propDict["locations"], "\Microsoft\Graph\Model\Location") || is_null($this->_propDict["locations"])) { return $this->_propDict["locations"]; } else { $this->_propDict["locations"] = new Location($this->_propDict["locations"]); return $this->_propDict["locations"]; } } return null; }
Gets the locations An array that specifies the name and geographic location of each meeting location for this meeting suggestion. @return Location|null The locations
getLocations
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
MIT
public function setLocations($val) { $this->_propDict["locations"] = $val; return $this; }
Sets the locations An array that specifies the name and geographic location of each meeting location for this meeting suggestion. @param Location $val The value to assign to the locations @return MeetingTimeSuggestion The MeetingTimeSuggestion
setLocations
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
MIT
public function getMeetingTimeSlot() { if (array_key_exists("meetingTimeSlot", $this->_propDict)) { if (is_a($this->_propDict["meetingTimeSlot"], "\Microsoft\Graph\Model\TimeSlot") || is_null($this->_propDict["meetingTimeSlot"])) { return $this->_propDict["meetingTimeSlot"]; } else { $this->_propDict["meetingTimeSlot"] = new TimeSlot($this->_propDict["meetingTimeSlot"]); return $this->_propDict["meetingTimeSlot"]; } } return null; }
Gets the meetingTimeSlot A time period suggested for the meeting. @return TimeSlot|null The meetingTimeSlot
getMeetingTimeSlot
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
MIT
public function setMeetingTimeSlot($val) { $this->_propDict["meetingTimeSlot"] = $val; return $this; }
Sets the meetingTimeSlot A time period suggested for the meeting. @param TimeSlot $val The value to assign to the meetingTimeSlot @return MeetingTimeSuggestion The MeetingTimeSuggestion
setMeetingTimeSlot
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
MIT
public function getOrder() { if (array_key_exists("order", $this->_propDict)) { return $this->_propDict["order"]; } else { return null; } }
Gets the order Order of meeting time suggestions sorted by their computed confidence value from high to low, then by chronology if there are suggestions with the same confidence. @return int|null The order
getOrder
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
MIT
public function setOrder($val) { $this->_propDict["order"] = $val; return $this; }
Sets the order Order of meeting time suggestions sorted by their computed confidence value from high to low, then by chronology if there are suggestions with the same confidence. @param int $val The value of the order @return MeetingTimeSuggestion
setOrder
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
MIT
public function getOrganizerAvailability() { if (array_key_exists("organizerAvailability", $this->_propDict)) { if (is_a($this->_propDict["organizerAvailability"], "\Microsoft\Graph\Model\FreeBusyStatus") || is_null($this->_propDict["organizerAvailability"])) { return $this->_propDict["organizerAvailability"]; } else { $this->_propDict["organizerAvailability"] = new FreeBusyStatus($this->_propDict["organizerAvailability"]); return $this->_propDict["organizerAvailability"]; } } return null; }
Gets the organizerAvailability Availability of the meeting organizer for this meeting suggestion. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown. @return FreeBusyStatus|null The organizerAvailability
getOrganizerAvailability
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
MIT
public function setOrganizerAvailability($val) { $this->_propDict["organizerAvailability"] = $val; return $this; }
Sets the organizerAvailability Availability of the meeting organizer for this meeting suggestion. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown. @param FreeBusyStatus $val The value to assign to the organizerAvailability @return MeetingTimeSuggestion The MeetingTimeSuggestion
setOrganizerAvailability
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
MIT
public function getSuggestionReason() { if (array_key_exists("suggestionReason", $this->_propDict)) { return $this->_propDict["suggestionReason"]; } else { return null; } }
Gets the suggestionReason Reason for suggesting the meeting time. @return string|null The suggestionReason
getSuggestionReason
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
MIT
public function setSuggestionReason($val) { $this->_propDict["suggestionReason"] = $val; return $this; }
Sets the suggestionReason Reason for suggesting the meeting time. @param string $val The value of the suggestionReason @return MeetingTimeSuggestion
setSuggestionReason
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
MIT
public function getChangeType() { if (array_key_exists("changeType", $this->_propDict)) { if (is_a($this->_propDict["changeType"], "\Microsoft\Graph\Model\ChangeType") || is_null($this->_propDict["changeType"])) { return $this->_propDict["changeType"]; } else { $this->_propDict["changeType"] = new ChangeType($this->_propDict["changeType"]); return $this->_propDict["changeType"]; } } return null; }
Gets the changeType Possible values are: created, updated, deleted. @return ChangeType|null The changeType
getChangeType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/CommsNotification.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/CommsNotification.php
MIT
public function setChangeType($val) { $this->_propDict["changeType"] = $val; return $this; }
Sets the changeType Possible values are: created, updated, deleted. @param ChangeType $val The value to assign to the changeType @return CommsNotification The CommsNotification
setChangeType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/CommsNotification.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/CommsNotification.php
MIT
public function getResourceUrl() { if (array_key_exists("resourceUrl", $this->_propDict)) { return $this->_propDict["resourceUrl"]; } else { return null; } }
Gets the resourceUrl URI of the resource that was changed. @return string|null The resourceUrl
getResourceUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/CommsNotification.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/CommsNotification.php
MIT
public function setResourceUrl($val) { $this->_propDict["resourceUrl"] = $val; return $this; }
Sets the resourceUrl URI of the resource that was changed. @param string $val The value of the resourceUrl @return CommsNotification
setResourceUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/CommsNotification.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/CommsNotification.php
MIT
public function getAssignedToMe() { if (array_key_exists("assignedToMe", $this->_propDict)) { return $this->_propDict["assignedToMe"]; } else { return null; } }
Gets the assignedToMe Indicates whether the step is assigned to the calling user to review. Read-only. @return bool|null The assignedToMe
getAssignedToMe
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
MIT
public function setAssignedToMe($val) { $this->_propDict["assignedToMe"] = boolval($val); return $this; }
Sets the assignedToMe Indicates whether the step is assigned to the calling user to review. Read-only. @param bool $val The assignedToMe @return ApprovalStep
setAssignedToMe
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
MIT
public function getDisplayName() { if (array_key_exists("displayName", $this->_propDict)) { return $this->_propDict["displayName"]; } else { return null; } }
Gets the displayName The label provided by the policy creator to identify an approval step. Read-only. @return string|null The displayName
getDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
MIT
public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; }
Sets the displayName The label provided by the policy creator to identify an approval step. Read-only. @param string $val The displayName @return ApprovalStep
setDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
MIT
public function getJustification() { if (array_key_exists("justification", $this->_propDict)) { return $this->_propDict["justification"]; } else { return null; } }
Gets the justification The justification associated with the approval step decision. @return string|null The justification
getJustification
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
MIT
public function setJustification($val) { $this->_propDict["justification"] = $val; return $this; }
Sets the justification The justification associated with the approval step decision. @param string $val The justification @return ApprovalStep
setJustification
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
MIT
public function getReviewedBy() { if (array_key_exists("reviewedBy", $this->_propDict)) { if (is_a($this->_propDict["reviewedBy"], "\Beta\Microsoft\Graph\Model\Identity") || is_null($this->_propDict["reviewedBy"])) { return $this->_propDict["reviewedBy"]; } else { $this->_propDict["reviewedBy"] = new Identity($this->_propDict["reviewedBy"]); return $this->_propDict["reviewedBy"]; } } return null; }
Gets the reviewedBy The identifier of the reviewer. 00000000-0000-0000-0000-000000000000 if the assigned reviewer hasn't reviewed. Read-only. @return Identity|null The reviewedBy
getReviewedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
MIT
public function setReviewedBy($val) { $this->_propDict["reviewedBy"] = $val; return $this; }
Sets the reviewedBy The identifier of the reviewer. 00000000-0000-0000-0000-000000000000 if the assigned reviewer hasn't reviewed. Read-only. @param Identity $val The reviewedBy @return ApprovalStep
setReviewedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
MIT
public function getReviewedDateTime() { if (array_key_exists("reviewedDateTime", $this->_propDict)) { if (is_a($this->_propDict["reviewedDateTime"], "\DateTime") || is_null($this->_propDict["reviewedDateTime"])) { return $this->_propDict["reviewedDateTime"]; } else { $this->_propDict["reviewedDateTime"] = new \DateTime($this->_propDict["reviewedDateTime"]); return $this->_propDict["reviewedDateTime"]; } } return null; }
Gets the reviewedDateTime The date and time when a decision was recorded. The date and time information uses 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 reviewedDateTime
getReviewedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
MIT
public function setReviewedDateTime($val) { $this->_propDict["reviewedDateTime"] = $val; return $this; }
Sets the reviewedDateTime The date and time when a decision was recorded. The date and time information uses 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 reviewedDateTime @return ApprovalStep
setReviewedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
MIT
public function getReviewResult() { if (array_key_exists("reviewResult", $this->_propDict)) { return $this->_propDict["reviewResult"]; } else { return null; } }
Gets the reviewResult The result of this approval record. Possible values include: NotReviewed, Approved, Denied. @return string|null The reviewResult
getReviewResult
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
MIT
public function setReviewResult($val) { $this->_propDict["reviewResult"] = $val; return $this; }
Sets the reviewResult The result of this approval record. Possible values include: NotReviewed, Approved, Denied. @param string $val The reviewResult @return ApprovalStep
setReviewResult
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
MIT
public function getStatus() { if (array_key_exists("status", $this->_propDict)) { return $this->_propDict["status"]; } else { return null; } }
Gets the status The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. @return string|null The status
getStatus
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
MIT
public function setStatus($val) { $this->_propDict["status"] = $val; return $this; }
Sets the status The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. @param string $val The status @return ApprovalStep
setStatus
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
MIT
public function getCertificateAccessType() { if (array_key_exists("certificateAccessType", $this->_propDict)) { if (is_a($this->_propDict["certificateAccessType"], "\Beta\Microsoft\Graph\Model\AndroidDeviceOwnerCertificateAccessType") || is_null($this->_propDict["certificateAccessType"])) { return $this->_propDict["certificateAccessType"]; } else { $this->_propDict["certificateAccessType"] = new AndroidDeviceOwnerCertificateAccessType($this->_propDict["certificateAccessType"]); return $this->_propDict["certificateAccessType"]; } } return null; }
Gets the certificateAccessType Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue. @return AndroidDeviceOwnerCertificateAccessType|null The certificateAccessType
getCertificateAccessType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.php
MIT
public function setCertificateAccessType($val) { $this->_propDict["certificateAccessType"] = $val; return $this; }
Sets the certificateAccessType Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue. @param AndroidDeviceOwnerCertificateAccessType $val The certificateAccessType @return AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration
setCertificateAccessType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.php
MIT
public function getSilentCertificateAccessDetails() { if (array_key_exists("silentCertificateAccessDetails", $this->_propDict)) { return $this->_propDict["silentCertificateAccessDetails"]; } else { return null; } }
Gets the silentCertificateAccessDetails Certificate access information. This collection can contain a maximum of 50 elements. @return array|null The silentCertificateAccessDetails
getSilentCertificateAccessDetails
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.php
MIT
public function setSilentCertificateAccessDetails($val) { $this->_propDict["silentCertificateAccessDetails"] = $val; return $this; }
Sets the silentCertificateAccessDetails Certificate access information. This collection can contain a maximum of 50 elements. @param AndroidDeviceOwnerSilentCertificateAccess[] $val The silentCertificateAccessDetails @return AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration
setSilentCertificateAccessDetails
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.php
MIT
public function getDerivedCredentialSettings() { if (array_key_exists("derivedCredentialSettings", $this->_propDict)) { if (is_a($this->_propDict["derivedCredentialSettings"], "\Beta\Microsoft\Graph\Model\DeviceManagementDerivedCredentialSettings") || is_null($this->_propDict["derivedCredentialSettings"])) { return $this->_propDict["derivedCredentialSettings"]; } else { $this->_propDict["derivedCredentialSettings"] = new DeviceManagementDerivedCredentialSettings($this->_propDict["derivedCredentialSettings"]); return $this->_propDict["derivedCredentialSettings"]; } } return null; }
Gets the derivedCredentialSettings Tenant level settings for the Derived Credentials to be used for authentication. @return DeviceManagementDerivedCredentialSettings|null The derivedCredentialSettings
getDerivedCredentialSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.php
MIT
public function setDerivedCredentialSettings($val) { $this->_propDict["derivedCredentialSettings"] = $val; return $this; }
Sets the derivedCredentialSettings Tenant level settings for the Derived Credentials to be used for authentication. @param DeviceManagementDerivedCredentialSettings $val The derivedCredentialSettings @return AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration
setDerivedCredentialSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.php
MIT
public function getApplicationFilter() { if (array_key_exists("applicationFilter", $this->_propDict)) { if (is_a($this->_propDict["applicationFilter"], "\Beta\Microsoft\Graph\Model\ConditionalAccessFilter") || is_null($this->_propDict["applicationFilter"])) { return $this->_propDict["applicationFilter"]; } else { $this->_propDict["applicationFilter"] = new ConditionalAccessFilter($this->_propDict["applicationFilter"]); return $this->_propDict["applicationFilter"]; } } return null; }
Gets the applicationFilter Filter that defines the dynamic-application-syntax rule to include/exclude cloud applications. A filter can use custom security attributes to include/exclude applications. @return ConditionalAccessFilter|null The applicationFilter
getApplicationFilter
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
MIT
public function setApplicationFilter($val) { $this->_propDict["applicationFilter"] = $val; return $this; }
Sets the applicationFilter Filter that defines the dynamic-application-syntax rule to include/exclude cloud applications. A filter can use custom security attributes to include/exclude applications. @param ConditionalAccessFilter $val The value to assign to the applicationFilter @return ConditionalAccessApplications The ConditionalAccessApplications
setApplicationFilter
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
MIT
public function getExcludeApplications() { if (array_key_exists("excludeApplications", $this->_propDict)) { return $this->_propDict["excludeApplications"]; } else { return null; } }
Gets the excludeApplications Can be one of the following: The list of client IDs (appId) explicitly excluded from the policy. Office365 - For the list of apps included in Office365, see Conditional Access target apps: Office 365 @return string|null The excludeApplications
getExcludeApplications
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
MIT
public function setExcludeApplications($val) { $this->_propDict["excludeApplications"] = $val; return $this; }
Sets the excludeApplications Can be one of the following: The list of client IDs (appId) explicitly excluded from the policy. Office365 - For the list of apps included in Office365, see Conditional Access target apps: Office 365 @param string $val The value of the excludeApplications @return ConditionalAccessApplications
setExcludeApplications
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
MIT
public function getIncludeApplications() { if (array_key_exists("includeApplications", $this->_propDict)) { return $this->_propDict["includeApplications"]; } else { return null; } }
Gets the includeApplications Can be one of the following: The list of client IDs (appId) the policy applies to, unless explicitly excluded (in excludeApplications) All Office365 - For the list of apps included in Office365, see Conditional Access target apps: Office 365 @return string|null The includeApplications
getIncludeApplications
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
MIT
public function setIncludeApplications($val) { $this->_propDict["includeApplications"] = $val; return $this; }
Sets the includeApplications Can be one of the following: The list of client IDs (appId) the policy applies to, unless explicitly excluded (in excludeApplications) All Office365 - For the list of apps included in Office365, see Conditional Access target apps: Office 365 @param string $val The value of the includeApplications @return ConditionalAccessApplications
setIncludeApplications
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
MIT
public function getIncludeAuthenticationContextClassReferences() { if (array_key_exists("includeAuthenticationContextClassReferences", $this->_propDict)) { return $this->_propDict["includeAuthenticationContextClassReferences"]; } else { return null; } }
Gets the includeAuthenticationContextClassReferences Authentication context class references include. Supported values are c1 through c25. @return string|null The includeAuthenticationContextClassReferences
getIncludeAuthenticationContextClassReferences
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
MIT
public function setIncludeAuthenticationContextClassReferences($val) { $this->_propDict["includeAuthenticationContextClassReferences"] = $val; return $this; }
Sets the includeAuthenticationContextClassReferences Authentication context class references include. Supported values are c1 through c25. @param string $val The value of the includeAuthenticationContextClassReferences @return ConditionalAccessApplications
setIncludeAuthenticationContextClassReferences
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
MIT
public function getIncludeUserActions() { if (array_key_exists("includeUserActions", $this->_propDict)) { return $this->_propDict["includeUserActions"]; } else { return null; } }
Gets the includeUserActions User actions to include. Supported values are urn:user:registersecurityinfo and urn:user:registerdevice @return string|null The includeUserActions
getIncludeUserActions
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
MIT
public function setIncludeUserActions($val) { $this->_propDict["includeUserActions"] = $val; return $this; }
Sets the includeUserActions User actions to include. Supported values are urn:user:registersecurityinfo and urn:user:registerdevice @param string $val The value of the includeUserActions @return ConditionalAccessApplications
setIncludeUserActions
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
MIT
public function getCollectionId() { if (array_key_exists("collectionId", $this->_propDict)) { return $this->_propDict["collectionId"]; } else { return null; } }
Gets the collectionId The collection Id that is the target of the assignment. @return string|null The collectionId
getCollectionId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/ConfigurationManagerCollectionAssignmentTarget.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ConfigurationManagerCollectionAssignmentTarget.php
MIT