BastionSessionDeleteResult Class

Response for DisconnectActiveSessions.

Inheritance
BastionSessionDeleteResult

Constructor

BastionSessionDeleteResult(*, value: typing.Union[typing.List[_ForwardRef('BastionSessionState')], NoneType] = None, next_link: typing.Union[str, NoneType] = None, **kwargs)

Parameters

value
list[BastionSessionState]

List of sessions with their corresponding state.

next_link
str

The URL to get the next set of results.