KeySetUserStatusResponse

data class KeySetUserStatusResponse(val azureUserName: String, val status: String, val statusMessage: String)

Constructors

Link copied to clipboard
constructor(azureUserName: String, status: String, statusMessage: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The user name that will be used for access.

Link copied to clipboard

The indicator of whether the user is currently deployed for access.

Link copied to clipboard

The additional information describing the current status of this user, if any available.