listAssetContainerSas

Lists storage container URLs with shared access signatures (SAS) for uploading and downloading Asset content. The signatures are derived from the storage account keys. Uses Azure REST API version 2023-01-01.

Return

The Asset Storage container SAS URLs.

Parameters

argument

null


suspend fun listAssetContainerSas(accountName: String, assetName: String, expiryTime: String? = null, permissions: Either<String, AssetContainerPermission>? = null, resourceGroupName: String): ListAssetContainerSasResult

Return

The Asset Storage container SAS URLs.

Parameters

accountName

The Media Services account name.

assetName

The Asset name.

expiryTime

The SAS URL expiration time. This must be less than 24 hours from the current time.

permissions

The permissions to set on the SAS URL.

resourceGroupName

The name of the resource group within the Azure subscription.

See also


Return

The Asset Storage container SAS URLs.

Parameters

argument

Builder for com.pulumi.azurenative.media.kotlin.inputs.ListAssetContainerSasPlainArgs.

See also