Databricks SDK for JavaScript
    Preparing search index...
    interface RecipientTokenInfo {
        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.