Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Office365LinkedService

Package version

Office365 linked service.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional annotations

annotations: any[]

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

Optional connectVia

The integration runtime reference.

Optional description

description: undefined | string

Linked service description.

Optional encryptedCredential

encryptedCredential: any

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

office365TenantId

office365TenantId: any

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

Optional parameters

parameters: undefined | {}

Parameters for linked service.

servicePrincipalId

servicePrincipalId: any

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

servicePrincipalKey

servicePrincipalKey: SecretBaseUnion

Specify the application's key.

servicePrincipalTenantId

servicePrincipalTenantId: any

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

type

type: "Office365"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc