Databricks SDK for JavaScript
    Preparing search index...
    interface PublicTokenInfo {
        autoscopeState?: AutoscopeState;
        backfillScopes?: string[];
        comment?: string;
        creationTime?: bigint;
        expiryTime?: bigint;
        inferredScopes?: string[];
        scopes?: string[];
        tokenId?: string;
    }
    Index

    Properties

    autoscopeState?: AutoscopeState

    Output only. The autoscope state of this token.

    backfillScopes?: string[]

    Output only. Scopes inferred from offline backfill processing.

    comment?: string

    Comment the token was created with, if applicable.

    creationTime?: bigint

    Server time (in epoch milliseconds) when the token was created.

    expiryTime?: bigint

    Server time (in epoch milliseconds) when the token will expire, or -1 if not applicable.

    inferredScopes?: string[]

    Output only. Inferred API path scopes collected for this token when autoscope is enabled.

    scopes?: string[]

    Scope of the token was created with, if applicable.

    tokenId?: string

    The ID of this token.