@opentdf/sdk
    Preparing search index...

    Type Alias AttributeObject

    Information about a data or entity attribute, its meaning and interpretation. While usually we just refer to an attribute by its URL, we often need to store additional information about it, for display or analysis.

    type AttributeObject = {
        attribute: string;
        displayName?: string;
        isDefault?: boolean;
        jwt?: string;
        kasUrl?: string;
        kid?: string;
        pubKey?: string;
    }
    Index

    Properties

    attribute: string
    displayName?: string
    isDefault?: boolean
    jwt?: string
    kasUrl?: string
    kid?: string
    pubKey?: string