interface ProcessingDiagnosticIdentity {
    deliveryPreference?: string;
    displayName?: string;
    emailAddress?: string;
    id?: string;
    isActive?: boolean;
    isGroup?: boolean;
    message?: string;
}

Hierarchy (View Summary)

Properties

deliveryPreference?: string
displayName?: string
emailAddress?: string
id?: string
isActive?: boolean
isGroup?: boolean
message?: string