UNPKG

@itentialopensource/adapter-snowflake_sql

Version:

This adapter integrates with system described as: snowflakeSqlApi.

32 lines 760 B
{ "$id": ".system-schemaTokenReq_MFA_Step_1.json", "type": "object", "schema": "http://json-schema.org/draft-07/schema#", "translate": true, "dynamicfields": true, "properties": { "ph_request_type": { "type": "string", "description": "type of request (internal to adapter)", "default": "MFA_Step_1", "enum": [ "MFA_Step_1" ], "external_name": "ph_request_type" }, "username": { "type": "string", "description": "username to log in with", "examples": [ "Alice" ], "external_name": "username" }, "password": { "type": "string", "description": "password to log in with", "external_name": "password" } }, "definitions": {} }