CloudStorageConnection Output Object (Connect-CloudStorage Cmdlet)

The connection object.

Syntax

Object CloudStorageConnection {
   string AccessKey;
   string Account;
   string AuthMechanism;
   string CertPassword;
   string CertStore;
   string CertStoreType;
   string CertSubject;
   string[] Config;
   PSCredential Credential;
   SwitchParameter Force;
   string HadoopURL;
   string LogFile;
   string OAuthCacheDir;
   string OAuthClientId;
   string OAuthClientSecret;
   int OAuthWebServerPort;
   string Password;
   string ProjectId;
   string SecretKey;
   string ServiceProvider;
   int Timeout;
   string User;
}

Remarks

This object holds the connection. It may be passed to the Connection parameter of related cmdlets.

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]