List Storage Account Sas Tokens Result
data class ListStorageAccountSasTokensResult(val nextLink: String, val value: List<SasTokenInformationResponse>)
The SAS response that contains the storage account, container and associated SAS token for connection use.