Databricks SDK for JavaScript
    Preparing search index...

    Interface GenerateTemporaryPathCredentialRequest

    interface GenerateTemporaryPathCredentialRequest {
        dryRun?: boolean;
        operation?: PathOperation;
        url?: string;
    }
    Index

    Properties

    dryRun?: boolean

    Optional. When set to true, the service will not validate that the generated credentials can perform write operations, therefore no new paths will be created and the response will not contain valid credentials. Defaults to false.

    operation?: PathOperation

    The operation being performed on the path.

    url?: string

    URL for path-based access.