Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface FlowsVaultConnectioSetupBigqueryOauthJwt

    interface FlowsVaultConnectioSetupBigqueryOauthJwt {
        type?: "OAUTH_JWT";
        project_id?: string;
        private_key?: string;
        client_email?: string;
    }
    Index

    Properties

    type?: "OAUTH_JWT"
    project_id?: string
    private_key?: string
    client_email?: string