OfficeDataConnectorDataTypesArgs

data class OfficeDataConnectorDataTypesArgs(val exchange: Output<OfficeDataConnectorDataTypesExchangeArgs>? = null, val sharePoint: Output<OfficeDataConnectorDataTypesSharePointArgs>? = null, val teams: Output<OfficeDataConnectorDataTypesTeamsArgs>? = null) : ConvertibleToJava<OfficeDataConnectorDataTypesArgs>

The available data types for office data connector.

Constructors

Link copied to clipboard
constructor(exchange: Output<OfficeDataConnectorDataTypesExchangeArgs>? = null, sharePoint: Output<OfficeDataConnectorDataTypesSharePointArgs>? = null, teams: Output<OfficeDataConnectorDataTypesTeamsArgs>? = null)

Properties

Link copied to clipboard

Exchange data type connection.

Link copied to clipboard

SharePoint data type connection.

Link copied to clipboard

Teams data type connection.

Functions

Link copied to clipboard
open override fun toJava(): OfficeDataConnectorDataTypesArgs