LockUserActionResponse

data class LockUserActionResponse(val failureReason: String? = null, val kind: String, val user: String? = null)

Represents lock user action.

Constructors

Link copied to clipboard
constructor(failureReason: String? = null, kind: String, user: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val failureReason: String? = null

The reason of the failure of the action. Empty if the action is successful.

Link copied to clipboard

The kind of the action Expected value is 'LockUser'.

Link copied to clipboard
val user: String? = null

The user to lock