Databricks SDK for JavaScript
    Preparing search index...

    Interface CreateTokenResponse

    interface CreateTokenResponse {
        tokenInfo?: PublicTokenInfo;
        tokenValue?: string;
    }
    Index

    Properties

    tokenInfo?: PublicTokenInfo

    The information for the new token.

    tokenValue?: string

    The value of the new token.