BastionActiveSessionResponse

data class BastionActiveSessionResponse(val protocol: String, val resourceType: String, val sessionDurationInMins: Double, val sessionId: String, val startTime: Any, val targetHostName: String, val targetIpAddress: String, val targetResourceGroup: String, val targetResourceId: String, val targetSubscriptionId: String, val userName: String)

The session detail for a target.

Constructors

Link copied to clipboard
constructor(protocol: String, resourceType: String, sessionDurationInMins: Double, sessionId: String, startTime: Any, targetHostName: String, targetIpAddress: String, targetResourceGroup: String, targetResourceId: String, targetSubscriptionId: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The protocol used to connect to the target.

Link copied to clipboard

The type of the resource.

Link copied to clipboard

Duration in mins the session has been active.

Link copied to clipboard

A unique id for the session.

Link copied to clipboard

The time when the session started.

Link copied to clipboard

The host name of the target.

Link copied to clipboard

The IP Address of the target.

Link copied to clipboard

The resource group of the target.

Link copied to clipboard

The resource id of the target.

Link copied to clipboard

The subscription id for the target virtual machine.

Link copied to clipboard

The user name who is active on this session.