User Parameter (Connect-Snowflake Cmdlet)
Specifies the username used for authenticating with the Snowflake database. The username is required for establishing a successful connection, regardless of the authentication method being used (Password, OKTA, PrivateKey, AzureAD, or OAuth).
Syntax
Connect-Snowflake -User string
Data Type
cstr
Default Value
""
Remarks
Provide the username associated with your Snowflake account to enable authentication. This username is required when connecting via various authentication schemes, including Password, OAuth, SSO (OKTA, AzureAD, PingFederate), and External Browser.
This is a required parameter.