encryptionContextSubset property

Map<String, String>? encryptionContextSubset
final

A list of key-value pairs that must be included in the encryption context of the cryptographic operation request. The grant allows the cryptographic operation only when the encryption context in the request includes the key-value pairs specified in this constraint, although it can include additional key-value pairs.

Implementation

final Map<String, String>? encryptionContextSubset;