Class PathRecommendationResponse


  • public final class PathRecommendationResponse
    extends java.lang.Object
    • Method Detail

      • action

        public java.util.Optional<java.lang.String> action()
        Returns:
        The recommendation action of the machine or rule
      • common

        public java.util.Optional<java.lang.Boolean> common()
        Returns:
        Whether the application is commonly run on the machine
      • configurationStatus

        public java.util.Optional<java.lang.String> configurationStatus()
        Returns:
        The configuration status of the machines group or machine or rule
      • fileType

        public java.util.Optional<java.lang.String> fileType()
        Returns:
        The type of the file (for Linux files - Executable is used)
      • path

        public java.util.Optional<java.lang.String> path()
        Returns:
        The full path of the file, or an identifier of the application
      • publisherInfo

        public java.util.Optional<PublisherInfoResponse> publisherInfo()
        Returns:
        Represents the publisher information of a process/rule
      • type

        public java.util.Optional<java.lang.String> type()
        Returns:
        The type of the rule to be allowed
      • userSids

        public java.util.List<java.lang.String> userSids()