// Code generated by oagen. DO NOT EDIT.
#[allow(unused_imports)]
use super::*;
#[allow(unused_imports)]
use crate::enums::*;
use serde::{Deserialize, Serialize};
/// The event payload.
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct VaultDekDecryptedData {
/// The unique identifier of the actor.
pub actor_id: String,
pub actor_source: VaultDekDecryptedDataActorSource,
/// The name of the actor.
pub actor_name: String,
/// The unique identifier of the data encryption key.
pub key_id: String,
}