DataConnection Type
The ZuoraConnection object.
Remarks
The ZuoraConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-Zuora -InitiateOAuth "GETANDREFRESH" -OAuthClientID "MyOAuthClientId" -OAuthClientSecret "MyOAuthClientSecret" -Tenant "USProduction" -ZuoraService "DataQuery" $conn | GM