GetActiveSessionsResult

data class GetActiveSessionsResult(val nextLink: String? = null, val value: List<BastionActiveSessionResponse>? = null)

Response for GetActiveSessions.

Constructors

Link copied to clipboard
constructor(nextLink: String? = null, value: List<BastionActiveSessionResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

The URL to get the next set of results.

Link copied to clipboard

List of active sessions on the bastion.