PrivateKeyPassphrase
- Last Updated: October 21, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Snowflake 6.0
- TeamCity 6.0
- Documentation
Purpose
Specifies the password used to decrypt the encrypted private key. The private key is used to authenticate to Snowflake when key-pair authentication is enabled (AuthenticationMethod=KeyPair).
Valid Values
String
where:
String
is the password used to decrypt the encrypted private key.
Notes
-
This property can be used with both the PrivateKeyFile and PrivateKeyContent connection properties, to decrypt either a private key or the content of a private key.
-
Both private key and private key password are confidential values. To prevent unauthorized access, these values must be securely maintained.
Data Source Methods
public String getPrivateKeyPassphrase()
public void setPrivateKeyPassphrase(String)
Default Value
No default value
Data Type
String