getAssetEncryptionKey

Gets the Asset storage encryption keys used to decrypt content created by version 2 of the Media Services API API Version: 2020-05-01.

Return

Data needed to decrypt asset files encrypted with legacy storage encryption.

Parameters

argument

null


suspend fun getAssetEncryptionKey(accountName: String, assetName: String, resourceGroupName: String): GetAssetEncryptionKeyResult

Return

Data needed to decrypt asset files encrypted with legacy storage encryption.

Parameters

accountName

The Media Services account name.

assetName

The Asset name.

resourceGroupName

The name of the resource group within the Azure subscription.

See also


Return

Data needed to decrypt asset files encrypted with legacy storage encryption.

Parameters

argument

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

See also