Path Recommendation Args
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)