Class FileHashEntityProperties

java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.FileHashEntityProperties

public final class FileHashEntityProperties extends EntityCommonProperties
FileHash entity property bag.
  • Constructor Details

    • FileHashEntityProperties

      public FileHashEntityProperties()
  • Method Details

    • algorithm

      public FileHashAlgorithm algorithm()
      Get the algorithm property: The hash algorithm type.
      Returns:
      the algorithm value.
    • hashValue

      public String hashValue()
      Get the hashValue property: The file hash value.
      Returns:
      the hashValue value.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class EntityCommonProperties
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.