Uses of Class
odata.msgraph.client.security.entity.Alert
-
Packages that use Alert Package Description odata.msgraph.client.entity odata.msgraph.client.security.entity -
-
Uses of Alert in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type Alert Modifier and Type Field Description protected List<Alert>Security. alerts_v2Methods in odata.msgraph.client.entity with parameters of type Alert Modifier and Type Method Description Security.BuilderSecurity.Builder. alerts_v2(Alert... alerts_v2)Method parameters in odata.msgraph.client.entity with type arguments of type Alert Modifier and Type Method Description Security.BuilderSecurity.Builder. alerts_v2(List<Alert> alerts_v2)SecuritySecurity. withAlerts_v2(List<Alert> alerts_v2) -
Uses of Alert in odata.msgraph.client.security.entity
Methods in odata.msgraph.client.security.entity that return Alert Modifier and Type Method Description AlertAlert.Builder. build()AlertAlert. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AlertAlert. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AlertAlert. withActorDisplayName(String actorDisplayName)AlertAlert. withAdditionalData(Dictionary additionalData)AlertAlert. withAlertPolicyId(String alertPolicyId)AlertAlert. withAlertWebUrl(String alertWebUrl)AlertAlert. withAssignedTo(String assignedTo)AlertAlert. withCategory(String category)AlertAlert. withClassification(AlertClassification classification)AlertAlert. withComments(List<AlertComment> comments)AlertAlert. withCreatedDateTime(OffsetDateTime createdDateTime)AlertAlert. withDescription(String description)AlertAlert. withDetectionSource(DetectionSource detectionSource)AlertAlert. withDetectorId(String detectorId)AlertAlert. withDetermination(AlertDetermination determination)AlertAlert. withEvidence(List<AlertEvidence> evidence)AlertAlert. withFirstActivityDateTime(OffsetDateTime firstActivityDateTime)AlertAlert. withIncidentId(String incidentId)AlertAlert. withIncidentWebUrl(String incidentWebUrl)AlertAlert. withLastActivityDateTime(OffsetDateTime lastActivityDateTime)AlertAlert. withLastUpdateDateTime(OffsetDateTime lastUpdateDateTime)AlertAlert. withMitreTechniques(List<String> mitreTechniques)AlertAlert. withProductName(String productName)AlertAlert. withProviderAlertId(String providerAlertId)AlertAlert. withRecommendedActions(String recommendedActions)AlertAlert. withResolvedDateTime(OffsetDateTime resolvedDateTime)AlertAlert. withServiceSource(ServiceSource serviceSource)AlertAlert. withSeverity(AlertSeverity severity)AlertAlert. withStatus(AlertStatus status)AlertAlert. withTenantId(String tenantId)AlertAlert. withThreatDisplayName(String threatDisplayName)AlertAlert. withThreatFamilyName(String threatFamilyName)AlertAlert. withTitle(String title)AlertAlert. withUnmappedField(String name, Object value)
-