java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.securityinsights.fluent.models.EntityInner
com.azure.resourcemanager.securityinsights.models.FileHashEntity

public final class FileHashEntity extends EntityInner
Represents a file hash entity.
  • Constructor Details

    • FileHashEntity

      public FileHashEntity()
  • 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.
    • additionalData

      public Map<String,Object> additionalData()
      Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.
      Returns:
      the additionalData value.
    • friendlyName

      public String friendlyName()
      Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
      Returns:
      the friendlyName value.
    • validate

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