Office365LinkedServiceArgs

constructor(annotations: Output<List<Any>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, office365TenantId: Output<Any>, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, servicePrincipalCredentialType: Output<Any>? = null, servicePrincipalEmbeddedCert: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, servicePrincipalEmbeddedCertPassword: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, servicePrincipalId: Output<Any>, servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, servicePrincipalTenantId: Output<Any>, type: Output<String>, version: Output<String>? = null)