Databricks SDK for JavaScript
    Preparing search index...

    Variable Role_AuthMethodConst

    Role_AuthMethod: {
        AUTH_METHOD_UNSPECIFIED: "AUTH_METHOD_UNSPECIFIED";
        LAKEBASE_OAUTH_V1: "LAKEBASE_OAUTH_V1";
        NO_LOGIN: "NO_LOGIN";
        PG_PASSWORD_SCRAM_SHA_256: "PG_PASSWORD_SCRAM_SHA_256";
    } = ...

    How the role is authenticated when connecting to Postgres.

    Type Declaration

    • ReadonlyAUTH_METHOD_UNSPECIFIED: "AUTH_METHOD_UNSPECIFIED"
    • ReadonlyLAKEBASE_OAUTH_V1: "LAKEBASE_OAUTH_V1"

      LAKEBASE_OAUTH_V1 is for logging in with the managed identities like the service principal, Group or user.

    • ReadonlyNO_LOGIN: "NO_LOGIN"

      NO_LOGIN means this role cannot be used for interactive access

    • ReadonlyPG_PASSWORD_SCRAM_SHA_256: "PG_PASSWORD_SCRAM_SHA_256"

      PG_PASSWORD_SCRAM_SHA_256 is a password-based authentication