Office365LinkedServiceResponse

data class Office365LinkedServiceResponse(val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val office365TenantId: Any, val parameters: Map<String, ParameterSpecificationResponse>? = null, val servicePrincipalId: Any, val servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, val servicePrincipalTenantId: Any, val type: String)

Office365 linked service.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, office365TenantId: Any, parameters: Map<String, ParameterSpecificationResponse>? = null, servicePrincipalId: Any, servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, servicePrincipalTenantId: Any, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annotations: List<Any>? = null

List of tags that can be used for describing the linked service.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard

Azure tenant ID to which the Office 365 account belongs. Type: string (or Expression with resultType string).

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

Specify the application's client ID. Type: string (or Expression with resultType string).

Link copied to clipboard
Link copied to clipboard

Specify the tenant information under which your Azure AD web application resides. Type: string (or Expression with resultType string).

Link copied to clipboard

Type of linked service. Expected value is 'Office365'.