id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| beta-connector-detail |
ConnectorDetail |
ConnectorDetail |
ConnectorDetail |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| ConnectorDetail |
| BetaConnectorDetail |
|
/tools/sdk/powershell/beta/models/connector-detail |
| SDK |
| Software Development Kit |
| ConnectorDetail |
| BetaConnectorDetail |
|
ConnectorDetail
Properties
| Name |
Type |
Description |
Notes |
| Name |
String |
The connector name |
[optional] |
| SourceConfigXml |
String |
XML representation of the source config data |
[optional] |
| SourceConfig |
String |
JSON representation of the source config data |
[optional] |
| DirectConnect |
Boolean |
true if the source is a direct connect source |
[optional] |
| FileUpload |
Boolean |
Connector config's file upload attribute, false if not there |
[optional] |
| UploadedFiles |
String |
List of uploaded file strings for the connector |
[optional] |
| ConnectorMetadata |
[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 |
Object containing metadata pertinent to the UI to be used |
[optional] |
Examples
- Convert the resource to JSON
[Back to top]