Class FileEntityProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.FileEntityProperties
File entity property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the directory property: The full path to the file.Get the fileHashEntityIds property: The file hash entity identifiers associated with this file.fileName()
Get the fileName property: The file name without path (some alerts might not include path).Get the hostEntityId property: The Host entity id which the file belongs to.void
validate()
Validates the instance.Methods inherited from class com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
additionalData, friendlyName
-
Constructor Details
-
FileEntityProperties
public FileEntityProperties()
-
-
Method Details
-
directory
Get the directory property: The full path to the file.- Returns:
- the directory value.
-
fileHashEntityIds
Get the fileHashEntityIds property: The file hash entity identifiers associated with this file.- Returns:
- the fileHashEntityIds value.
-
fileName
Get the fileName property: The file name without path (some alerts might not include path).- Returns:
- the fileName value.
-
hostEntityId
Get the hostEntityId property: The Host entity id which the file belongs to.- Returns:
- the hostEntityId value.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classEntityCommonProperties
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-