Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateTokenRequest

    For the list of supported token scopes, see https://docs.databricks.com/api/workspace/api/scopes.

    interface UpdateTokenRequest {
        token?: PublicTokenInfo;
        tokenId?: string;
        updateMask?: FieldMask<PublicTokenInfo>;
    }
    Index

    Properties

    tokenId?: string

    The SHA-256 hash of the token to be updated.

    A list of field name under token, For example, {"update_mask": "comment,scopes"}