BastionSessionDeleteResult interface
Response for DisconnectActiveSessions.
Properties
next |
The URL to get the next set of results. |
value | List of sessions with their corresponding state. |
Property Details
nextLink
The URL to get the next set of results.
nextLink?: string
Property Value
string
value
List of sessions with their corresponding state.
value?: BastionSessionState[]