EntityKind Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. securityinsights. models. EntityKind
- com.
- com.
public final class EntityKind
extends ExpandableStringEnum<EntityKind>
The kind of the entity.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Entity |
ACCOUNT
Static value Account for Entity |
|
static final
Entity |
AZURE_RESOURCE
Static value Azure |
|
static final
Entity |
BOOKMARK
Static value Bookmark for Entity |
|
static final
Entity |
CLOUD_APPLICATION
Static value Cloud |
|
static final
Entity |
DNS_RESOLUTION
Static value Dns |
|
static final
Entity |
FILE
Static value File for Entity |
|
static final
Entity |
FILE_HASH
Static value File |
|
static final
Entity |
HOST
Static value Host for Entity |
|
static final
Entity |
IO_TDEVICE
Static value Io |
|
static final
Entity |
IP
Static value Ip for Entity |
|
static final
Entity |
MAILBOX
Static value Mailbox for Entity |
|
static final
Entity |
MAIL_CLUSTER
Static value Mail |
|
static final
Entity |
MAIL_MESSAGE
Static value Mail |
|
static final
Entity |
MALWARE
Static value Malware for Entity |
|
static final
Entity |
NIC
Static value Nic for Entity |
|
static final
Entity |
PROCESS
Static value Process for Entity |
|
static final
Entity |
REGISTRY_KEY
Static value Registry |
|
static final
Entity |
REGISTRY_VALUE
Static value Registry |
|
static final
Entity |
SECURITY_ALERT
Static value Security |
|
static final
Entity |
SECURITY_GROUP
Static value Security |
|
static final
Entity |
SUBMISSION_MAIL
Static value Submission |
|
static final
Entity |
URL
Static value Url for Entity |
Constructor Summary
| Constructor | Description |
|---|---|
| EntityKind() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Entity |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Entity |
fromString(String name)
Creates or finds a Entity |
|
static
Collection<Entity |
values()
Gets known Entity |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ACCOUNT
public static final EntityKind ACCOUNT
Static value Account for EntityKind.
AZURE_RESOURCE
public static final EntityKind AZURE_RESOURCE
Static value AzureResource for EntityKind.
BOOKMARK
public static final EntityKind BOOKMARK
Static value Bookmark for EntityKind.
CLOUD_APPLICATION
public static final EntityKind CLOUD_APPLICATION
Static value CloudApplication for EntityKind.
DNS_RESOLUTION
public static final EntityKind DNS_RESOLUTION
Static value DnsResolution for EntityKind.
FILE
public static final EntityKind FILE
Static value File for EntityKind.
FILE_HASH
public static final EntityKind FILE_HASH
Static value FileHash for EntityKind.
HOST
public static final EntityKind HOST
Static value Host for EntityKind.
IO_TDEVICE
public static final EntityKind IO_TDEVICE
Static value IoTDevice for EntityKind.
IP
public static final EntityKind IP
Static value Ip for EntityKind.
MAILBOX
public static final EntityKind MAILBOX
Static value Mailbox for EntityKind.
MAIL_CLUSTER
public static final EntityKind MAIL_CLUSTER
Static value MailCluster for EntityKind.
MAIL_MESSAGE
public static final EntityKind MAIL_MESSAGE
Static value MailMessage for EntityKind.
MALWARE
public static final EntityKind MALWARE
Static value Malware for EntityKind.
NIC
public static final EntityKind NIC
Static value Nic for EntityKind.
PROCESS
public static final EntityKind PROCESS
Static value Process for EntityKind.
REGISTRY_KEY
public static final EntityKind REGISTRY_KEY
Static value RegistryKey for EntityKind.
REGISTRY_VALUE
public static final EntityKind REGISTRY_VALUE
Static value RegistryValue for EntityKind.
SECURITY_ALERT
public static final EntityKind SECURITY_ALERT
Static value SecurityAlert for EntityKind.
SECURITY_GROUP
public static final EntityKind SECURITY_GROUP
Static value SecurityGroup for EntityKind.
SUBMISSION_MAIL
public static final EntityKind SUBMISSION_MAIL
Static value SubmissionMail for EntityKind.
URL
public static final EntityKind URL
Static value Url for EntityKind.
Constructor Details
EntityKind
@Deprecated
public EntityKind()
Deprecated
Creates a new instance of EntityKind value.
Method Details
fromString
public static EntityKind fromString(String name)
Creates or finds a EntityKind from its string representation.
Parameters:
Returns:
values
public static Collection<EntityKind> values()
Gets known EntityKind values.
Returns: