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. Other available API versions: 2018-03-30-preview, 2018-06-01-preview, 2018-07-01, 2020-05-01, 2021-06-01, 2021-11-01, 2022-08-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native media [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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