Class EntityMappingType


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

      • ACCOUNT

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

        public static final EntityMappingType HOST
        Static value Host for EntityMappingType.
      • IP

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

        public static final EntityMappingType MALWARE
        Static value Malware for EntityMappingType.
      • FILE

        public static final EntityMappingType FILE
        Static value File for EntityMappingType.
      • PROCESS

        public static final EntityMappingType PROCESS
        Static value Process for EntityMappingType.
      • CLOUD_APPLICATION

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

        public static final EntityMappingType DNS
        Static value DNS for EntityMappingType.
      • AZURE_RESOURCE

        public static final EntityMappingType AZURE_RESOURCE
        Static value AzureResource for EntityMappingType.
      • FILE_HASH

        public static final EntityMappingType FILE_HASH
        Static value FileHash for EntityMappingType.
      • REGISTRY_KEY

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

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

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

        public static final EntityMappingType URL
        Static value URL for EntityMappingType.
      • MAILBOX

        public static final EntityMappingType MAILBOX
        Static value Mailbox for EntityMappingType.
      • MAIL_CLUSTER

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

        public static final EntityMappingType MAIL_MESSAGE
        Static value MailMessage for EntityMappingType.
      • SUBMISSION_MAIL

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

      • EntityMappingType

        public EntityMappingType()
    • Method Detail

      • fromString

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

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