Databricks SDK for JavaScript
    Preparing search index...
    interface AdminTokenInfo {
        autoscopeState?: AutoscopeState;
        backfillScopes?: string[];
        comment?: string;
        createdById?: bigint;
        createdByUsername?: string;
        creationTime?: bigint;
        expiryTime?: bigint;
        inferredScopes?: string[];
        lastUsedDay?: bigint;
        ownerId?: bigint;
        scopes?: string[];
        tokenId?: string;
        workspaceId?: bigint;
    }
    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 that describes the purpose of the token, specified by the token creator.

    createdById?: bigint

    User ID of the user that created the token.

    createdByUsername?: string

    Username of the user that created the token.

    creationTime?: bigint

    Timestamp when the token was created.

    expiryTime?: bigint

    Timestamp when the token expires.

    inferredScopes?: string[]

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

    lastUsedDay?: bigint

    Approximate timestamp for the day the token was last used. Accurate up to 1 day.

    ownerId?: bigint

    User ID of the user that owns the token.

    scopes?: string[]

    Scope of the token was created with, if applicable.

    tokenId?: string

    ID of the token.

    workspaceId?: bigint

    If applicable, the ID of the workspace that the token was created in.