@opentdf/sdk
    Preparing search index...

    Type Alias AssertionConfig

    type AssertionConfig = {
        appliesToState: AppliesToState;
        id: string;
        scope: Scope;
        signingKey?: AssertionKey;
        statement: Statement;
        type: AssertionType;
    }
    Index

    Properties

    appliesToState: AppliesToState
    id: string
    scope: Scope
    signingKey?: AssertionKey
    statement: Statement