prorm API Reference
    Preparing search index...

    Interface TenantKey

    interface TenantKey {
        tenantId: string;
        key: string;
        keyVersion?: string;
        createdAt: Date;
        expiresAt?: Date;
    }
    Index
    tenantId: string

    The tenant ID this key belongs to

    key: string

    The encryption key (32 bytes for AES-256)

    keyVersion?: string

    Key version/rotation identifier

    createdAt: Date

    When this key was registered

    expiresAt?: Date

    When this key expires (for rotation)