DataConnection Type
The SAPSuccessFactorsLMSConnection object.
Remarks
The SAPSuccessFactorsLMSConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-SAPSuccessFactorsLMS -User "username" -UserType "admin" -CompanyId "CompanyId" -Url "https://api4.successfactors.com" -OAuthClientId "OAuthClientId" -OAuthClientSecret "OAuthClientSecret" $conn | GM