Class EntityType


  • public final class EntityType
    extends com.azure.core.util.ExpandableStringEnum<EntityType>
    Defines values for EntityType.
    • Field Detail

      • ACCOUNT

        public static final EntityType ACCOUNT
        Static value Account for EntityType.
      • HOST

        public static final EntityType HOST
        Static value Host for EntityType.
      • FILE

        public static final EntityType FILE
        Static value File for EntityType.
      • AZURE_RESOURCE

        public static final EntityType AZURE_RESOURCE
        Static value AzureResource for EntityType.
      • CLOUD_APPLICATION

        public static final EntityType CLOUD_APPLICATION
        Static value CloudApplication for EntityType.
      • DNS

        public static final EntityType DNS
        Static value DNS for EntityType.
      • FILE_HASH

        public static final EntityType FILE_HASH
        Static value FileHash for EntityType.
      • IP

        public static final EntityType IP
        Static value IP for EntityType.
      • MALWARE

        public static final EntityType MALWARE
        Static value Malware for EntityType.
      • PROCESS

        public static final EntityType PROCESS
        Static value Process for EntityType.
      • REGISTRY_KEY

        public static final EntityType REGISTRY_KEY
        Static value RegistryKey for EntityType.
      • REGISTRY_VALUE

        public static final EntityType REGISTRY_VALUE
        Static value RegistryValue for EntityType.
      • SECURITY_GROUP

        public static final EntityType SECURITY_GROUP
        Static value SecurityGroup for EntityType.
      • URL

        public static final EntityType URL
        Static value URL for EntityType.
      • IO_TDEVICE

        public static final EntityType IO_TDEVICE
        Static value IoTDevice for EntityType.
      • SECURITY_ALERT

        public static final EntityType SECURITY_ALERT
        Static value SecurityAlert for EntityType.
      • HUNTING_BOOKMARK

        public static final EntityType HUNTING_BOOKMARK
        Static value HuntingBookmark for EntityType.
      • MAIL_CLUSTER

        public static final EntityType MAIL_CLUSTER
        Static value MailCluster for EntityType.
      • MAIL_MESSAGE

        public static final EntityType MAIL_MESSAGE
        Static value MailMessage for EntityType.
      • MAILBOX

        public static final EntityType MAILBOX
        Static value Mailbox for EntityType.
      • SUBMISSION_MAIL

        public static final EntityType SUBMISSION_MAIL
        Static value SubmissionMail for EntityType.
    • Constructor Detail

      • EntityType

        public EntityType()
    • Method Detail

      • fromString

        public static EntityType fromString​(String name)
        Creates or finds a EntityType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding EntityType.
      • values

        public static Collection<EntityType> values()
        Gets known EntityType values.
        Returns:
        known EntityType values.