BastionActiveSessionListResult interface
Response for GetActiveSessions.
Properties
next |
The URL to get the next set of results. |
value | List of active sessions on the bastion. |
Property Details
nextLink
The URL to get the next set of results.
nextLink?: string
Property Value
string
value
List of active sessions on the bastion.
value?: BastionActiveSession[]