Databricks SDK for JavaScript
    Preparing search index...
    interface TokenInfo {
        activationUrl?: string;
        createdAt?: bigint;
        createdBy?: string;
        expirationTime?: bigint;
        id?: string;
        updatedAt?: bigint;
        updatedBy?: string;
    }
    Index

    Properties

    activationUrl?: string

    Full activation url to retrieve the access token. It will be empty if the token is already retrieved.

    createdAt?: bigint

    Time at which this Recipient Token was created, in epoch milliseconds.

    createdBy?: string

    Username of Recipient Token creator.

    expirationTime?: bigint

    Expiration timestamp of the token in epoch milliseconds.

    id?: string

    Unique id of the Recipient Token.

    updatedAt?: bigint

    Time at which this Recipient Token was updated, in epoch milliseconds.

    updatedBy?: string

    Username of Recipient Token updater.