BastionShareableLinkListResult interface
Response for all the Bastion Shareable Link endpoints.
Properties
next |
The URL to get the next set of results. |
value | List of Bastion Shareable Links for the request. |
Property Details
nextLink
The URL to get the next set of results.
nextLink?: string
Property Value
string
value
List of Bastion Shareable Links for the request.
value?: BastionShareableLink[]