AuthScheme Parameter (Connect-MailChimp Cmdlet)
MailChimp への接続時にAPIKey 認証またはOAuth 認証のどちらを使用するか。
Syntax
Connect-MailChimp -AuthScheme string
Possible Values
OAuth, APIKeyData Type
cstr
Default Value
"APIKey"
Remarks
- OAuth: Set this to perform OAuth authentication.
- APIKey: Set this to perform APIKey authentication.
This is a required parameter.