CpkInfo interface

Parameter group

Properties

encryptionAlgorithm

The algorithm used to produce the encryption key hash. Currently, the only accepted value is "AES256". Must be provided if the x-ms-encryption-key header is provided.

encryptionKey

Optional. Specifies the encryption key to use to encrypt the data provided in the request. If not specified, encryption is performed with the root account encryption key. For more information, see Encryption at Rest for Azure Storage Services.

encryptionKeySha256

The SHA-256 hash of the provided encryption key. Must be provided if the x-ms-encryption-key header is provided.

Property Details

encryptionAlgorithm

The algorithm used to produce the encryption key hash. Currently, the only accepted value is "AES256". Must be provided if the x-ms-encryption-key header is provided.

encryptionAlgorithm?: string

Property Value

string

encryptionKey

Optional. Specifies the encryption key to use to encrypt the data provided in the request. If not specified, encryption is performed with the root account encryption key. For more information, see Encryption at Rest for Azure Storage Services.

encryptionKey?: string

Property Value

string

encryptionKeySha256

The SHA-256 hash of the provided encryption key. Must be provided if the x-ms-encryption-key header is provided.

encryptionKeySha256?: string

Property Value

string