List Asset Container Sas Plain Args
data class ListAssetContainerSasPlainArgs(val accountName: String, val assetName: String, val expiryTime: String? = null, val permissions: Either<String, AssetContainerPermission>? = null, val resourceGroupName: String) : ConvertibleToJava<ListAssetContainerSasPlainArgs>
Properties
Link copied to clipboard
The Media Services account name.
Link copied to clipboard
The SAS URL expiration time. This must be less than 24 hours from the current time.
Link copied to clipboard
The permissions to set on the SAS URL.
Link copied to clipboard
The name of the resource group within the Azure subscription.