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 servicePrincipalCredentialType: Any? = null, val servicePrincipalEmbeddedCert: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val servicePrincipalEmbeddedCertPassword: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val servicePrincipalId: Any, val servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, val servicePrincipalTenantId: Any, val type: String, val version: String? = null)

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, servicePrincipalCredentialType: Any? = null, servicePrincipalEmbeddedCert: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, servicePrincipalEmbeddedCertPassword: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, servicePrincipalId: Any, servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, servicePrincipalTenantId: Any, type: String, version: String? = null)

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

The service principal credential type for authentication.'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. If not specified, 'ServicePrincipalKey' is in use. Type: string (or Expression with resultType string).

Link copied to clipboard

Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).

Link copied to clipboard

Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).

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'.

Link copied to clipboard
val version: String? = null

Version of the linked service.