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

public final class FileEntity extends EntityInner
Represents a file entity.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.
    Get the directory property: The full path to the file.
    Get the fileHashEntityIds property: The file hash entity identifiers associated with this file.
    Get the fileName property: The file name without path (some alerts might not include path).
    Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance.
    Get the hostEntityId property: The Host entity id which the file belongs to.
    void
    Validates the instance.

    Methods inherited from class com.azure.resourcemanager.securityinsights.fluent.models.EntityInner

    systemData

    Methods inherited from class com.azure.core.management.ProxyResource

    id, name, type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FileEntity

      public FileEntity()
  • Method Details

    • directory

      public String directory()
      Get the directory property: The full path to the file.
      Returns:
      the directory value.
    • fileHashEntityIds

      public List<String> fileHashEntityIds()
      Get the fileHashEntityIds property: The file hash entity identifiers associated with this file.
      Returns:
      the fileHashEntityIds value.
    • fileName

      public String fileName()
      Get the fileName property: The file name without path (some alerts might not include path).
      Returns:
      the fileName value.
    • hostEntityId

      public String hostEntityId()
      Get the hostEntityId property: The Host entity id which the file belongs to.
      Returns:
      the hostEntityId 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.