@oneblink/sdk-core
    Preparing search index...

    Interface DeveloperKeyReference

    interface DeveloperKeyReference {
        id: string;
        name: string;
        username?: string;
    }
    Index

    Properties

    Properties

    id: string

    The id of the key

    name: string

    The name of the key

    username?: string

    The username that represents the user that the key was used on behalf of