WrappedDEKResourceType
Resources whose payload columns can be DEK-encrypted under T2.2. Names match the parent ENT type (Strategy, Bot, Exchange, BotRunner). Listed explicitly rather than wide-open so a schema typo can't accidentally bind an envelope to the wrong table.
enum WrappedDEKResourceType {
STRATEGY
BOT
EXCHANGE
BOTRUNNER
}
Values
WrappedDEKResourceType.STRATEGY
WrappedDEKResourceType.BOT
WrappedDEKResourceType.EXCHANGE
WrappedDEKResourceType.BOTRUNNER
Member Of
WrappedDEK object