Uses of Class
com.azure.resourcemanager.securityinsights.models.EntityKind
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of EntityKind in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final EntityKind
EntityKind.ACCOUNT
Static value Account for EntityKind.static final EntityKind
EntityKind.AZURE_RESOURCE
Static value AzureResource for EntityKind.static final EntityKind
EntityKind.BOOKMARK
Static value Bookmark for EntityKind.static final EntityKind
EntityKind.CLOUD_APPLICATION
Static value CloudApplication for EntityKind.static final EntityKind
EntityKind.DNS_RESOLUTION
Static value DnsResolution for EntityKind.static final EntityKind
EntityKind.FILE
Static value File for EntityKind.static final EntityKind
EntityKind.FILE_HASH
Static value FileHash for EntityKind.static final EntityKind
EntityKind.HOST
Static value Host for EntityKind.static final EntityKind
EntityKind.IO_TDEVICE
Static value IoTDevice for EntityKind.static final EntityKind
EntityKind.IP
Static value Ip for EntityKind.static final EntityKind
EntityKind.MAIL_CLUSTER
Static value MailCluster for EntityKind.static final EntityKind
EntityKind.MAIL_MESSAGE
Static value MailMessage for EntityKind.static final EntityKind
EntityKind.MAILBOX
Static value Mailbox for EntityKind.static final EntityKind
EntityKind.MALWARE
Static value Malware for EntityKind.static final EntityKind
EntityKind.NIC
Static value Nic for EntityKind.static final EntityKind
EntityKind.PROCESS
Static value Process for EntityKind.static final EntityKind
EntityKind.REGISTRY_KEY
Static value RegistryKey for EntityKind.static final EntityKind
EntityKind.REGISTRY_VALUE
Static value RegistryValue for EntityKind.static final EntityKind
EntityKind.SECURITY_ALERT
Static value SecurityAlert for EntityKind.static final EntityKind
EntityKind.SECURITY_GROUP
Static value SecurityGroup for EntityKind.static final EntityKind
EntityKind.SUBMISSION_MAIL
Static value SubmissionMail for EntityKind.static final EntityKind
EntityKind.URL
Static value Url for EntityKind.Modifier and TypeMethodDescriptionExpansionResultAggregation.entityKind()
Get the entityKind property: The kind of the aggregated entity.IncidentEntitiesResultsMetadata.entityKind()
Get the entityKind property: The kind of the aggregated entity.static EntityKind
EntityKind.fromString
(String name) Creates or finds a EntityKind from its string representation.Modifier and TypeMethodDescriptionstatic Collection<EntityKind>
EntityKind.values()
Gets known EntityKind values.Modifier and TypeMethodDescriptionExpansionResultAggregation.withEntityKind
(EntityKind entityKind) Set the entityKind property: The kind of the aggregated entity.IncidentEntitiesResultsMetadata.withEntityKind
(EntityKind entityKind) Set the entityKind property: The kind of the aggregated entity.