Get Bastion Shareable Link Result
data class GetBastionShareableLinkResult(val nextLink: String? = null, val value: List<BastionShareableLinkResponse>? = null)
Response for all the Bastion Shareable Link endpoints.