DataConnection Type
The AcumaticaConnection object.
Remarks
The AcumaticaConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-Acumatica -OAuthClientId 'MyApplicationId' -OAuthClientSecret 'MySecretKey' -OAuthCallbackURL 'http://localhost:33333' $conn | GM