0
Support for Private Key Authentication in createDataservers API?
Is the private key option supported in the ServerAuthenticationMethod
parameter of the createDataservers
API to configure Snowflake data sources?
1 reply
-
Yes, Private Key auth type is actually ServerAuthenticationType.ServiceAccount
serverData.password field holds the keyfile content
serverData.additionalServerProperties.consumerSecret holds the keyfile passphrase, if applicable