Password Parameter (Connect-Snowflake Cmdlet)
Specifies the user's password used for authenticating with Snowflake. This property is required when using password-based authentication methods, including Password, PingFederate, and OKTA.
Syntax
Connect-Snowflake -Password string
Data Type
cstr
Default Value
""
Remarks
The Password property is supplied during the connection process along with the User property.
The authentication mechanism (AuthScheme) determines how the password is processed:
- Password: Basic username-password authentication.
- PingFederate: Redirects to a PingFederate endpoint for SSO.
- OKTA: Used in conjunction with an MFA passcode if required.
This is a required parameter.