Class - mitto.credentials.SnowflakeCredentials
¶
JSON Schema¶
SnowflakeCredentials¶
Snowflake Credentials. Credentials supporting either of two Snowflake authentication methods.
NOTE:
|
||
type |
object |
|
properties |
||
|
Account |
|
The Snowflake account identifier. |
||
type |
string |
|
examples |
PYSWIVO-TA12345 |
|
|
User |
|
The Snowflake username. |
||
type |
string |
|
examples |
devtest |
|
|
Password |
|
The password for ‘user’ to use. |
||
type |
string |
|
|
Private Key |
|
The contents of the unencrypted private key file. |
||
type |
string |
|
examples |
|