DataConnection Type
The SAPAribaSourceConnection object.
Remarks
The SAPAribaSourceConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-SAPAribaSource -API "SupplierDataAPIWithPagination-V4" -APIKey "wWVLn7WTAXrIRMAzZ6VnuEj7Ekot5jnU" -Environment "SANDBOX" -Realm "testRealm" -AuthScheme "OAuthClient" -InitiateOAuth "GETANDREFRESH" -OAuthClientId "testClient" -OAuthClientSecret "testClientSecret" $conn | GM