Type alias EntityPrivacyPolicyEvaluationContext

EntityPrivacyPolicyEvaluationContext: {
    cascadingDeleteCause: EntityCascadingDeletionInfo | null;
}

Information about the reason this privacy policy is being evaluated.

Type declaration

  • cascadingDeleteCause: EntityCascadingDeletionInfo | null

    When this privacy policy is being evaluated as a result of a cascading deletion, this will be populated with information on the cascading delete.

Generated using TypeDoc