/** Changed fields for POLICY events */
export interface LogPolicyChanges {
    /** Identities changed on the policy */
    identities?: string[];
    /** Resources changed on the policy */
    resources?: string[];
}
//# sourceMappingURL=LogPolicyChanges.d.ts.map