apiKey
: the encrypted api key to connect to SuccessFactors entity
userID
: the user id to connect to SuccessFactors entity
companyID
: the company id to connect to SuccessFactors
samlAssertionUrl
: the url that is used for SAML assertion, e.g. https://apisalesdemo4.successfactors.com/oauth/idp​
oauthTokenUrl
: the url that issues the token, e.g. https://apisalesdemo4.successfactors.com/oauth/token​
privateKey
: the encrypted key to connect to SuccessFactors entity
odataApiUrl
: the url for OData API, e.g. https://apisalesdemo4.successfactors.com/odata/v2​
entity
: the entity name
<SuccessFactorsDataSourceapiKey="String"userId="String"companyId="String"samlAssertionUrl="String"oauthTokenUrl="String"privateKey="String"odataApiUrl="String"entity="String"><Schema><Column ordinal="1" name="addressLine1" dataType="Text" isMandatory="false" maxLength="255" validateData="false" trimWhitespace="true" description="" /><Column ordinal="2" name="cellPhone" dataType="Text" isMandatory="false" validateData="false" trimWhitespace="true" description="" /><Column ordinal="3" name="city" dataType="Text" isMandatory="false" maxLength="255" validateData="false" trimWhitespace="true" description="" /><Column ordinal="4" name="userId" dataType="Text" isMandatory="true" maxLength="100" validateData="false" trimWhitespace="true" description="" />...</Schema></SuccessFactorsDataSource>