BastionShareableLinkListResult Class

Response for all the Bastion Shareable Link endpoints.

Inheritance
BastionShareableLinkListResult

Constructor

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

Parameters

value
list[BastionShareableLink]

List of Bastion Shareable Links for the request.

next_link
str

The URL to get the next set of results.