Databricks SDK for JavaScript
    Preparing search index...

    Interface GenerateDatabaseCredentialRequest

    interface GenerateDatabaseCredentialRequest {
        claims?: RequestedClaims[];
        endpoint?: string;
    }
    Index

    Properties

    Properties

    claims?: RequestedClaims[]

    The returned token will be scoped to UC tables with the specified permissions.

    endpoint?: string

    The endpoint resource name for which this credential will be generated. Format: projects/{project_id}/branches/{branch_id}/endpoints/{endpoint_id}