Enum ErasurePlane
- Namespace
- Stratara.Abstractions.Erasure
- Assembly
- Stratara.Abstractions.dll
A plane of storage a subject's data lives in, swept as part of a composed erasure. The declaration order is the order the sweeps run in.
public enum ErasurePlane
- Extension Methods
Fields
ApiKeys = 0API keys bound to the subject. Swept first, so nothing can act on the subject's behalf mid-erasure.
KeyMaterial = 3Key material. Swept last, because shredding it makes every earlier plane unreadable.
Memberships = 2Directory memberships and the active-tenant selections they carry.
Settings = 1Scoped settings belonging to the subject, across every tenant it is a member of.