ComplianceEncryptionChangedEvent
Type: Object
Event recording changes to an item's encryption status (e.g., key rotation, algorithm changes, or enabling/disabling encryption). Contains reason and references to keys or algorithms for auditability.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| action | ComplianceEncryptionAction! | The encryption action performed (e.g., enabled, rotated, disabled) | ||
| encryptionAlgorithm | String | Algorithm used for encryption (e.g., AES-256-GCM) | ||
| keyId | String | Reference identifier for the encryption key used or rotated | ||
| reason | String! | Reason or context for the encryption change |