Uses of Class
odata.msgraph.client.security.complex.AlertEvidence
-
Packages that use AlertEvidence Package Description odata.msgraph.client.security.complex odata.msgraph.client.security.entity -
-
Uses of AlertEvidence in odata.msgraph.client.security.complex
Subclasses of AlertEvidence in odata.msgraph.client.security.complex Modifier and Type Class Description classAmazonResourceEvidenceclassAnalyzedMessageEvidenceclassAzureResourceEvidenceclassBlobContainerEvidenceclassBlobEvidenceclassCloudApplicationEvidenceclassContainerEvidenceclassContainerImageEvidenceclassContainerRegistryEvidenceclassDeviceEvidenceclassFileEvidenceclassGoogleCloudResourceEvidenceclassIpEvidenceclassKubernetesClusterEvidenceclassKubernetesControllerEvidenceclassKubernetesNamespaceEvidenceclassKubernetesPodEvidenceclassKubernetesSecretEvidenceclassKubernetesServiceAccountEvidenceclassKubernetesServiceEvidenceclassMailboxEvidenceclassMailClusterEvidenceclassOauthApplicationEvidenceclassProcessEvidenceclassRegistryKeyEvidenceclassRegistryValueEvidenceclassSecurityGroupEvidenceclassUrlEvidenceclassUserEvidenceFields in odata.msgraph.client.security.complex declared as AlertEvidence Modifier and Type Field Description protected AlertEvidenceKubernetesClusterEvidence. cloudResourceMethods in odata.msgraph.client.security.complex that return AlertEvidence Modifier and Type Method Description AlertEvidenceAlertEvidence.Builder. build()AlertEvidenceAlertEvidence. withCreatedDateTime(OffsetDateTime createdDateTime)AlertEvidenceAlertEvidence. withRemediationStatus(EvidenceRemediationStatus remediationStatus)AlertEvidenceAlertEvidence. withRemediationStatusDetails(String remediationStatusDetails)AlertEvidenceAlertEvidence. withUnmappedField(String name, Object value)AlertEvidenceAlertEvidence. withVerdict(EvidenceVerdict verdict)Methods in odata.msgraph.client.security.complex that return types with arguments of type AlertEvidence Modifier and Type Method Description Optional<AlertEvidence>KubernetesClusterEvidence. getCloudResource()Methods in odata.msgraph.client.security.complex with parameters of type AlertEvidence Modifier and Type Method Description KubernetesClusterEvidence.BuilderKubernetesClusterEvidence.Builder. cloudResource(AlertEvidence cloudResource)KubernetesClusterEvidenceKubernetesClusterEvidence. withCloudResource(AlertEvidence cloudResource) -
Uses of AlertEvidence in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity with type parameters of type AlertEvidence Modifier and Type Field Description protected List<AlertEvidence>Alert. evidenceMethods in odata.msgraph.client.security.entity that return types with arguments of type AlertEvidence Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AlertEvidence>Alert. getEvidence()com.github.davidmoten.odata.client.CollectionPage<AlertEvidence>Alert. getEvidence(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.security.entity with parameters of type AlertEvidence Modifier and Type Method Description Alert.BuilderAlert.Builder. evidence(AlertEvidence... evidence)Method parameters in odata.msgraph.client.security.entity with type arguments of type AlertEvidence Modifier and Type Method Description Alert.BuilderAlert.Builder. evidence(List<AlertEvidence> evidence)AlertAlert. withEvidence(List<AlertEvidence> evidence)
-