Databricks SDK for JavaScript
    Preparing search index...

    Interface RotateRecipientTokenRequest

    interface RotateRecipientTokenRequest {
        existingTokenExpireInSeconds?: bigint;
        name?: string;
    }
    Index

    Properties

    existingTokenExpireInSeconds?: bigint

    The expiration time of the bearer token in ISO 8601 format. This will set the expiration_time of existing token only to a smaller timestamp, it cannot extend the expiration_time. Use 0 to expire the existing token immediately, negative number will return an error.

    name?: string

    The name of the Recipient.