get Asset Encryption Key
suspend fun getAssetEncryptionKey(argument: GetAssetEncryptionKeyPlainArgs): GetAssetEncryptionKeyResult
Data needed to decrypt asset files encrypted with legacy storage encryption. 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.
See also
Parameters
account Name
The Media Services account name.
asset Name
The Asset name.
resource Group Name
The name of the resource group within the Azure subscription.
suspend fun getAssetEncryptionKey(argument: suspend GetAssetEncryptionKeyPlainArgsBuilder.() -> Unit): GetAssetEncryptionKeyResult
Return
Data needed to decrypt asset files encrypted with legacy storage encryption.
See also
Parameters
argument
Builder for com.pulumi.azurenative.media.kotlin.inputs.GetAssetEncryptionKeyPlainArgs.