ViolationResponse

data class ViolationResponse(val errorMessage: String, val id: String, val userId: String)

Violation information.

Constructors

Link copied to clipboard
constructor(errorMessage: String, id: String, userId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Error message.

Link copied to clipboard
val id: String

Id of the item that violates tenant configuration.

Link copied to clipboard

Id of the user who owns violated item.