ConnectionType Parameter (Connect-Workday Cmdlet)
Specifies the types of Workday data that the provider exposes as SQL tables and views.
Syntax
Connect-Workday -ConnectionType string
Possible Values
WQL, Reports, REST, SOAPData Type
cstr
Default Value
"WQL"
Remarks
The available values are:
- WQL exposes Workday data sources as read-only views using the Workday Query Language (WQL) service.
- See Data Model for a breakdown of which Workday data sources are exposed by the cmdlet as views, as well as how this list of data sources can be filtered.
- Reports exposes Workday reports as views using Reports as a Service (RaaS).
- You must create a custom report to use this connection type. See Fine-Tuning Data Access for more details.
- REST exposes Workday data as tables and views using the REST API.
- See REST for a breakdown of which REST API entities are exposed by the cmdlet as tables and views.
- SOAP exposes Workday data as views using the SOAP API.
- If you want to customize which views are exposed, see Fine-Tuning Data Access.
This is a required parameter.