@opentdf/sdk
    Preparing search index...

    Type Alias SplitStep

    Template for a Key Access Object (KAO) to be filled in during encrypt.

    type SplitStep = {
        kas: string;
        sid?: string;
    }
    Index

    Properties

    Properties

    kas: string

    Which KAS to use to rewrap this segment of the key.

    sid?: string

    An identifier for a key segment. Leave empty to share the key.