????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.145.167.178 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/icad.astacus.se/sharepoint/vendor/vgrem/php-spo/src/Graph/ |
Upload File : |
<?php /** * Generated by phpSPO model generator 2020-05-26T22:12:31+00:00 */ namespace Office365\Graph; use Office365\Runtime\ClientObject; /** * "Represents potential security issues within a customer's tenant that Microsoft or partner security solutions have identified. Use alerts to unify and streamline security issue management across all integrated solutions. To learn more, see the sample queries in Graph Explorer." */ class Alert extends ClientObject { /** * Name or alias of the activity group (attacker) this alert is attributed to. * @return string */ public function getActivityGroupName() { if (!$this->isPropertyAvailable("ActivityGroupName")) { return null; } return $this->getProperty("ActivityGroupName"); } /** * Name or alias of the activity group (attacker) this alert is attributed to. * @var string */ public function setActivityGroupName($value) { $this->setProperty("ActivityGroupName", $value, true); } /** * Name of the analyst the alert is assigned to for triage, investigation, or remediation (supports [update](../api/alert-update.md)). * @return string */ public function getAssignedTo() { if (!$this->isPropertyAvailable("AssignedTo")) { return null; } return $this->getProperty("AssignedTo"); } /** * Name of the analyst the alert is assigned to for triage, investigation, or remediation (supports [update](../api/alert-update.md)). * @var string */ public function setAssignedTo($value) { $this->setProperty("AssignedTo", $value, true); } /** * Azure subscription ID, present if this alert is related to an Azure resource. * @return string */ public function getAzureSubscriptionId() { if (!$this->isPropertyAvailable("AzureSubscriptionId")) { return null; } return $this->getProperty("AzureSubscriptionId"); } /** * Azure subscription ID, present if this alert is related to an Azure resource. * @var string */ public function setAzureSubscriptionId($value) { $this->setProperty("AzureSubscriptionId", $value, true); } /** * @return string */ public function getAzureTenantId() { if (!$this->isPropertyAvailable("AzureTenantId")) { return null; } return $this->getProperty("AzureTenantId"); } /** * @var string */ public function setAzureTenantId($value) { $this->setProperty("AzureTenantId", $value, true); } /** * Category of the alert (for example, credentialTheft, ransomware, etc.). * @return string */ public function getCategory() { if (!$this->isPropertyAvailable("Category")) { return null; } return $this->getProperty("Category"); } /** * Category of the alert (for example, credentialTheft, ransomware, etc.). * @var string */ public function setCategory($value) { $this->setProperty("Category", $value, true); } /** * Customer-provided comments on alert (for customer alert management) (supports [update](../api/alert-update.md)). * @return array */ public function getComments() { if (!$this->isPropertyAvailable("Comments")) { return null; } return $this->getProperty("Comments"); } /** * Customer-provided comments on alert (for customer alert management) (supports [update](../api/alert-update.md)). * @var array */ public function setComments($value) { $this->setProperty("Comments", $value, true); } /** * Confidence of the detection logic (percentage between 1-100). * @return integer */ public function getConfidence() { if (!$this->isPropertyAvailable("Confidence")) { return null; } return $this->getProperty("Confidence"); } /** * Confidence of the detection logic (percentage between 1-100). * @var integer */ public function setConfidence($value) { $this->setProperty("Confidence", $value, true); } /** * Alert description. * @return string */ public function getDescription() { if (!$this->isPropertyAvailable("Description")) { return null; } return $this->getProperty("Description"); } /** * Alert description. * @var string */ public function setDescription($value) { $this->setProperty("Description", $value, true); } /** * Set of alerts related to this alert entity (each alert is pushed to the SIEM as a separate record). * @return array */ public function getDetectionIds() { if (!$this->isPropertyAvailable("DetectionIds")) { return null; } return $this->getProperty("DetectionIds"); } /** * Set of alerts related to this alert entity (each alert is pushed to the SIEM as a separate record). * @var array */ public function setDetectionIds($value) { $this->setProperty("DetectionIds", $value, true); } /** * Vendor/provider recommended action(s) to take as a result of the alert (for example, isolate machine, enforce2FA, reimage host). * @return array */ public function getRecommendedActions() { if (!$this->isPropertyAvailable("RecommendedActions")) { return null; } return $this->getProperty("RecommendedActions"); } /** * Vendor/provider recommended action(s) to take as a result of the alert (for example, isolate machine, enforce2FA, reimage host). * @var array */ public function setRecommendedActions($value) { $this->setProperty("RecommendedActions", $value, true); } /** * Hyperlinks (URIs) to the source material related to the alert, for example, provider's user interface for alerts or log search, etc. * @return array */ public function getSourceMaterials() { if (!$this->isPropertyAvailable("SourceMaterials")) { return null; } return $this->getProperty("SourceMaterials"); } /** * Hyperlinks (URIs) to the source material related to the alert, for example, provider's user interface for alerts or log search, etc. * @var array */ public function setSourceMaterials($value) { $this->setProperty("SourceMaterials", $value, true); } /** * User-definable labels that can be applied to an alert and can serve as filter conditions (for example "HVA", "SAW", etc.) (supports [update](../api/alert-update.md)). * @return array */ public function getTags() { if (!$this->isPropertyAvailable("Tags")) { return null; } return $this->getProperty("Tags"); } /** * User-definable labels that can be applied to an alert and can serve as filter conditions (for example "HVA", "SAW", etc.) (supports [update](../api/alert-update.md)). * @var array */ public function setTags($value) { $this->setProperty("Tags", $value, true); } /** * @return string */ public function getTitle() { if (!$this->isPropertyAvailable("Title")) { return null; } return $this->getProperty("Title"); } /** * @var string */ public function setTitle($value) { $this->setProperty("Title", $value, true); } /** * @return SecurityVendorInformation */ public function getVendorInformation() { if (!$this->isPropertyAvailable("VendorInformation")) { return null; } return $this->getProperty("VendorInformation"); } /** * @var SecurityVendorInformation */ public function setVendorInformation($value) { $this->setProperty("VendorInformation", $value, true); } }