UserRecommendationResponse

data class UserRecommendationResponse(val recommendationAction: String? = null, val username: String? = null)

Represents a user that is recommended to be allowed for a certain rule

Constructors

Link copied to clipboard
constructor(recommendationAction: String? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The recommendation action of the machine or rule

Link copied to clipboard
val username: String? = null

Represents a user that is recommended to be allowed for a certain rule