Password Parameter (Connect-JSON Cmdlet)
Specifies the password used to authenticate the user.
Syntax
Connect-JSON -Password string
Data Type
cstr
Default Value
""
Remarks
The User and Password properties are used together to authenticate with the target service or server.
- ConnectionType: AmazonS3
- AuthScheme: ADFS uses your ADFS password.
- AuthScheme: Okta uses your Okta password.
- AuthScheme: PingFederate uses your PingFederate password.
- ConnectionType: FTP(S)
- AuthScheme: Basic uses your FTP(S) server password.
- ConnectionType: HDFS or HDFS Secure
- AuthScheme: Negotiate uses your HDFS instance password.
- ConnectionType: HTTP(S)
- AuthScheme: Basic uses the password associated with the HTTP stream.
- AuthScheme: Digest uses the password associated with the HTTP stream.
- AuthScheme: OAuthPassword uses the password associated with the HTTP stream.
- ConnectionType: SharePoint SOAP
- AuthScheme: Basic uses your SharePoint account password.
- AuthScheme: ADFS uses your ADFS password.
- AuthScheme: Okta uses your Okta password.
- AuthScheme: OneLogin uses your OneLogin password.
- AuthScheme: NTLM uses your Windows credentials for authentication.
This property is useful for authenticating user accounts across supported connection types and authentication schemes.
This is a required parameter.