PathRecommendationArgs

data class PathRecommendationArgs(val action: Output<String>? = null, val common: Output<Boolean>? = null, val configurationStatus: Output<String>? = null, val fileType: Output<String>? = null, val path: Output<String>? = null, val publisherInfo: Output<PublisherInfoArgs>? = null, val type: Output<String>? = null, val userSids: Output<List<String>>? = null, val usernames: Output<List<UserRecommendationArgs>>? = null) : ConvertibleToJava<PathRecommendationArgs>

Represents a path that is recommended to be allowed and its properties

Constructors

Link copied to clipboard
constructor(action: Output<String>? = null, common: Output<Boolean>? = null, configurationStatus: Output<String>? = null, fileType: Output<String>? = null, path: Output<String>? = null, publisherInfo: Output<PublisherInfoArgs>? = null, type: Output<String>? = null, userSids: Output<List<String>>? = null, usernames: Output<List<UserRecommendationArgs>>? = null)

Properties

Link copied to clipboard
val action: Output<String>? = null

The recommendation action of the machine or rule

Link copied to clipboard
val common: Output<Boolean>? = null

Whether the application is commonly run on the machine

Link copied to clipboard
val configurationStatus: Output<String>? = null

The configuration status of the machines group or machine or rule

Link copied to clipboard
val fileType: Output<String>? = null

The type of the file (for Linux files - Executable is used)

Link copied to clipboard
val path: Output<String>? = null

The full path of the file, or an identifier of the application

Link copied to clipboard
val publisherInfo: Output<PublisherInfoArgs>? = null

Represents the publisher information of a process/rule

Link copied to clipboard
val type: Output<String>? = null

The type of the rule to be allowed

Link copied to clipboard
val usernames: Output<List<UserRecommendationArgs>>? = null
Link copied to clipboard
val userSids: Output<List<String>>? = null

Functions

Link copied to clipboard
open override fun toJava(): PathRecommendationArgs