Databricks SDK for JavaScript
    Preparing search index...

    Configuration details for creating on-behalf tokens.

    interface CreateOnBehalfOfTokenRequest {
        applicationId?: string;
        autoscopeEnabled?: boolean;
        comment?: string;
        lifetimeSeconds?: bigint;
        scopes?: string[];
    }
    Index

    Properties

    applicationId?: string

    Application ID of the service principal.

    autoscopeEnabled?: boolean

    Whether to enable autoscoping for this token.

    comment?: string

    Comment that describes the purpose of the token.

    lifetimeSeconds?: bigint

    The number of seconds before the token expires.

    scopes?: string[]