Skip to main content
Table of Contents

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 = 0

API keys bound to the subject. Swept first, so nothing can act on the subject's behalf mid-erasure.

KeyMaterial = 3

Key material. Swept last, because shredding it makes every earlier plane unreadable.

Memberships = 2

Directory memberships and the active-tenant selections they carry.

Settings = 1

Scoped settings belonging to the subject, across every tenant it is a member of.