다음을 통해 공유


Microsoft.DataFactory 팩터리/linkedservices

Bicep 리소스 정의

팩터리/linkedservices 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.DataFactory/factories/linkedservices 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.

resource symbolicname 'Microsoft.DataFactory/factories/linkedservices@2018-06-01' = {
  parent: resourceSymbolicName
  name: 'string'
  properties: {
    annotations: [
      any(Azure.Bicep.Types.Concrete.AnyType)
    ]
    connectVia: {
      parameters: {
        {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
      }
      referenceName: 'string'
      type: 'string'
    }
    description: 'string'
    parameters: {
      {customized property}: {
        defaultValue: any(Azure.Bicep.Types.Concrete.AnyType)
        type: 'string'
      }
    }
    version: 'string'
    type: 'string'
    // For remaining properties, see LinkedService objects
  }
}

WebLinkedServiceTypeProperties 개체

authenticationType 속성을 설정하여 개체 유형을 지정합니다.

익명경우 다음을 사용합니다.

{
  authenticationType: 'Anonymous'
}

기본경우 다음을 사용합니다.

{
  authenticationType: 'Basic'
  password: {
    type: 'string'
    // For remaining properties, see SecretBase objects
  }
  username: any(Azure.Bicep.Types.Concrete.AnyType)
}

ClientCertificate경우 다음을 사용합니다.

{
  authenticationType: 'ClientCertificate'
  password: {
    type: 'string'
    // For remaining properties, see SecretBase objects
  }
  pfx: {
    type: 'string'
    // For remaining properties, see SecretBase objects
  }
}

LinkedService 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

amazonMWS경우 다음을 사용합니다.

{
  type: 'AmazonMWS'
  typeProperties: {
    accessKeyId: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    endpoint: any(Azure.Bicep.Types.Concrete.AnyType)
    marketplaceID: any(Azure.Bicep.Types.Concrete.AnyType)
    mwsAuthToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    secretKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    sellerID: any(Azure.Bicep.Types.Concrete.AnyType)
    useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
    useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
    usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

amazonRdsForOracle경우 다음을 사용합니다.

{
  type: 'AmazonRdsForOracle'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
  }
}

amazonRdsForSqlServer경우 다음을 사용합니다.

{
  type: 'AmazonRdsForSqlServer'
  typeProperties: {
    alwaysEncryptedSettings: {
      alwaysEncryptedAkvAuthType: 'string'
      credential: {
        referenceName: 'string'
        type: 'string'
      }
      servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
      servicePrincipalKey: {
        type: 'string'
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    commandTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    connectRetryCount: any(Azure.Bicep.Types.Concrete.AnyType)
    connectRetryInterval: any(Azure.Bicep.Types.Concrete.AnyType)
    connectTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encrypt: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    failoverPartner: any(Azure.Bicep.Types.Concrete.AnyType)
    hostNameInCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    integratedSecurity: any(Azure.Bicep.Types.Concrete.AnyType)
    loadBalanceTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    maxPoolSize: any(Azure.Bicep.Types.Concrete.AnyType)
    minPoolSize: any(Azure.Bicep.Types.Concrete.AnyType)
    multipleActiveResultSets: any(Azure.Bicep.Types.Concrete.AnyType)
    multiSubnetFailover: any(Azure.Bicep.Types.Concrete.AnyType)
    packetSize: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    pooling: any(Azure.Bicep.Types.Concrete.AnyType)
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    trustServerCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

amazonRedshift경우 다음을 사용합니다.

{
  type: 'AmazonRedshift'
  typeProperties: {
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

amazonS3경우 다음을 사용합니다.

{
  type: 'AmazonS3'
  typeProperties: {
    accessKeyId: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    secretAccessKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    serviceUrl: any(Azure.Bicep.Types.Concrete.AnyType)
    sessionToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
  }
}

amazonS3Compatible경우 다음을 사용합니다.

{
  type: 'AmazonS3Compatible'
  typeProperties: {
    accessKeyId: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    forcePathStyle: any(Azure.Bicep.Types.Concrete.AnyType)
    secretAccessKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    serviceUrl: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

AppFigures경우 다음을 사용합니다.

{
  type: 'AppFigures'
  typeProperties: {
    clientKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Asana경우 다음을 사용합니다.

{
  type: 'Asana'
  typeProperties: {
    apiToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
  }
}

azureBatch경우 다음을 사용합니다.

{
  type: 'AzureBatch'
  typeProperties: {
    accessKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    accountName: any(Azure.Bicep.Types.Concrete.AnyType)
    batchUri: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    encryptedCredential: 'string'
    linkedServiceName: {
      parameters: {
        {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
      }
      referenceName: 'string'
      type: 'string'
    }
    poolName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

AzureBlobFS경우 다음을 사용합니다.

{
  type: 'AzureBlobFS'
  typeProperties: {
    accountKey: any(Azure.Bicep.Types.Concrete.AnyType)
    azureCloudType: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    encryptedCredential: 'string'
    sasToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    sasUri: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
    url: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

AzureBlobStorage경우 다음을 사용합니다.

{
  type: 'AzureBlobStorage'
  typeProperties: {
    accountKey: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    accountKind: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    azureCloudType: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    containerUri: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    encryptedCredential: 'string'
    sasToken: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    sasUri: any(Azure.Bicep.Types.Concrete.AnyType)
    serviceEndpoint: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

AzureDataExplorer경우 다음을 사용합니다.

{
  type: 'AzureDataExplorer'
  typeProperties: {
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    endpoint: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

AzureDataLakeAnalytics경우 다음을 사용합니다.

{
  type: 'AzureDataLakeAnalytics'
  typeProperties: {
    accountName: any(Azure.Bicep.Types.Concrete.AnyType)
    dataLakeAnalyticsUri: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    resourceGroupName: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    subscriptionId: any(Azure.Bicep.Types.Concrete.AnyType)
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

AzureDataLakeStore경우 다음을 사용합니다.

{
  type: 'AzureDataLakeStore'
  typeProperties: {
    accountName: any(Azure.Bicep.Types.Concrete.AnyType)
    azureCloudType: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    dataLakeStoreUri: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    resourceGroupName: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    subscriptionId: any(Azure.Bicep.Types.Concrete.AnyType)
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

AzureDatabricks경우 다음을 사용합니다.

{
  type: 'AzureDatabricks'
  typeProperties: {
    accessToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    authentication: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    domain: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    existingClusterId: any(Azure.Bicep.Types.Concrete.AnyType)
    instancePoolId: any(Azure.Bicep.Types.Concrete.AnyType)
    newClusterCustomTags: {
      {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
    }
    newClusterDriverNodeType: any(Azure.Bicep.Types.Concrete.AnyType)
    newClusterEnableElasticDisk: any(Azure.Bicep.Types.Concrete.AnyType)
    newClusterInitScripts: any(Azure.Bicep.Types.Concrete.AnyType)
    newClusterLogDestination: any(Azure.Bicep.Types.Concrete.AnyType)
    newClusterNodeType: any(Azure.Bicep.Types.Concrete.AnyType)
    newClusterNumOfWorker: any(Azure.Bicep.Types.Concrete.AnyType)
    newClusterSparkConf: {
      {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
    }
    newClusterSparkEnvVars: {
      {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
    }
    newClusterVersion: any(Azure.Bicep.Types.Concrete.AnyType)
    policyId: any(Azure.Bicep.Types.Concrete.AnyType)
    workspaceResourceId: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

AzureDatabricksDeltaLake경우 다음을 사용합니다.

{
  type: 'AzureDatabricksDeltaLake'
  typeProperties: {
    accessToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    clusterId: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    domain: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    workspaceResourceId: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

AzureFileStorage경우 다음을 사용합니다.

{
  type: 'AzureFileStorage'
  typeProperties: {
    accountKey: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    encryptedCredential: 'string'
    fileShare: any(Azure.Bicep.Types.Concrete.AnyType)
    host: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    sasToken: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    sasUri: any(Azure.Bicep.Types.Concrete.AnyType)
    serviceEndpoint: any(Azure.Bicep.Types.Concrete.AnyType)
    snapshot: any(Azure.Bicep.Types.Concrete.AnyType)
    userId: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

azureFunction경우 다음을 사용합니다.

{
  type: 'AzureFunction'
  typeProperties: {
    authentication: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    encryptedCredential: 'string'
    functionAppUrl: any(Azure.Bicep.Types.Concrete.AnyType)
    functionKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    resourceId: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

azureKeyVault경우 다음을 사용합니다.

{
  type: 'AzureKeyVault'
  typeProperties: {
    baseUrl: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
  }
}

AzureML경우 다음을 사용합니다.

{
  type: 'AzureML'
  typeProperties: {
    apiKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    authentication: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    mlEndpoint: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
    updateResourceEndpoint: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

AzureMLService경우 다음을 사용합니다.

{
  type: 'AzureMLService'
  typeProperties: {
    authentication: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    mlWorkspaceName: any(Azure.Bicep.Types.Concrete.AnyType)
    resourceGroupName: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    subscriptionId: any(Azure.Bicep.Types.Concrete.AnyType)
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

AzureMariaDB경우 다음을 사용합니다.

{
  type: 'AzureMariaDB'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    pwd: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
  }
}

AzureMySql경우 다음을 사용합니다.

{
  type: 'AzureMySql'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
  }
}

AzurePostgreSql경우 다음을 사용합니다.

{
  type: 'AzurePostgreSql'
  typeProperties: {
    commandTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encoding: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    readBufferSize: any(Azure.Bicep.Types.Concrete.AnyType)
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    sslMode: any(Azure.Bicep.Types.Concrete.AnyType)
    timeout: any(Azure.Bicep.Types.Concrete.AnyType)
    timezone: any(Azure.Bicep.Types.Concrete.AnyType)
    trustServerCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

azureSearch경우 다음을 사용합니다.

{
  type: 'AzureSearch'
  typeProperties: {
    encryptedCredential: 'string'
    key: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    url: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

azureSqlDW경우 다음을 사용합니다.

{
  type: 'AzureSqlDW'
  typeProperties: {
    applicationIntent: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    azureCloudType: any(Azure.Bicep.Types.Concrete.AnyType)
    commandTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    connectRetryCount: any(Azure.Bicep.Types.Concrete.AnyType)
    connectRetryInterval: any(Azure.Bicep.Types.Concrete.AnyType)
    connectTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encrypt: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    failoverPartner: any(Azure.Bicep.Types.Concrete.AnyType)
    hostNameInCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    integratedSecurity: any(Azure.Bicep.Types.Concrete.AnyType)
    loadBalanceTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    maxPoolSize: any(Azure.Bicep.Types.Concrete.AnyType)
    minPoolSize: any(Azure.Bicep.Types.Concrete.AnyType)
    multipleActiveResultSets: any(Azure.Bicep.Types.Concrete.AnyType)
    multiSubnetFailover: any(Azure.Bicep.Types.Concrete.AnyType)
    packetSize: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    pooling: any(Azure.Bicep.Types.Concrete.AnyType)
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
    trustServerCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

AzureSqlDatabase경우 다음을 사용합니다.

{
  type: 'AzureSqlDatabase'
  typeProperties: {
    alwaysEncryptedSettings: {
      alwaysEncryptedAkvAuthType: 'string'
      credential: {
        referenceName: 'string'
        type: 'string'
      }
      servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
      servicePrincipalKey: {
        type: 'string'
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    azureCloudType: any(Azure.Bicep.Types.Concrete.AnyType)
    commandTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    connectRetryCount: any(Azure.Bicep.Types.Concrete.AnyType)
    connectRetryInterval: any(Azure.Bicep.Types.Concrete.AnyType)
    connectTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encrypt: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    failoverPartner: any(Azure.Bicep.Types.Concrete.AnyType)
    hostNameInCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    integratedSecurity: any(Azure.Bicep.Types.Concrete.AnyType)
    loadBalanceTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    maxPoolSize: any(Azure.Bicep.Types.Concrete.AnyType)
    minPoolSize: any(Azure.Bicep.Types.Concrete.AnyType)
    multipleActiveResultSets: any(Azure.Bicep.Types.Concrete.AnyType)
    multiSubnetFailover: any(Azure.Bicep.Types.Concrete.AnyType)
    packetSize: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    pooling: any(Azure.Bicep.Types.Concrete.AnyType)
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
    trustServerCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

AzureSqlMI경우 다음을 사용합니다.

{
  type: 'AzureSqlMI'
  typeProperties: {
    alwaysEncryptedSettings: {
      alwaysEncryptedAkvAuthType: 'string'
      credential: {
        referenceName: 'string'
        type: 'string'
      }
      servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
      servicePrincipalKey: {
        type: 'string'
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    azureCloudType: any(Azure.Bicep.Types.Concrete.AnyType)
    commandTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    connectRetryCount: any(Azure.Bicep.Types.Concrete.AnyType)
    connectRetryInterval: any(Azure.Bicep.Types.Concrete.AnyType)
    connectTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encrypt: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    failoverPartner: any(Azure.Bicep.Types.Concrete.AnyType)
    hostNameInCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    integratedSecurity: any(Azure.Bicep.Types.Concrete.AnyType)
    loadBalanceTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    maxPoolSize: any(Azure.Bicep.Types.Concrete.AnyType)
    minPoolSize: any(Azure.Bicep.Types.Concrete.AnyType)
    multipleActiveResultSets: any(Azure.Bicep.Types.Concrete.AnyType)
    multiSubnetFailover: any(Azure.Bicep.Types.Concrete.AnyType)
    packetSize: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    pooling: any(Azure.Bicep.Types.Concrete.AnyType)
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
    trustServerCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

azureStorage경우 다음을 사용합니다.

{
  type: 'AzureStorage'
  typeProperties: {
    accountKey: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    sasToken: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    sasUri: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

azureSynapseArtifacts경우 다음을 사용합니다.

{
  type: 'AzureSynapseArtifacts'
  typeProperties: {
    authentication: any(Azure.Bicep.Types.Concrete.AnyType)
    endpoint: any(Azure.Bicep.Types.Concrete.AnyType)
    workspaceResourceId: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

AzureTableStorage경우 다음을 사용합니다.

{
  type: 'AzureTableStorage'
  typeProperties: {
    accountKey: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    encryptedCredential: 'string'
    sasToken: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    sasUri: any(Azure.Bicep.Types.Concrete.AnyType)
    serviceEndpoint: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Cassandra경우 다음을 사용합니다.

{
  type: 'Cassandra'
  typeProperties: {
    authenticationType: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    host: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

CommonDataServiceForApps경우 다음을 사용합니다.

{
  type: 'CommonDataServiceForApps'
  typeProperties: {
    authenticationType: any(Azure.Bicep.Types.Concrete.AnyType)
    deploymentType: any(Azure.Bicep.Types.Concrete.AnyType)
    domain: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    hostName: any(Azure.Bicep.Types.Concrete.AnyType)
    organizationName: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    serviceUri: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Concur경우 다음을 사용합니다.

{
  type: 'Concur'
  typeProperties: {
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionProperties: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
    useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
    usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

CosmosDb경우 다음을 사용합니다.

{
  type: 'CosmosDb'
  typeProperties: {
    accountEndpoint: any(Azure.Bicep.Types.Concrete.AnyType)
    accountKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    azureCloudType: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionMode: 'string'
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

CosmosDbMongoDbApi경우 다음을 사용합니다.

{
  type: 'CosmosDbMongoDbApi'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    isServerVersionAbove32: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Couchbase경우 다음을 사용합니다.

{
  type: 'Couchbase'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    credString: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    encryptedCredential: 'string'
  }
}

CustomDataSource경우 다음을 사용합니다.

{
  type: 'CustomDataSource'
  typeProperties: any(Azure.Bicep.Types.Concrete.AnyType)
}

Dataworld경우 다음을 사용합니다.

{
  type: 'Dataworld'
  typeProperties: {
    apiToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
  }
}

Db2경우 다음을 사용합니다.

{
  type: 'Db2'
  typeProperties: {
    authenticationType: 'string'
    certificateCommonName: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    packageCollection: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

드릴경우 다음을 사용합니다.

{
  type: 'Drill'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    pwd: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
  }
}

Dynamics경우 다음을 사용합니다.

{
  type: 'Dynamics'
  typeProperties: {
    authenticationType: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    deploymentType: any(Azure.Bicep.Types.Concrete.AnyType)
    domain: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    hostName: any(Azure.Bicep.Types.Concrete.AnyType)
    organizationName: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    serviceUri: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

DynamicsAX경우 다음을 사용합니다.

{
  type: 'DynamicsAX'
  typeProperties: {
    aadResourceId: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
    url: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

DynamicsCrm경우 다음을 사용합니다.

{
  type: 'DynamicsCrm'
  typeProperties: {
    authenticationType: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    deploymentType: any(Azure.Bicep.Types.Concrete.AnyType)
    domain: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    hostName: any(Azure.Bicep.Types.Concrete.AnyType)
    organizationName: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    serviceUri: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Eloqua경우 다음을 사용합니다.

{
  type: 'Eloqua'
  typeProperties: {
    encryptedCredential: 'string'
    endpoint: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
    useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
    usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

fileServer경우 다음을 사용합니다.

{
  type: 'FileServer'
  typeProperties: {
    encryptedCredential: 'string'
    host: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    userId: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

ftpServer경우 다음을 사용합니다.

{
  type: 'FtpServer'
  typeProperties: {
    authenticationType: 'string'
    enableServerCertificateValidation: any(Azure.Bicep.Types.Concrete.AnyType)
    enableSsl: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    host: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

GoogleAdWords경우 다음을 사용합니다.

{
  type: 'GoogleAdWords'
  typeProperties: {
    authenticationType: 'string'
    clientCustomerID: any(Azure.Bicep.Types.Concrete.AnyType)
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    connectionProperties: any(Azure.Bicep.Types.Concrete.AnyType)
    developerToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    email: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    googleAdsApiVersion: any(Azure.Bicep.Types.Concrete.AnyType)
    keyFilePath: any(Azure.Bicep.Types.Concrete.AnyType)
    loginCustomerID: any(Azure.Bicep.Types.Concrete.AnyType)
    privateKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    refreshToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    supportLegacyDataTypes: any(Azure.Bicep.Types.Concrete.AnyType)
    trustedCertPath: any(Azure.Bicep.Types.Concrete.AnyType)
    useSystemTrustStore: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

GoogleBigQuery경우 다음을 사용합니다.

{
  type: 'GoogleBigQuery'
  typeProperties: {
    additionalProjects: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    email: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    keyFilePath: any(Azure.Bicep.Types.Concrete.AnyType)
    project: any(Azure.Bicep.Types.Concrete.AnyType)
    refreshToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    requestGoogleDriveScope: any(Azure.Bicep.Types.Concrete.AnyType)
    trustedCertPath: any(Azure.Bicep.Types.Concrete.AnyType)
    useSystemTrustStore: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

googleBigQueryV2경우 다음을 사용합니다.

{
  type: 'GoogleBigQueryV2'
  typeProperties: {
    authenticationType: 'string'
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    keyFileContent: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    projectId: any(Azure.Bicep.Types.Concrete.AnyType)
    refreshToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
  }
}

GoogleCloudStorage경우 다음을 사용합니다.

{
  type: 'GoogleCloudStorage'
  typeProperties: {
    accessKeyId: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    secretAccessKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    serviceUrl: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

googleSheets경우 다음을 사용합니다.

{
  type: 'GoogleSheets'
  typeProperties: {
    apiToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
  }
}

Greenplum경우 다음을 사용합니다.

{
  type: 'Greenplum'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    pwd: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
  }
}

HBase경우 다음을 사용합니다.

{
  type: 'HBase'
  typeProperties: {
    allowHostNameCNMismatch: any(Azure.Bicep.Types.Concrete.AnyType)
    allowSelfSignedServerCert: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    enableSsl: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    host: any(Azure.Bicep.Types.Concrete.AnyType)
    httpPath: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    trustedCertPath: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

HDInsight경우 다음을 사용합니다.

{
  type: 'HDInsight'
  typeProperties: {
    clusterUri: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    fileSystem: any(Azure.Bicep.Types.Concrete.AnyType)
    hcatalogLinkedServiceName: {
      parameters: {
        {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
      }
      referenceName: 'string'
      type: 'string'
    }
    isEspEnabled: any(Azure.Bicep.Types.Concrete.AnyType)
    linkedServiceName: {
      parameters: {
        {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
      }
      referenceName: 'string'
      type: 'string'
    }
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

HDInsightOnDemand경우 다음을 사용합니다.

{
  type: 'HDInsightOnDemand'
  typeProperties: {
    additionalLinkedServiceNames: [
      {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
    ]
    clusterNamePrefix: any(Azure.Bicep.Types.Concrete.AnyType)
    clusterPassword: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    clusterResourceGroup: any(Azure.Bicep.Types.Concrete.AnyType)
    clusterSize: any(Azure.Bicep.Types.Concrete.AnyType)
    clusterSshPassword: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    clusterSshUserName: any(Azure.Bicep.Types.Concrete.AnyType)
    clusterType: any(Azure.Bicep.Types.Concrete.AnyType)
    clusterUserName: any(Azure.Bicep.Types.Concrete.AnyType)
    coreConfiguration: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    dataNodeSize: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    hBaseConfiguration: any(Azure.Bicep.Types.Concrete.AnyType)
    hcatalogLinkedServiceName: {
      parameters: {
        {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
      }
      referenceName: 'string'
      type: 'string'
    }
    hdfsConfiguration: any(Azure.Bicep.Types.Concrete.AnyType)
    headNodeSize: any(Azure.Bicep.Types.Concrete.AnyType)
    hiveConfiguration: any(Azure.Bicep.Types.Concrete.AnyType)
    hostSubscriptionId: any(Azure.Bicep.Types.Concrete.AnyType)
    linkedServiceName: {
      parameters: {
        {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
      }
      referenceName: 'string'
      type: 'string'
    }
    mapReduceConfiguration: any(Azure.Bicep.Types.Concrete.AnyType)
    oozieConfiguration: any(Azure.Bicep.Types.Concrete.AnyType)
    scriptActions: [
      {
        name: 'string'
        parameters: 'string'
        roles: any(Azure.Bicep.Types.Concrete.AnyType)
        uri: 'string'
      }
    ]
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    sparkVersion: any(Azure.Bicep.Types.Concrete.AnyType)
    stormConfiguration: any(Azure.Bicep.Types.Concrete.AnyType)
    subnetName: any(Azure.Bicep.Types.Concrete.AnyType)
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
    timeToLive: any(Azure.Bicep.Types.Concrete.AnyType)
    version: any(Azure.Bicep.Types.Concrete.AnyType)
    virtualNetworkId: any(Azure.Bicep.Types.Concrete.AnyType)
    yarnConfiguration: any(Azure.Bicep.Types.Concrete.AnyType)
    zookeeperNodeSize: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

hdfs경우 다음을 사용합니다.

{
  type: 'Hdfs'
  typeProperties: {
    authenticationType: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    url: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

hive경우 다음을 사용합니다.

{
  type: 'Hive'
  typeProperties: {
    allowHostNameCNMismatch: any(Azure.Bicep.Types.Concrete.AnyType)
    allowSelfSignedServerCert: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    enableSsl: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    host: any(Azure.Bicep.Types.Concrete.AnyType)
    httpPath: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    serverType: 'string'
    serviceDiscoveryMode: any(Azure.Bicep.Types.Concrete.AnyType)
    thriftTransportProtocol: 'string'
    trustedCertPath: any(Azure.Bicep.Types.Concrete.AnyType)
    useNativeQuery: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
    useSystemTrustStore: any(Azure.Bicep.Types.Concrete.AnyType)
    zooKeeperNameSpace: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

httpServer경우 다음을 사용합니다.

{
  type: 'HttpServer'
  typeProperties: {
    authenticationType: 'string'
    authHeaders: any(Azure.Bicep.Types.Concrete.AnyType)
    certThumbprint: any(Azure.Bicep.Types.Concrete.AnyType)
    embeddedCertData: any(Azure.Bicep.Types.Concrete.AnyType)
    enableServerCertificateValidation: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    url: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Hubspot경우 다음을 사용합니다.

{
  type: 'Hubspot'
  typeProperties: {
    accessToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    refreshToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
    useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
    usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Impala경우 다음을 사용합니다.

{
  type: 'Impala'
  typeProperties: {
    allowHostNameCNMismatch: any(Azure.Bicep.Types.Concrete.AnyType)
    allowSelfSignedServerCert: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    enableSsl: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    host: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    trustedCertPath: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
    useSystemTrustStore: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Informix경우 다음을 사용합니다.

{
  type: 'Informix'
  typeProperties: {
    authenticationType: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Jira경우 다음을 사용합니다.

{
  type: 'Jira'
  typeProperties: {
    encryptedCredential: 'string'
    host: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
    useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
    usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

LakeHouse경우 다음을 사용합니다.

{
  type: 'LakeHouse'
  typeProperties: {
    artifactId: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
    workspaceId: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Magento경우 다음을 사용합니다.

{
  type: 'Magento'
  typeProperties: {
    accessToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    host: any(Azure.Bicep.Types.Concrete.AnyType)
    useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
    useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
    usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

MariaDB경우 다음을 사용합니다.

{
  type: 'MariaDB'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    driverVersion: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    sslMode: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
    useSystemTrustStore: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Marketo경우 다음을 사용합니다.

{
  type: 'Marketo'
  typeProperties: {
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    endpoint: any(Azure.Bicep.Types.Concrete.AnyType)
    useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
    useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
    usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

microsoftAccess경우 다음을 사용합니다.

{
  type: 'MicrosoftAccess'
  typeProperties: {
    authenticationType: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

MongoDb경우 다음을 사용합니다.

{
  type: 'MongoDb'
  typeProperties: {
    allowSelfSignedServerCert: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    authSource: any(Azure.Bicep.Types.Concrete.AnyType)
    databaseName: any(Azure.Bicep.Types.Concrete.AnyType)
    enableSsl: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

MongoDbAtlas경우 다음을 사용합니다.

{
  type: 'MongoDbAtlas'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    driverVersion: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

MongoDbV2경우 다음을 사용합니다.

{
  type: 'MongoDbV2'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    database: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

mySql경우 다음을 사용합니다.

{
  type: 'MySql'
  typeProperties: {
    allowZeroDateTime: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    convertZeroDateTime: any(Azure.Bicep.Types.Concrete.AnyType)
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    driverVersion: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    guidFormat: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    sslCert: any(Azure.Bicep.Types.Concrete.AnyType)
    sslKey: any(Azure.Bicep.Types.Concrete.AnyType)
    sslMode: any(Azure.Bicep.Types.Concrete.AnyType)
    treatTinyAsBoolean: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
    useSystemTrustStore: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Netezza경우 다음을 사용합니다.

{
  type: 'Netezza'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    pwd: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
  }
}

OData경우 다음을 사용합니다.

{
  type: 'OData'
  typeProperties: {
    aadResourceId: any(Azure.Bicep.Types.Concrete.AnyType)
    aadServicePrincipalCredentialType: 'string'
    authenticationType: 'string'
    authHeaders: any(Azure.Bicep.Types.Concrete.AnyType)
    azureCloudType: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCert: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCertPassword: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
    url: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Odbc경우 다음을 사용합니다.

{
  type: 'Odbc'
  typeProperties: {
    authenticationType: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

office365경우 다음을 사용합니다.

{
  type: 'Office365'
  typeProperties: {
    encryptedCredential: 'string'
    office365TenantId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalTenantId: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Oracle경우 다음을 사용합니다.

{
  type: 'Oracle'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
  }
}

OracleCloudStorage경우 다음을 사용합니다.

{
  type: 'OracleCloudStorage'
  typeProperties: {
    accessKeyId: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    secretAccessKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    serviceUrl: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

OracleServiceCloud경우 다음을 사용합니다.

{
  type: 'OracleServiceCloud'
  typeProperties: {
    encryptedCredential: 'string'
    host: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
    useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
    usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

PayPal경우 다음을 사용합니다.

{
  type: 'Paypal'
  typeProperties: {
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    host: any(Azure.Bicep.Types.Concrete.AnyType)
    useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
    useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
    usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Phoenix경우 다음을 사용합니다.

{
  type: 'Phoenix'
  typeProperties: {
    allowHostNameCNMismatch: any(Azure.Bicep.Types.Concrete.AnyType)
    allowSelfSignedServerCert: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    enableSsl: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    host: any(Azure.Bicep.Types.Concrete.AnyType)
    httpPath: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    trustedCertPath: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
    useSystemTrustStore: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

PostgreSql경우 다음을 사용합니다.

{
  type: 'PostgreSql'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
  }
}

PostgreSqlV2경우 다음을 사용합니다.

{
  type: 'PostgreSqlV2'
  typeProperties: {
    authenticationType: any(Azure.Bicep.Types.Concrete.AnyType)
    commandTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encoding: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    logParameters: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    pooling: any(Azure.Bicep.Types.Concrete.AnyType)
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    readBufferSize: any(Azure.Bicep.Types.Concrete.AnyType)
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    sslCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    sslKey: any(Azure.Bicep.Types.Concrete.AnyType)
    sslMode: any(Azure.Bicep.Types.Concrete.AnyType)
    sslPassword: any(Azure.Bicep.Types.Concrete.AnyType)
    timezone: any(Azure.Bicep.Types.Concrete.AnyType)
    trustServerCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Presto경우 다음을 사용합니다.

{
  type: 'Presto'
  typeProperties: {
    allowHostNameCNMismatch: any(Azure.Bicep.Types.Concrete.AnyType)
    allowSelfSignedServerCert: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    catalog: any(Azure.Bicep.Types.Concrete.AnyType)
    enableSsl: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    host: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    serverVersion: any(Azure.Bicep.Types.Concrete.AnyType)
    timeZoneID: any(Azure.Bicep.Types.Concrete.AnyType)
    trustedCertPath: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
    useSystemTrustStore: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

QuickBooks경우 다음을 사용합니다.

{
  type: 'QuickBooks'
  typeProperties: {
    accessToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    accessTokenSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    companyId: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionProperties: any(Azure.Bicep.Types.Concrete.AnyType)
    consumerKey: any(Azure.Bicep.Types.Concrete.AnyType)
    consumerSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    endpoint: any(Azure.Bicep.Types.Concrete.AnyType)
    useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

빠른경우 다음을 사용합니다.

{
  type: 'Quickbase'
  typeProperties: {
    encryptedCredential: 'string'
    url: any(Azure.Bicep.Types.Concrete.AnyType)
    userToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
  }
}

Responsys경우 다음을 사용합니다.

{
  type: 'Responsys'
  typeProperties: {
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    endpoint: any(Azure.Bicep.Types.Concrete.AnyType)
    useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
    useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
    usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

RestService경우 다음을 사용합니다.

{
  type: 'RestService'
  typeProperties: {
    aadResourceId: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    authHeaders: any(Azure.Bicep.Types.Concrete.AnyType)
    azureCloudType: any(Azure.Bicep.Types.Concrete.AnyType)
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    enableServerCertificateValidation: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    resource: any(Azure.Bicep.Types.Concrete.AnyType)
    scope: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalCredentialType: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalEmbeddedCert: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCertPassword: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
    tokenEndpoint: any(Azure.Bicep.Types.Concrete.AnyType)
    url: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Salesforce경우 다음을 사용합니다.

{
  type: 'Salesforce'
  typeProperties: {
    apiVersion: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    environmentUrl: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    securityToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

SalesforceMarketingCloud경우 다음을 사용합니다.

{
  type: 'SalesforceMarketingCloud'
  typeProperties: {
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    connectionProperties: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
    useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
    usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

SalesforceServiceCloud경우 다음을 사용합니다.

{
  type: 'SalesforceServiceCloud'
  typeProperties: {
    apiVersion: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    environmentUrl: any(Azure.Bicep.Types.Concrete.AnyType)
    extendedProperties: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    securityToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

SalesforceServiceCloudV2경우 다음을 사용합니다.

{
  type: 'SalesforceServiceCloudV2'
  typeProperties: {
    apiVersion: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: any(Azure.Bicep.Types.Concrete.AnyType)
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    environmentUrl: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

SalesforceV2경우 다음을 사용합니다.

{
  type: 'SalesforceV2'
  typeProperties: {
    apiVersion: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: any(Azure.Bicep.Types.Concrete.AnyType)
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    environmentUrl: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

SapBW경우 다음을 사용합니다.

{
  type: 'SapBW'
  typeProperties: {
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    systemNumber: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

sapCloudForCustomer경우 다음을 사용합니다.

{
  type: 'SapCloudForCustomer'
  typeProperties: {
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    url: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

sapEcc경우 다음을 사용합니다.

{
  type: 'SapEcc'
  typeProperties: {
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    url: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

sapHana경우 다음을 사용합니다.

{
  type: 'SapHana'
  typeProperties: {
    authenticationType: 'string'
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

sapOdp경우 다음을 사용합니다.

{
  type: 'SapOdp'
  typeProperties: {
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    language: any(Azure.Bicep.Types.Concrete.AnyType)
    logonGroup: any(Azure.Bicep.Types.Concrete.AnyType)
    messageServer: any(Azure.Bicep.Types.Concrete.AnyType)
    messageServerService: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    sncLibraryPath: any(Azure.Bicep.Types.Concrete.AnyType)
    sncMode: any(Azure.Bicep.Types.Concrete.AnyType)
    sncMyName: any(Azure.Bicep.Types.Concrete.AnyType)
    sncPartnerName: any(Azure.Bicep.Types.Concrete.AnyType)
    sncQop: any(Azure.Bicep.Types.Concrete.AnyType)
    subscriberName: any(Azure.Bicep.Types.Concrete.AnyType)
    systemId: any(Azure.Bicep.Types.Concrete.AnyType)
    systemNumber: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
    x509CertificatePath: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

SapOpenHub경우 다음을 사용합니다.

{
  type: 'SapOpenHub'
  typeProperties: {
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    language: any(Azure.Bicep.Types.Concrete.AnyType)
    logonGroup: any(Azure.Bicep.Types.Concrete.AnyType)
    messageServer: any(Azure.Bicep.Types.Concrete.AnyType)
    messageServerService: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    systemId: any(Azure.Bicep.Types.Concrete.AnyType)
    systemNumber: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

sapTable경우 다음을 사용합니다.

{
  type: 'SapTable'
  typeProperties: {
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    language: any(Azure.Bicep.Types.Concrete.AnyType)
    logonGroup: any(Azure.Bicep.Types.Concrete.AnyType)
    messageServer: any(Azure.Bicep.Types.Concrete.AnyType)
    messageServerService: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    sncLibraryPath: any(Azure.Bicep.Types.Concrete.AnyType)
    sncMode: any(Azure.Bicep.Types.Concrete.AnyType)
    sncMyName: any(Azure.Bicep.Types.Concrete.AnyType)
    sncPartnerName: any(Azure.Bicep.Types.Concrete.AnyType)
    sncQop: any(Azure.Bicep.Types.Concrete.AnyType)
    systemId: any(Azure.Bicep.Types.Concrete.AnyType)
    systemNumber: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

ServiceNow경우 다음을 사용합니다.

{
  type: 'ServiceNow'
  typeProperties: {
    authenticationType: 'string'
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    endpoint: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
    useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
    usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

ServiceNowV2경우 다음을 사용합니다.

{
  type: 'ServiceNowV2'
  typeProperties: {
    authenticationType: 'string'
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    endpoint: any(Azure.Bicep.Types.Concrete.AnyType)
    grantType: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Sftp경우 다음을 사용합니다.

{
  type: 'Sftp'
  typeProperties: {
    authenticationType: 'string'
    encryptedCredential: 'string'
    host: any(Azure.Bicep.Types.Concrete.AnyType)
    hostKeyFingerprint: any(Azure.Bicep.Types.Concrete.AnyType)
    passPhrase: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    privateKeyContent: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    privateKeyPath: any(Azure.Bicep.Types.Concrete.AnyType)
    skipHostKeyValidation: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

sharePointOnlineList경우 다음을 사용합니다.

{
  type: 'SharePointOnlineList'
  typeProperties: {
    encryptedCredential: 'string'
    servicePrincipalCredentialType: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalEmbeddedCert: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCertPassword: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    siteUrl: any(Azure.Bicep.Types.Concrete.AnyType)
    tenantId: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

shopify경우 다음을 사용합니다.

{
  type: 'Shopify'
  typeProperties: {
    accessToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    host: any(Azure.Bicep.Types.Concrete.AnyType)
    useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
    useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
    usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Smartsheet경우 다음을 사용합니다.

{
  type: 'Smartsheet'
  typeProperties: {
    apiToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
  }
}

Snowflake경우 다음을 사용합니다.

{
  type: 'Snowflake'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
  }
}

SnowflakeV2경우 다음을 사용합니다.

{
  type: 'SnowflakeV2'
  typeProperties: {
    accountIdentifier: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    host: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    privateKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    privateKeyPassphrase: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    scope: any(Azure.Bicep.Types.Concrete.AnyType)
    tenantId: any(Azure.Bicep.Types.Concrete.AnyType)
    user: any(Azure.Bicep.Types.Concrete.AnyType)
    warehouse: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

spark경우 다음을 사용합니다.

{
  type: 'Spark'
  typeProperties: {
    allowHostNameCNMismatch: any(Azure.Bicep.Types.Concrete.AnyType)
    allowSelfSignedServerCert: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    enableSsl: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    host: any(Azure.Bicep.Types.Concrete.AnyType)
    httpPath: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    serverType: 'string'
    thriftTransportProtocol: 'string'
    trustedCertPath: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
    useSystemTrustStore: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

SqlServer경우 다음을 사용합니다.

{
  type: 'SqlServer'
  typeProperties: {
    alwaysEncryptedSettings: {
      alwaysEncryptedAkvAuthType: 'string'
      credential: {
        referenceName: 'string'
        type: 'string'
      }
      servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
      servicePrincipalKey: {
        type: 'string'
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    commandTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    connectRetryCount: any(Azure.Bicep.Types.Concrete.AnyType)
    connectRetryInterval: any(Azure.Bicep.Types.Concrete.AnyType)
    connectTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encrypt: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    failoverPartner: any(Azure.Bicep.Types.Concrete.AnyType)
    hostNameInCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    integratedSecurity: any(Azure.Bicep.Types.Concrete.AnyType)
    loadBalanceTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    maxPoolSize: any(Azure.Bicep.Types.Concrete.AnyType)
    minPoolSize: any(Azure.Bicep.Types.Concrete.AnyType)
    multipleActiveResultSets: any(Azure.Bicep.Types.Concrete.AnyType)
    multiSubnetFailover: any(Azure.Bicep.Types.Concrete.AnyType)
    packetSize: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    pooling: any(Azure.Bicep.Types.Concrete.AnyType)
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    trustServerCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Square경우 다음을 사용합니다.

{
  type: 'Square'
  typeProperties: {
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    connectionProperties: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    host: any(Azure.Bicep.Types.Concrete.AnyType)
    redirectUri: any(Azure.Bicep.Types.Concrete.AnyType)
    useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
    useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
    usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Sybase경우 다음을 사용합니다.

{
  type: 'Sybase'
  typeProperties: {
    authenticationType: 'string'
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

TeamDesk경우 다음을 사용합니다.

{
  type: 'TeamDesk'
  typeProperties: {
    apiToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    authenticationType: 'string'
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    url: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Teradata경우 다음을 사용합니다.

{
  type: 'Teradata'
  typeProperties: {
    authenticationType: 'string'
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Twilio경우 다음을 사용합니다.

{
  type: 'Twilio'
  typeProperties: {
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Vertica경우 다음을 사용합니다.

{
  type: 'Vertica'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    pwd: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    uid: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Warehouse경우 다음을 사용합니다.

{
  type: 'Warehouse'
  typeProperties: {
    artifactId: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    endpoint: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
    workspaceId: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

경우 다음을 사용합니다.

{
  type: 'Web'
  typeProperties: {
    url: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    // For remaining properties, see WebLinkedServiceTypeProperties objects
  }
}

Xero경우 다음을 사용합니다.

{
  type: 'Xero'
  typeProperties: {
    connectionProperties: any(Azure.Bicep.Types.Concrete.AnyType)
    consumerKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    host: any(Azure.Bicep.Types.Concrete.AnyType)
    privateKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
    useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
    usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Zendesk경우 다음을 사용합니다.

{
  type: 'Zendesk'
  typeProperties: {
    apiToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    authenticationType: 'string'
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    url: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

Zoho경우 다음을 사용합니다.

{
  type: 'Zoho'
  typeProperties: {
    accessToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    connectionProperties: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    endpoint: any(Azure.Bicep.Types.Concrete.AnyType)
    useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
    useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
    usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

SecretBase 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

AzureKeyVaultSecret경우 다음을 사용합니다.

{
  secretName: any(Azure.Bicep.Types.Concrete.AnyType)
  secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
  store: {
    parameters: {
      {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
    }
    referenceName: 'string'
    type: 'string'
  }
  type: 'AzureKeyVaultSecret'
}

SecureString경우 다음을 사용합니다.

{
  type: 'SecureString'
  value: 'string'
}

속성 값

AmazonMWSLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AmazonMWS'(필수)
typeProperties Amazon Marketplace 웹 서비스 연결된 서비스 속성입니다. AmazonMWSLinkedServiceTypeProperties (필수)

AmazonMWSLinkedServiceTypeProperties

이름 묘사
accessKeyId 데이터에 액세스하는 데 사용되는 액세스 키 ID입니다. any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 Amazon MWS 서버의 엔드포인트(즉, mws.amazonservices.com) any(필수)
marketplaceID 데이터를 검색하려는 Amazon Marketplace ID입니다. 여러 Marketplace ID에서 데이터를 검색하려면 쉼표(,)로 구분합니다. (예: A2EUQ1WTGCTBG2) any(필수)
mwsAuthToken Amazon MWS 인증 토큰입니다. SecretBase
secretKey 데이터에 액세스하는 데 사용되는 비밀 키입니다. SecretBase
sellerID Amazon 판매자 ID입니다. any(필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

AmazonRdsForLinkedServiceTypeProperties

이름 묘사
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. SecretBase

AmazonRdsForOracleLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AmazonRdsForOracle'(필수)
typeProperties AmazonRdsForOracle 데이터베이스 연결된 서비스 속성입니다. amazonRdsForLinkedServiceTypeProperties (필수)

AmazonRdsForSqlServerLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AmazonRdsForSqlServer'(필수)
typeProperties SQL Server 연결된 서비스 속성에 대한 Amazon RDS입니다. amazonRdsForSqlServerLinkedServiceTypeProperties (필수)

AmazonRdsForSqlServerLinkedServiceTypeProperties

이름 묘사
alwaysEncryptedSettings Sql은 항상 암호화된 속성입니다. SqlAlwaysEncryptedProperties
applicationIntent 서버에 연결할 때 권장 버전에서 사용하는 애플리케이션 워크로드 유형입니다. 가능한 값은 ReadOnly 및 ReadWrite입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'SQL'
'Windows'
commandTimeout 명령을 실행하려는 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전의 기본 대기 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
connectRetryCount 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 다시 연결이 시도된 수입니다. 0에서 255 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectRetryInterval 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 각 다시 연결 시도 사이의 시간(초)입니다. 1에서 60 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectTimeout 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전에 서버에 대한 연결을 기다리는 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
데이터베이스 권장 버전에서 사용하는 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호화하다 권장 버전에서 사용하는 클라이언트와 서버 간에 전송되는 모든 데이터에 TLS 암호화가 필요한지 여부를 나타냅니다. 가능한 값은 true/yes/mandatory, false/no/optional 및 strict입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
failoverPartner 주 서버가 다운된 경우 연결할 파트너 서버의 이름 또는 주소이며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
hostNameInCertificate 연결에 대한 서버 인증서의 유효성을 검사할 때 사용할 호스트 이름입니다. 지정하지 않으면 데이터 원본의 서버 이름이 인증서 유효성 검사에 사용되며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
integratedSecurity 연결에 사용자 ID 및 암호가 지정되었는지(false인 경우) 또는 현재 Windows 계정 자격 증명이 인증에 사용되는지(true인 경우) 권장 버전에서 사용되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
loadBalanceTimeout 연결이 삭제되기 전에 연결 풀에 있는 최소 시간(초)으로, 권장 버전에서 사용합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
maxPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최대 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
minPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최소 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
multipleActiveResultSets true이면 애플리케이션이 MARS(여러 활성 결과 집합)를 유지할 수 있습니다. false이면 애플리케이션이 권장 버전에서 사용하는 해당 연결에서 다른 일괄 처리를 실행하기 전에 한 일괄 처리의 모든 결과 집합을 처리하거나 취소해야 합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
multiSubnetFailover 애플리케이션이 다른 서브넷의 AlwaysOn AG(가용성 그룹)에 연결하는 경우 MultiSubnetFailover=true를 설정하면 권장 버전에서 사용하는 (현재) 활성 서버에 대한 빠른 검색 및 연결을 제공합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
packetSize 권장 버전에서 사용하는 서버 인스턴스와 통신하는 데 사용되는 네트워크 패킷의 크기(바이트)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
암호 온-프레미스 Windows 인증 암호입니다. SecretBase
풀링 권장 버전에서 사용하는 연결이 요청될 때마다 연결을 풀하거나 명시적으로 열지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
서버 연결할 SQL Server 인스턴스의 이름 또는 네트워크 주소로, 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
trustServerCertificate 권장 버전에서 사용하는 신뢰의 유효성을 검사하기 위해 인증서 체인을 건너뛰는 동안 채널이 암호화되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
userName 온-프레미스 Windows 인증 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AmazonRedshiftLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AmazonRedshift'(필수)
typeProperties Amazon Redshift 연결된 서비스 속성입니다. amazonRedshiftLinkedServiceTypeProperties (필수)

AmazonRedshiftLinkedServiceTypeProperties

이름 묘사
데이터베이스 Amazon Redshift 원본의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 Amazon Redshift 원본의 암호입니다. SecretBase
항구 Amazon Redshift 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 5439입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
서버 Amazon Redshift 서버의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
사용자 이름 Amazon Redshift 원본의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AmazonS3CompatibleLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AmazonS3Compatible'(필수)
typeProperties Amazon S3 호환 가능한 연결된 서비스 속성입니다. AmazonS3CompatibleLinkedServiceTypeProperties(필수)

AmazonS3CompatibleLinkedServiceTypeProperties

이름 묘사
accessKeyId Amazon S3 IAM(호환 ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
forcePathStyle true이면 가상 호스트 스타일 액세스 대신 S3 경로 스타일 액세스를 사용합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
secretAccessKey Amazon S3 IAM(호환 ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 Amazon S3 호환 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AmazonS3LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AmazonS3'(필수)
typeProperties Amazon S3 연결된 서비스 속성입니다. amazonS3LinkedServiceTypeProperties (필수)

AmazonS3LinkedServiceTypeProperties

이름 묘사
accessKeyId Amazon S3 IAM(ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType S3의 인증 유형입니다. 허용되는 값: AccessKey(기본값) 또는 TemporarySecurityCredentials입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
secretAccessKey Amazon S3 IAM(ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 S3 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sessionToken S3 임시 보안 자격 증명에 대한 세션 토큰입니다. SecretBase

AppFiguresLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AppFigures'(필수)
typeProperties AppFigures 연결된 서비스 속성입니다. AppFiguresLinkedServiceTypeProperties (필수)

AppFiguresLinkedServiceTypeProperties

이름 묘사
clientKey AppFigures 원본의 클라이언트 키입니다. SecretBase(필수)
암호 AppFigures 원본의 암호입니다. SecretBase(필수)
userName Appfigures 원본의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

AsanaLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Asana'(필수)
typeProperties Asana 연결된 서비스 속성입니다. asanaLinkedServiceTypeProperties (필수)

AsanaLinkedServiceTypeProperties

이름 묘사
apiToken Asana 원본에 대한 api 토큰입니다. SecretBase(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

AzureBatchLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureBatch'(필수)
typeProperties Azure Batch 연결된 서비스 속성입니다. AzureBatchLinkedServiceTypeProperties (필수)

AzureBatchLinkedServiceTypeProperties

이름 묘사
accessKey Azure Batch 계정 액세스 키입니다. SecretBase
accountName Azure Batch 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
batchUri Azure Batch URI입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
linkedServiceName Azure Storage 연결된 서비스 참조입니다. linkedServiceReference (필수)
poolName Azure Batch 풀 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

AzureBlobFSLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureBlobFS'(필수)
typeProperties Azure Data Lake Storage Gen2 연결된 서비스 속성입니다. AzureBlobFSLinkedServiceTypeProperties (필수)

AzureBlobFSLinkedServiceTypeProperties

이름 묘사
accountKey Azure Data Lake Storage Gen2 서비스의 계정 키입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
sasToken sas uri에서 sasToken의 Azure Key Vault 비밀 참조입니다. SecretBase
sasUri Azure Data Lake Storage Gen2 서비스의 SAS URI입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Azure Data Lake Storage Gen2 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure Data Lake Storage Gen2 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
url Azure Data Lake Storage Gen2 서비스의 엔드포인트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureBlobStorageLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureBlobStorage'(필수)
typeProperties Azure Blob Storage 연결된 서비스 속성입니다. AzureBlobStorageLinkedServiceTypeProperties (필수)

AzureBlobStorageLinkedServiceTypeProperties

이름 묘사
accountKey 연결 문자열에서 accountKey의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
accountKind 스토리지 계정의 종류를 지정합니다. 허용되는 값은 스토리지(범용 v1), StorageV2(범용 v2), BlobStorage 또는 BlockBlobStorage입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'AccountKey'
'익명'
'Msi'
'SasUri'
'ServicePrincipal'
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
connectionString 연결 문자열입니다. sasUri, serviceEndpoint 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
containerUri Azure Blob Storage 리소스의 컨테이너 URI는 익명 액세스만 지원합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
sasToken sas uri에서 sasToken의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
sasUri Azure Blob Storage 리소스의 SAS URI입니다. connectionString, serviceEndpoint 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
serviceEndpoint Azure Blob Storage 리소스의 Blob Service 엔드포인트입니다. connectionString, sasUri 속성과 함께 사용할 수 없습니다. 어떤
servicePrincipalId Azure SQL Data Warehouse에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure SQL Data Warehouse에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureDatabricksDeltaLakeLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureDatabricksDeltaLake'(필수)
typeProperties Azure Databricks Delta Lake 연결된 서비스 속성입니다. AzureDatabricksDetltaLakeLinkedServiceTypeProperties (필수)

AzureDatabricksDetltaLakeLinkedServiceTypeProperties

이름 묘사
accessToken databricks REST API에 대한 액세스 토큰입니다. https://docs.azuredatabricks.net/api/latest/authentication.html참조하세요. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. SecretBase
clusterId 이 작업의 모든 실행에 사용할 기존 대화형 클러스터의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
도메인 <REGION>.azuredatabricks.net, Databricks 배포의 도메인 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
workspaceResourceId databricks REST API의 작업 영역 리소스 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureDatabricksLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureDatabricks'(필수)
typeProperties Azure Databricks 연결된 서비스 속성입니다. AzureDatabricksLinkedServiceTypeProperties (필수)

AzureDatabricksLinkedServiceTypeProperties

이름 묘사
accessToken databricks REST API에 대한 액세스 토큰입니다. https://docs.azuredatabricks.net/api/latest/authentication.html참조하세요. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
인증 databricks REST API에 작업 영역 리소스 ID를 사용하는 경우 MSI를 지정하는 데 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
도메인 <REGION>.azuredatabricks.net, Databricks 배포의 도메인 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
existingClusterId 이 활동의 모든 실행에 사용할 기존 대화형 클러스터의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
instancePoolId 이 작업의 모든 실행에 사용할 기존 인스턴스 풀의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
newClusterCustomTags 클러스터 리소스에 대한 추가 태그입니다. 이 속성은 인스턴스 풀 구성에서 무시됩니다. azureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags
newClusterDriverNodeType 새 작업 클러스터의 드라이버 노드 유형입니다. 이 속성은 인스턴스 풀 구성에서 무시됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
newClusterEnableElasticDisk 새 클러스터에서 탄력적 디스크를 사용하도록 설정합니다. 이 속성은 이제 무시되며 Databricks에서 기본 탄력적 디스크 동작을 사용합니다(탄력적 디스크는 항상 사용됨). 형식: 부울(또는 resultType 부울이 있는 식). 어떤
newClusterInitScripts 새 클러스터에 대한 사용자 정의 초기화 스크립트입니다. 형식: 문자열 배열(또는 resultType 문자열 배열이 있는 식)입니다. 어떤
newClusterLogDestination Spark 드라이버, 작업자 및 이벤트 로그를 배달할 위치를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
newClusterNodeType 새 작업 클러스터의 노드 유형입니다. newClusterVersion을 지정하고 instancePoolId를 지정하지 않은 경우 이 속성이 필요합니다. instancePoolId를 지정하면 이 속성은 무시됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
newClusterNumOfWorker 기존 대화형 클러스터를 사용하지 않는 경우 새 작업 클러스터 또는 인스턴스 풀에 사용할 작업자 노드 수를 지정합니다. 새 작업 클러스터의 경우 '1'과 같이 문자열 형식의 Int32는 numOfWorker가 1이거나 '1:10'이면 1(분)에서 10(최대)으로 자동 크기 조정을 의미합니다. 인스턴스 풀의 경우 문자열 형식 Int32이며 고정된 수의 작업자 노드(예: '2')만 지정할 수 있습니다. newClusterVersion이 지정된 경우 필수입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
newClusterSparkConf 선택적 사용자 지정 Spark 구성 키-값 쌍 집합입니다. azureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
newClusterSparkEnvVars 선택적 사용자 지정 Spark 환경 변수 키-값 쌍 집합입니다. AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars
newClusterVersion 기존 대화형 클러스터를 사용하지 않는 경우 이 작업의 각 실행에 대해 만들어진 새 작업 클러스터 또는 인스턴스 풀 노드의 Spark 버전을 지정합니다. instancePoolId가 지정된 경우 필수입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
policyId 사용자 정의 규칙 집합에 따라 클러스터를 구성하는 기능을 제한하는 정책 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
workspaceResourceId databricks REST API의 작업 영역 리소스 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags

이름 묘사

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf

이름 묘사

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars

이름 묘사

AzureDataExplorerLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureDataExplorer'(필수)
typeProperties Azure Data Explorer(Kusto) 연결된 서비스 속성입니다. AzureDataExplorerLinkedServiceTypeProperties (필수)

AzureDataExplorerLinkedServiceTypeProperties

이름 묘사
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
끝점 Azure Data Explorer의 엔드포인트(엔진의 엔드포인트)입니다. URL은 clusterName>https://<형식입니다.<regionName>.kusto.windows.net. 형식: 문자열(또는 resultType 문자열이 있는 식) any(필수)
servicePrincipalId Azure Data Explorer에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Kusto에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureDataLakeAnalyticsLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureDataLakeAnalytics'(필수)
typeProperties Azure Data Lake Analytics 연결된 서비스 속성입니다. AzureDataLakeAnalyticsLinkedServiceTypeProperties (필수)

AzureDataLakeAnalyticsLinkedServiceTypeProperties

이름 묘사
accountName Azure Data Lake Analytics 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
dataLakeAnalyticsUri Azure Data Lake Analytics URI 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
resourceGroupName Data Lake Analytics 계정 리소스 그룹 이름(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Azure Data Lake Analytics 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure Data Lake Analytics 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
subscriptionId Data Lake Analytics 계정 구독 ID(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

AzureDataLakeStoreLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureDataLakeStore'(필수)
typeProperties Azure Data Lake Store 연결된 서비스 속성입니다. AzureDataLakeStoreLinkedServiceTypeProperties (필수)

AzureDataLakeStoreLinkedServiceTypeProperties

이름 묘사
accountName Data Lake Store 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
dataLakeStoreUri Data Lake Store 서비스 URI. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
resourceGroupName Data Lake Store 계정 리소스 그룹 이름(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Azure Data Lake Store 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure Data Lake Store 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
subscriptionId Data Lake Store 계정 구독 ID(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureFileStorageLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureFileStorage'(필수)
typeProperties Azure File Storage 연결된 서비스 속성입니다. AzureFileStorageLinkedServiceTypeProperties (필수)

AzureFileStorageLinkedServiceTypeProperties

이름 묘사
accountKey 연결 문자열에서 accountKey의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
connectionString 연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
fileShare Azure 파일 공유 이름입니다. accountKey/sasToken을 사용하여 인증할 때 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
호스트 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 서버를 로그온하기 위한 암호입니다. SecretBase
sasToken sas uri에서 sasToken의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
sasUri Azure File 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
serviceEndpoint Azure File Storage 리소스의 파일 서비스 엔드포인트입니다. connectionString, sasUri 속성과 함께 사용할 수 없습니다. 어떤
스냅 사진 Azure 파일 공유 스냅샷 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
userId 서버에 로그온할 사용자 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureFunctionLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureFunction'(필수)
typeProperties Azure Function 연결된 서비스 속성입니다. AzureFunctionLinkedServiceTypeProperties (필수)

AzureFunctionLinkedServiceTypeProperties

이름 묘사
인증 AzureFunction에 연결하는 데 사용되는 인증 유형(MSI를 지정하는 데 필요)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
functionAppUrl Azure 함수 앱의 엔드포인트입니다. URL은 accountName>.azurewebsites.net https://<형식입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
functionKey Azure Function App에 대한 함수 또는 호스트 키입니다. SecretBase
resourceId Azure 함수에 허용되는 토큰 대상 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureKeyVaultLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureKeyVault'(필수)
typeProperties Azure Key Vault 연결된 서비스 속성입니다. AzureKeyVaultLinkedServiceTypeProperties (필수)

AzureKeyVaultLinkedServiceTypeProperties

이름 묘사
baseUrl Azure Key Vault의 기본 URL입니다. 예: https://myakv.vault.azure.net 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference

AzureKeyVaultSecretReference

이름 묘사
secretName Azure Key Vault의 비밀 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
secretVersion Azure Key Vault의 비밀 버전입니다. 기본값은 비밀의 최신 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
가게 Azure Key Vault 연결된 서비스 참조입니다. linkedServiceReference (필수)
비밀의 유형입니다. string(필수)

AzureKeyVaultSecretReference

이름 묘사
secretName Azure Key Vault의 비밀 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
secretVersion Azure Key Vault의 비밀 버전입니다. 기본값은 비밀의 최신 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
가게 Azure Key Vault 연결된 서비스 참조입니다. linkedServiceReference (필수)
비밀의 유형입니다. 'AzureKeyVaultSecret'(필수)

AzureMariaDBLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureMariaDB'(필수)
typeProperties Azure Database for MariaDB 연결된 서비스 속성입니다. AzureMariaDBLinkedServiceTypeProperties (필수)

AzureMariaDBLinkedServiceTypeProperties

이름 묘사
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
pwd 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

AzureMLLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureML'(필수)
typeProperties Azure ML Studio 웹 서비스 연결된 서비스 속성입니다. AzureMLLinkedServiceTypeProperties (필수)

AzureMLLinkedServiceTypeProperties

이름 묘사
apiKey Azure ML 모델 엔드포인트에 액세스하기 위한 API 키입니다. SecretBase(필수)
인증 AzureML에 연결하는 데 사용되는 인증 유형(MSI를 지정하는 데 필요)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
mlEndpoint Azure ML Studio 웹 서비스 엔드포인트에 대한 Batch 실행 REST URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
servicePrincipalId Azure ML Studio 웹 서비스의 ARM 기반 updateResourceEndpoint에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure ML Studio 웹 서비스의 ARM 기반 updateResourceEndpoint에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
updateResourceEndpoint Azure ML Studio 웹 서비스 엔드포인트에 대한 리소스 REST 업데이트 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureMLServiceLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureMLService'(필수)
typeProperties Azure ML Service 연결된 서비스 속성입니다. AzureMLServiceLinkedServiceTypeProperties (필수)

AzureMLServiceLinkedServiceTypeProperties

이름 묘사
인증 AzureML에 연결하는 데 사용되는 인증 유형(MSI를 지정하는 데 필요)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
mlWorkspaceName Azure ML Service 작업 영역 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
resourceGroupName Azure ML Service 작업 영역 리소스 그룹 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
servicePrincipalId 게시된 Azure ML Service 파이프라인의 엔드포인트에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey 게시된 Azure ML Service 파이프라인의 엔드포인트에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
subscriptionId Azure ML Service 작업 영역 구독 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureMySqlLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureMySql'(필수)
typeProperties Azure MySQL 데이터베이스 연결된 서비스 속성입니다. AzureMySqlLinkedServiceTypeProperties (필수)

AzureMySqlLinkedServiceTypeProperties

이름 묘사
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

AzurePostgreSqlLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzurePostgreSql'(필수)
typeProperties Azure PostgreSQL 연결된 서비스 속성입니다. AzurePostgreSqlLinkedServiceTypeProperties (필수)

AzurePostgreSqlLinkedServiceTypeProperties

이름 묘사
commandTimeout 시도를 종료하고 오류를 생성하기 전에 명령을 실행하는 동안 대기하는 시간(초)입니다. 무한대에 대해 0으로 설정합니다. 형식: 정수입니다. 어떤
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다. 어떤
인코딩 PostgreSQL 문자열 데이터를 인코딩/디코딩하는 데 사용할 .NET 인코딩을 가져오거나 설정합니다. 형식: 문자열 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
항구 연결의 포트입니다. 형식: 정수입니다. 어떤
readBufferSize 읽을 때 내부 버퍼가 사용하는 크기를 결정합니다. 데이터베이스에서 큰 값을 전송하는 경우 성능이 향상될 수 있습니다. 형식: 정수입니다. 어떤
서버 연결의 서버 이름입니다. 형식: 문자열입니다. 어떤
sslMode 연결에 대한 SSL 모드입니다. 형식: 정수입니다. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 형식: 정수입니다. 어떤
타임 아웃 시도를 종료하고 오류를 생성하기 전에 연결을 설정하는 동안 대기하는 시간(초)입니다. 형식: 정수입니다. 어떤
표준 시간대 세션 표준 시간대를 가져오거나 설정합니다. 형식: 문자열입니다. 어떤
trustServerCertificate 서버 인증서의 유효성을 검사하지 않고 서버 인증서를 신뢰할지 여부입니다. 형식: 부울. 어떤
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열입니다. 어떤

AzureSearchLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureSearch'(필수)
typeProperties Windows Azure Search Service 연결된 서비스 속성입니다. AzureSearchLinkedServiceTypeProperties (필수)

AzureSearchLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
열쇠 Azure Search 서비스에 대한 관리 키 SecretBase
url Azure Search 서비스의 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

AzureSqlDatabaseLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureSqlDatabase'(필수)
typeProperties Azure SQL Database 연결된 서비스 속성입니다. AzureSqlDatabaseLinkedServiceTypeProperties (필수)

AzureSqlDatabaseLinkedServiceTypeProperties

이름 묘사
alwaysEncryptedSettings Sql은 항상 암호화된 속성입니다. SqlAlwaysEncryptedProperties
applicationIntent 서버에 연결할 때 권장 버전에서 사용하는 애플리케이션 워크로드 유형입니다. 가능한 값은 ReadOnly 및 ReadWrite입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
commandTimeout 명령을 실행하려는 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전의 기본 대기 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
connectRetryCount 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 다시 연결이 시도된 수입니다. 0에서 255 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectRetryInterval 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 각 다시 연결 시도 사이의 시간(초)입니다. 1에서 60 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectTimeout 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전에 서버에 대한 연결을 기다리는 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 권장 버전에서 사용하는 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호화하다 권장 버전에서 사용하는 클라이언트와 서버 간에 전송되는 모든 데이터에 TLS 암호화가 필요한지 여부를 나타냅니다. 가능한 값은 true/yes/mandatory, false/no/optional 및 strict입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
failoverPartner 주 서버가 다운된 경우 연결할 파트너 서버의 이름 또는 주소이며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
hostNameInCertificate 연결에 대한 서버 인증서의 유효성을 검사할 때 사용할 호스트 이름입니다. 지정하지 않으면 데이터 원본의 서버 이름이 인증서 유효성 검사에 사용되며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
integratedSecurity 연결에 사용자 ID 및 암호가 지정되었는지(false인 경우) 또는 현재 Windows 계정 자격 증명이 인증에 사용되는지(true인 경우) 권장 버전에서 사용되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
loadBalanceTimeout 연결이 삭제되기 전에 연결 풀에 있는 최소 시간(초)으로, 권장 버전에서 사용합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
maxPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최대 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
minPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최소 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
multipleActiveResultSets true이면 애플리케이션이 MARS(여러 활성 결과 집합)를 유지할 수 있습니다. false이면 애플리케이션이 권장 버전에서 사용하는 해당 연결에서 다른 일괄 처리를 실행하기 전에 한 일괄 처리의 모든 결과 집합을 처리하거나 취소해야 합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
multiSubnetFailover 애플리케이션이 다른 서브넷의 AlwaysOn AG(가용성 그룹)에 연결하는 경우 MultiSubnetFailover=true를 설정하면 권장 버전에서 사용하는 (현재) 활성 서버에 대한 빠른 검색 및 연결을 제공합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
packetSize 권장 버전에서 사용하는 서버 인스턴스와 통신하는 데 사용되는 네트워크 패킷의 크기(바이트)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
풀링 권장 버전에서 사용하는 연결이 요청될 때마다 연결을 풀하거나 명시적으로 열지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
서버 연결할 SQL Server 인스턴스의 이름 또는 네트워크 주소로, 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
trustServerCertificate 권장 버전에서 사용하는 신뢰의 유효성을 검사하기 위해 인증서 체인을 건너뛰는 동안 채널이 암호화되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
userName 서버에 연결할 때 사용할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureSqlDWLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureSqlDW'(필수)
typeProperties Azure SQL Data Warehouse 연결된 서비스 속성입니다. AzureSqlDWLinkedServiceTypeProperties (필수)

AzureSqlDWLinkedServiceTypeProperties

이름 묘사
applicationIntent 서버에 연결할 때 권장 버전에서 사용하는 애플리케이션 워크로드 유형입니다. 가능한 값은 ReadOnly 및 ReadWrite입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
commandTimeout 명령을 실행하려는 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전의 기본 대기 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
connectRetryCount 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 다시 연결이 시도된 수입니다. 0에서 255 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectRetryInterval 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 각 다시 연결 시도 사이의 시간(초)입니다. 1에서 60 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectTimeout 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전에 서버에 대한 연결을 기다리는 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 권장 버전에서 사용하는 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호화하다 권장 버전에서 사용하는 클라이언트와 서버 간에 전송되는 모든 데이터에 TLS 암호화가 필요한지 여부를 나타냅니다. 가능한 값은 true/yes/mandatory, false/no/optional 및 strict입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
failoverPartner 주 서버가 다운된 경우 연결할 파트너 서버의 이름 또는 주소이며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
hostNameInCertificate 연결에 대한 서버 인증서의 유효성을 검사할 때 사용할 호스트 이름입니다. 지정하지 않으면 데이터 원본의 서버 이름이 인증서 유효성 검사에 사용되며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
integratedSecurity 연결에 사용자 ID 및 암호가 지정되었는지(false인 경우) 또는 현재 Windows 계정 자격 증명이 인증에 사용되는지(true인 경우) 권장 버전에서 사용되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
loadBalanceTimeout 연결이 삭제되기 전에 연결 풀에 있는 최소 시간(초)으로, 권장 버전에서 사용합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
maxPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최대 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
minPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최소 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
multipleActiveResultSets true이면 애플리케이션이 MARS(여러 활성 결과 집합)를 유지할 수 있습니다. false이면 애플리케이션이 권장 버전에서 사용하는 해당 연결에서 다른 일괄 처리를 실행하기 전에 한 일괄 처리의 모든 결과 집합을 처리하거나 취소해야 합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
multiSubnetFailover 애플리케이션이 다른 서브넷의 AlwaysOn AG(가용성 그룹)에 연결하는 경우 MultiSubnetFailover=true를 설정하면 권장 버전에서 사용하는 (현재) 활성 서버에 대한 빠른 검색 및 연결을 제공합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
packetSize 권장 버전에서 사용하는 서버 인스턴스와 통신하는 데 사용되는 네트워크 패킷의 크기(바이트)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
풀링 권장 버전에서 사용하는 연결이 요청될 때마다 연결을 풀하거나 명시적으로 열지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
서버 연결할 SQL Server 인스턴스의 이름 또는 네트워크 주소로, 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Azure SQL Data Warehouse에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure SQL Data Warehouse에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
trustServerCertificate 권장 버전에서 사용하는 신뢰의 유효성을 검사하기 위해 인증서 체인을 건너뛰는 동안 채널이 암호화되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
userName 서버에 연결할 때 사용할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureSqlMILinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureSqlMI'(필수)
typeProperties Azure SQL Managed Instance 연결된 서비스 속성입니다. AzureSqlMILinkedServiceTypeProperties (필수)

AzureSqlMILinkedServiceTypeProperties

이름 묘사
alwaysEncryptedSettings Sql은 항상 암호화된 속성입니다. SqlAlwaysEncryptedProperties
applicationIntent 서버에 연결할 때 권장 버전에서 사용하는 애플리케이션 워크로드 유형입니다. 가능한 값은 ReadOnly 및 ReadWrite입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
commandTimeout 명령을 실행하려는 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전의 기본 대기 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
connectRetryCount 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 다시 연결이 시도된 수입니다. 0에서 255 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectRetryInterval 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 각 다시 연결 시도 사이의 시간(초)입니다. 1에서 60 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectTimeout 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전에 서버에 대한 연결을 기다리는 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 권장 버전에서 사용하는 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호화하다 권장 버전에서 사용하는 클라이언트와 서버 간에 전송되는 모든 데이터에 TLS 암호화가 필요한지 여부를 나타냅니다. 가능한 값은 true/yes/mandatory, false/no/optional 및 strict입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
failoverPartner 주 서버가 다운된 경우 연결할 파트너 서버의 이름 또는 주소이며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
hostNameInCertificate 연결에 대한 서버 인증서의 유효성을 검사할 때 사용할 호스트 이름입니다. 지정하지 않으면 데이터 원본의 서버 이름이 인증서 유효성 검사에 사용되며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
integratedSecurity 연결에 사용자 ID 및 암호가 지정되었는지(false인 경우) 또는 현재 Windows 계정 자격 증명이 인증에 사용되는지(true인 경우) 권장 버전에서 사용되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
loadBalanceTimeout 연결이 삭제되기 전에 연결 풀에 있는 최소 시간(초)으로, 권장 버전에서 사용합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
maxPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최대 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
minPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최소 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
multipleActiveResultSets true이면 애플리케이션이 MARS(여러 활성 결과 집합)를 유지할 수 있습니다. false이면 애플리케이션이 권장 버전에서 사용하는 해당 연결에서 다른 일괄 처리를 실행하기 전에 한 일괄 처리의 모든 결과 집합을 처리하거나 취소해야 합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
multiSubnetFailover 애플리케이션이 다른 서브넷의 AlwaysOn AG(가용성 그룹)에 연결하는 경우 MultiSubnetFailover=true를 설정하면 권장 버전에서 사용하는 (현재) 활성 서버에 대한 빠른 검색 및 연결을 제공합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
packetSize 권장 버전에서 사용하는 서버 인스턴스와 통신하는 데 사용되는 네트워크 패킷의 크기(바이트)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
풀링 권장 버전에서 사용하는 연결이 요청될 때마다 연결을 풀하거나 명시적으로 열지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
서버 연결할 SQL Server 인스턴스의 이름 또는 네트워크 주소로, 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Azure SQL Managed Instance에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure SQL Managed Instance에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
trustServerCertificate 권장 버전에서 사용하는 신뢰의 유효성을 검사하기 위해 인증서 체인을 건너뛰는 동안 채널이 암호화되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
userName 서버에 연결할 때 사용할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureStorageLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureStorage'(필수)
typeProperties Azure Storage 연결된 서비스 속성입니다. AzureStorageLinkedServiceTypeProperties (필수)

AzureStorageLinkedServiceTypeProperties

이름 묘사
accountKey 연결 문자열에서 accountKey의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
connectionString 연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
sasToken sas uri에서 sasToken의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
sasUri Azure Storage 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤

AzureSynapseArtifactsLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureSynapseArtifacts'(필수)
typeProperties Azure Synapse Analytics(아티팩트) 연결된 서비스 속성입니다. AzureSynapseArtifactsLinkedServiceTypeProperties (필수)

AzureSynapseArtifactsLinkedServiceTypeProperties

이름 묘사
인증 시스템 할당 관리 ID를 인증 방법으로 사용하는 경우 MSI를 지정하는 데 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
끝점 작업 영역 이름>.dev.azuresynapse.net, Azure Synapse Analytics 작업 영역 URL을 https://<. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
workspaceResourceId Synapse 작업 영역의 리소스 ID입니다. 형식은 /subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureTableStorageLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureTableStorage'(필수)
typeProperties Azure Table Storage 연결된 서비스 속성입니다. AzureTableStorageLinkedServiceTypeProperties (필수)

AzureTableStorageLinkedServiceTypeProperties

이름 묘사
accountKey 연결 문자열에서 accountKey의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
connectionString 연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
sasToken sas uri에서 sasToken의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
sasUri Azure Storage 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
serviceEndpoint Azure Table Storage 리소스의 Table Service 엔드포인트입니다. connectionString, sasUri 속성과 함께 사용할 수 없습니다. 어떤

CassandraLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Cassandra'(필수)
typeProperties Cassandra 연결된 서비스 속성입니다. CassandraLinkedServiceTypeProperties(필수)

CassandraLinkedServiceTypeProperties

이름 묘사
authenticationType 연결에 사용할 AuthenticationType입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 연결의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
암호 인증을 위한 암호입니다. SecretBase
항구 연결의 포트입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

CommonDataServiceForAppsLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'CommonDataServiceForApps'(필수)
typeProperties 앱용 Common Data Service 연결된 서비스 속성입니다. CommonDataServiceForAppsLinkedServiceTypeProperties(필수)

CommonDataServiceForAppsLinkedServiceTypeProperties

이름 묘사
authenticationType 앱용 Common Data Service 서버에 연결할 인증 유형입니다. 온라인 시나리오의 경우 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd'입니다. 온라인 시나리오에서 서버To-Server 인증을 위한 'AADServicePrincipal', IFD를 사용하는 Dynamics 온-프레미스용 'Active Directory' 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
deploymentType 앱용 Common Data Service 인스턴스의 배포 유형입니다. App Online용 Common Data Service의 경우 'Online'이고 Ifd를 사용하는 앱용 Common Data Service의 경우 'OnPremisesWithIfd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
도메인 사용자 자격 증명을 확인할 Active Directory 도메인입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
hostName 온-프레미스 Common Data Service for Apps 서버의 호스트 이름입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
organizationName 앱용 Common Data Service 인스턴스의 조직 이름입니다. 이 속성은 온-프레미스에 필요하며 사용자와 연결된 앱용 Common Data Service 인스턴스가 둘 이상 있는 경우 온라인용으로 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 앱용 Common Data Service 인스턴스에 액세스하기 위한 암호입니다. SecretBase
항구 앱용 온-프레미스 Common Data Service 서버의 포트입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. 어떤
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId 서버To-Server 인증에 사용되는 Azure Active Directory의 애플리케이션 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
serviceUri 앱용 Microsoft Common Data Service 서버의 URL입니다. 이 속성은 온-프레미스에 필요하고 온-프레미스에는 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
사용자 이름 앱용 Common Data Service 인스턴스에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

ConcurLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Concur'(필수)
typeProperties Concur Service 연결된 서비스 속성입니다. concurLinkedServiceTypeProperties (필수)

ConcurLinkedServiceTypeProperties

이름 묘사
clientId Concur 앱 관리에서 제공하는 애플리케이션 client_id. any(필수)
connectionProperties Concur에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 상호 배타적입니다. Type: object입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤
사용자 이름 Concur Service에 액세스하는 데 사용하는 사용자 이름입니다. any(필수)

CosmosDbLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'CosmosDb'(필수)
typeProperties CosmosDB 연결된 서비스 속성입니다. CosmosDbLinkedServiceTypeProperties(필수)

CosmosDbLinkedServiceTypeProperties

이름 묘사
accountEndpoint Azure CosmosDB 계정의 엔드포인트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식) 어떤
accountKey Azure CosmosDB 계정의 계정 키입니다. 형식: SecureString 또는 AzureKeyVaultSecretReference. SecretBase
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
connectionMode CosmosDB 계정에 액세스하는 데 사용되는 연결 모드입니다. 형식: 문자열입니다. 'Direct'
'게이트웨이'
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식) 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열입니다. 어떤
servicePrincipalId 서버To-Server 인증에 사용되는 Azure Active Directory의 애플리케이션 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

CosmosDbMongoDbApiLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'CosmosDbMongoDbApi'(필수)
typeProperties CosmosDB(MongoDB API) 연결된 서비스 속성입니다. CosmosDbMongoDbApiLinkedServiceTypeProperties(필수)

CosmosDbMongoDbApiLinkedServiceTypeProperties

이름 묘사
connectionString CosmosDB(MongoDB API) 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. any(필수)
데이터베이스 액세스하려는 CosmosDB(MongoDB API) 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
isServerVersionAbove32 CosmosDB(MongoDB API) 서버 버전이 3.2보다 높은지 여부입니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤

CouchbaseLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Couchbase'(필수)
typeProperties Couchbase 서버 연결된 서비스 속성입니다. CouchbaseLinkedServiceTypeProperties(필수)

CouchbaseLinkedServiceTypeProperties

이름 묘사
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
credString 연결 문자열에서 credString의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

CredentialReference

이름 묘사
referenceName 참조 자격 증명 이름입니다. string(필수)
자격 증명 참조 형식입니다. 'CredentialReference'(필수)

CustomDataSourceLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'CustomDataSource'(필수)
typeProperties 사용자 지정 연결된 서비스 속성입니다. any(필수)

DataworldLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Dataworld'(필수)
typeProperties Dataworld 연결된 서비스 속성입니다. dataworldLinkedServiceTypeProperties (필수)

DataworldLinkedServiceTypeProperties

이름 묘사
apiToken Dataworld 원본에 대한 api 토큰입니다. SecretBase(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

Db2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Db2'(필수)
typeProperties DB2 연결된 서비스 속성입니다. Db2LinkedServiceTypeProperties(필수)

Db2LinkedServiceTypeProperties

이름 묘사
authenticationType 연결에 사용할 AuthenticationType입니다. connectionString 속성과 함께 사용할 수 없습니다. '기본'
certificateCommonName TLS를 사용하는 경우 인증서 일반 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
connectionString 연결 문자열입니다. 서버, 데이터베이스, authenticationType, userName, packageCollection 및 certificateCommonName 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
데이터베이스 연결의 데이터베이스 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열입니다. 문자열
packageCollection 데이터베이스를 쿼리할 때 패키지가 만들어지는 위치입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 인증을 위한 암호입니다. SecretBase
서버 연결의 서버 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
사용자 이름 인증을 위한 사용자 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

DrillLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Drill'(필수)
typeProperties 드릴 서버 연결된 서비스 속성입니다. DrillLinkedServiceTypeProperties(필수)

DrillLinkedServiceTypeProperties

이름 묘사
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
pwd 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

DynamicsAXLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'DynamicsAX'(필수)
typeProperties Dynamics AX 연결된 서비스 속성입니다. DynamicsAXLinkedServiceTypeProperties(필수)

DynamicsAXLinkedServiceTypeProperties

이름 묘사
aadResourceId 권한 부여를 요청하는 리소스를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
servicePrincipalId 애플리케이션의 클라이언트 ID를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
servicePrincipalKey 애플리케이션의 키를 지정합니다. 이 필드를 SecureString으로 표시하여 Data Factory에 안전하게 저장하거나 Azure Key Vault에 저장된 비밀을 참조합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase(필수)
테 넌 트 애플리케이션이 상주하는 테넌트 정보(도메인 이름 또는 테넌트 ID)를 지정합니다. Azure Portal의 오른쪽 위 모서리에 마우스를 가져가서 검색합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
url Dynamics AX(또는 Dynamics 365 Finance and Operations) 인스턴스 OData 엔드포인트입니다. any(필수)

DynamicsCrmLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'DynamicsCrm'(필수)
typeProperties Dynamics CRM 연결된 서비스 속성입니다. DynamicsCrmLinkedServiceTypeProperties(필수)

DynamicsCrmLinkedServiceTypeProperties

이름 묘사
authenticationType Dynamics CRM 서버에 연결할 인증 유형입니다. 온라인 시나리오용 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd', 온라인 시나리오에서 서버To-Server 인증의 경우 'AADServicePrincipal', IFD를 사용하는 Dynamics 온-프레미스용 'Active Directory'. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
deploymentType Dynamics CRM 인스턴스의 배포 유형입니다. Dynamics CRM Online의 경우 'Online'이고 Ifd를 사용하는 Dynamics CRM 온-프레미스의 경우 'OnPremisesWithIfd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
도메인 사용자 자격 증명을 확인할 Active Directory 도메인입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
hostName 온-프레미스 Dynamics CRM 서버의 호스트 이름입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
organizationName Dynamics CRM 인스턴스의 조직 이름입니다. 이 속성은 온-프레미스에 필요하며 사용자와 연결된 Dynamics CRM 인스턴스가 둘 이상 있는 경우 온라인에 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 Dynamics CRM 인스턴스에 액세스하기 위한 암호입니다. SecretBase
항구 온-프레미스 Dynamics CRM 서버의 포트입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. 어떤
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId 서버To-Server 인증에 사용되는 Azure Active Directory의 애플리케이션 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
serviceUri Microsoft Dynamics CRM 서버의 URL입니다. 이 속성은 온-프레미스에 필요하고 온-프레미스에는 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
사용자 이름 Dynamics CRM 인스턴스에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

DynamicsLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Dynamics'(필수)
typeProperties Dynamics 연결된 서비스 속성입니다. DynamicsLinkedServiceTypeProperties(필수)

DynamicsLinkedServiceTypeProperties

이름 묘사
authenticationType Dynamics 서버에 연결할 인증 유형입니다. 온라인 시나리오용 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd', 온라인 시나리오에서 서버To-Server 인증의 경우 'AADServicePrincipal', IFD를 사용하는 Dynamics 온-프레미스용 'Active Directory'. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
deploymentType Dynamics 인스턴스의 배포 유형입니다. Dynamics Online의 경우 'Online'이고 Ifd를 사용하는 Dynamics 온-프레미스의 경우 'OnPremisesWithIfd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
도메인 사용자 자격 증명을 확인할 Active Directory 도메인입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
hostName 온-프레미스 Dynamics 서버의 호스트 이름입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
organizationName Dynamics 인스턴스의 조직 이름입니다. 이 속성은 온-프레미스에 필요하며 사용자와 연결된 Dynamics 인스턴스가 둘 이상 있는 경우 온라인에 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 Dynamics 인스턴스에 액세스하기 위한 암호입니다. SecretBase
항구 온-프레미스 Dynamics 서버의 포트입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. 어떤
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId 서버To-Server 인증에 사용되는 Azure Active Directory의 애플리케이션 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
serviceUri Microsoft Dynamics 서버의 URL입니다. 이 속성은 온-프레미스에 필요하고 온-프레미스에는 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
사용자 이름 Dynamics 인스턴스에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

EloquaLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Eloqua'(필수)
typeProperties Eloqua 서버 연결된 서비스 속성입니다. EloquaLinkedServiceTypeProperties(필수)

EloquaLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 Eloqua 서버의 엔드포인트입니다. (즉, eloqua.example.com) any(필수)
암호 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤
사용자 이름 사이트 이름/사용자 이름 형식의 Eloqua 계정의 사이트 이름 및 사용자 이름입니다. (예: 엘로쿠아/앨리스) any(필수)

FileServerLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'FileServer'(필수)
typeProperties 파일 시스템 연결된 서비스 속성입니다. fileServerLinkedServiceTypeProperties (필수)

FileServerLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
암호 서버를 로그온하기 위한 암호입니다. SecretBase
userId 서버에 로그온할 사용자 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

FtpServerLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'FtpServer'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. ftpServerLinkedServiceTypeProperties (필수)

FtpServerLinkedServiceTypeProperties

이름 묘사
authenticationType FTP 서버에 연결하는 데 사용할 인증 유형입니다. '익명'
'기본'
enableServerCertificateValidation true이면 SSL/TLS 채널을 통해 연결할 때 FTP 서버 SSL 인증서의 유효성을 검사합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
enableSsl true이면 SSL/TLS 채널을 통해 FTP 서버에 연결합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 FTP 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
암호 FTP 서버를 로그온하는 암호입니다. SecretBase
항구 FTP 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 21입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. 어떤
userName FTP 서버를 로그온할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

GoogleAdWordsLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'GoogleAdWords'(필수)
typeProperties Google AdWords 서비스 연결된 서비스 속성입니다. GoogleAdWordsLinkedServiceTypeProperties (필수)

GoogleAdWordsLinkedServiceTypeProperties

이름 묘사
authenticationType 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. ServiceAuthentication은 자체 호스팅 IR에서만 사용할 수 있습니다. 'ServiceAuthentication'
'UserAuthentication'
clientCustomerID 보고서 데이터를 가져오려는 애드워즈 계정의 클라이언트 고객 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientId 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientSecret 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. SecretBase
connectionProperties (사용되지 않음) GoogleAds에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 상호 배타적입니다. Type: object입니다. 어떤
developerToken AdWords API에 대한 액세스 권한을 부여하는 데 사용하는 관리자 계정과 연결된 개발자 토큰입니다. SecretBase
메일 주소 ServiceAuthentication에 사용되며 자체 호스팅 IR에서만 사용할 수 있는 서비스 계정 전자 메일 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
googleAdsApiVersion Google Ads API 주 버전(예: v14) 지원되는 주 버전은 https://developers.google.com/google-ads/api/docs/release-notes찾을 수 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
keyFilePath (사용되지 않음) 서비스 계정 전자 메일 주소를 인증하는 데 사용되며 자체 호스팅 IR에서만 사용할 수 있는 .p12 키 파일의 전체 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
loginCustomerID 특정 고객의 보고서 데이터를 가져오려는 Google Ads Manager 계정의 고객 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
privateKey 서비스 계정 전자 메일 주소를 인증하는 데 사용되며 자체 호스팅 IR에서만 사용할 수 있는 프라이빗 키입니다. SecretBase
refreshToken UserAuthentication용 AdWords에 대한 액세스 권한을 부여하기 위해 Google에서 가져온 새로 고침 토큰입니다. SecretBase
supportLegacyDataTypes Google에서 문자열로 float, int32 및 int64를 매핑하는 레거시 데이터 형식 매핑을 사용할지 여부를 지정합니다. 레거시 드라이버의 데이터 형식 매핑과 이전 버전과의 호환성을 유지하려는 경우가 아니면 true로 설정하지 마세요. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
trustedCertPath (사용되지 않음) SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
useSystemTrustStore (사용되지 않음) 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤

GoogleBigQueryLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'GoogleBigQuery'(필수)
typeProperties Google BigQuery 서비스 연결된 서비스 속성입니다. googleBigQueryLinkedServiceTypeProperties (필수)

GoogleBigQueryLinkedServiceTypeProperties

이름 묘사
additionalProjects 액세스할 공용 BigQuery 프로젝트의 쉼표로 구분된 목록입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. ServiceAuthentication은 자체 호스팅 IR에서만 사용할 수 있습니다. 'ServiceAuthentication'
'UserAuthentication'(필수)
clientId 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientSecret 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. SecretBase
메일 주소 ServiceAuthentication에 사용되며 자체 호스팅 IR에서만 사용할 수 있는 서비스 계정 전자 메일 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
keyFilePath 서비스 계정 전자 메일 주소를 인증하는 데 사용되며 자체 호스팅 IR에서만 사용할 수 있는 .p12 키 파일의 전체 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
프로젝트 쿼리할 기본 BigQuery 프로젝트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
refreshToken UserAuthentication에 대한 BigQuery에 대한 액세스 권한을 부여하기 위해 Google에서 얻은 새로 고침 토큰입니다. SecretBase
requestGoogleDriveScope Google 드라이브에 대한 액세스를 요청할지 여부입니다. Google 드라이브 액세스를 허용하면 BigQuery 데이터를 Google Drive의 데이터와 결합하는 페더레이션 테이블을 지원할 수 있습니다. 기본값은 false입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤

GoogleBigQueryV2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'GoogleBigQueryV2'(필수)
typeProperties Google BigQuery 서비스 연결된 서비스 속성입니다. googleBigQueryV2LinkedServiceTypeProperties (필수)

GoogleBigQueryV2LinkedServiceTypeProperties

이름 묘사
authenticationType 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. 'ServiceAuthentication'
'UserAuthentication'(필수)
clientId 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientSecret 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
keyFileContent 서비스 계정을 인증하는 데 사용되는 .json 키 파일의 콘텐츠입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
projectId 쿼리할 기본 BigQuery 프로젝트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
refreshToken UserAuthentication에 대한 BigQuery에 대한 액세스 권한을 부여하기 위해 Google에서 얻은 새로 고침 토큰입니다. SecretBase

GoogleCloudStorageLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'GoogleCloudStorage'(필수)
typeProperties Google Cloud Storage 연결된 서비스 속성입니다. GoogleCloudStorageLinkedServiceTypeProperties (필수)

GoogleCloudStorageLinkedServiceTypeProperties

이름 묘사
accessKeyId Google Cloud Storage IAM(ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
secretAccessKey Google Cloud Storage ID 및 액세스 관리(IAM) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 Google Cloud Storage 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

GoogleSheetsLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'GoogleSheets'(필수)
typeProperties GoogleSheets 연결된 서비스 속성입니다. GoogleSheetsLinkedServiceTypeProperties (필수)

GoogleSheetsLinkedServiceTypeProperties

이름 묘사
apiToken GoogleSheets 원본에 대한 api 토큰입니다. SecretBase(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

GreenplumLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Greenplum'(필수)
typeProperties Greenplum Database 연결된 서비스 속성입니다. GreenplumLinkedServiceTypeProperties(필수)

GreenplumLinkedServiceTypeProperties

이름 묘사
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
pwd 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

HBaseLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'HBase'(필수)
typeProperties HBase 서버 연결된 서비스 속성입니다. HBaseLinkedServiceTypeProperties(필수)

HBaseLinkedServiceTypeProperties

이름 묘사
allowHostNameCNMismatch SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. 어떤
allowSelfSignedServerCert 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 어떤
authenticationType HBase 서버에 연결하는 데 사용할 인증 메커니즘입니다. '익명'
'Basic'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 HBase 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) any(필수)
httpPath HBase 서버에 해당하는 부분 URL입니다. (예: /gateway/sandbox/hbase/version) 어떤
암호 사용자 이름에 해당하는 암호입니다. SecretBase
항구 HBase 인스턴스가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 9090입니다. 어떤
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 어떤
사용자 이름 HBase 인스턴스에 연결하는 데 사용되는 사용자 이름입니다. 어떤

HdfsLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Hdfs'(필수)
typeProperties HDFS 연결된 서비스 속성입니다. hdfsLinkedServiceTypeProperties (필수)

HdfsLinkedServiceTypeProperties

이름 묘사
authenticationType HDFS에 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 Windows입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 Windows 인증에 대한 암호입니다. SecretBase
url HDFS 서비스 엔드포인트의 URL(예: http://myhostname:50070/webhdfs/v1)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userName Windows 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

HDInsightLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'HDInsight'(필수)
typeProperties HDInsight 연결된 서비스 속성입니다. HDInsightLinkedServiceTypeProperties (필수)

HDInsightLinkedServiceTypeProperties

이름 묘사
clusterUri HDInsight 클러스터 URI. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
fileSystem HDInsight의 기본 스토리지가 ADLS Gen2인 경우 FileSystem을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
hcatalogLinkedServiceName HCatalog 데이터베이스를 가리키는 Azure SQL 연결된 서비스에 대한 참조입니다. linkedServiceReference
isEspEnabled ESP(Enterprise Security Package)를 사용하여 HDInsight를 만들 것인지 지정합니다. 형식: 부울. 어떤
linkedServiceName Azure Storage 연결된 서비스 참조입니다. linkedServiceReference
암호 HDInsight 클러스터 암호입니다. SecretBase
userName HDInsight 클러스터 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

HDInsightOnDemandLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'HDInsightOnDemand'(필수)
typeProperties HDInsight 온디맨드 연결된 서비스 속성입니다. HDInsightOnDemandLinkedServiceTypeProperties (필수)

HDInsightOnDemandLinkedServiceTypeProperties

이름 묘사
additionalLinkedServiceNames Data Factory 서비스가 사용자 대신 등록할 수 있도록 HDInsight 연결된 서비스에 대한 추가 스토리지 계정을 지정합니다. linkedServiceReference[]
clusterNamePrefix 클러스터 이름의 접두사, 접두사는 타임스탬프와 구별됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clusterPassword 클러스터에 액세스할 암호입니다. SecretBase
clusterResourceGroup 클러스터가 속한 리소스 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
clusterSize 클러스터의 작업자/데이터 노드 수입니다. 제안 값: 4. 형식: int(또는 resultType int가 있는 식). any(필수)
clusterSshPassword SSH에 대한 암호는 클러스터의 노드(Linux용)를 원격으로 연결합니다. SecretBase
clusterSshUserName SSH에 대한 사용자 이름은 클러스터의 노드(Linux용)에 원격으로 연결됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clusterType 클러스터 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clusterUserName 클러스터에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
coreConfiguration 만들 HDInsight 클러스터에 대한 핵심 구성 매개 변수(core-site.xml)를 지정합니다. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
dataNodeSize HDInsight 클러스터의 데이터 노드 크기를 지정합니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
hBaseConfiguration HDInsight 클러스터에 대한 HBase 구성 매개 변수(hbase-site.xml)를 지정합니다. 어떤
hcatalogLinkedServiceName HCatalog 데이터베이스를 가리키는 Azure SQL 연결된 서비스의 이름입니다. 주문형 HDInsight 클러스터는 Azure SQL 데이터베이스를 메타스토어로 사용하여 만듭니다. linkedServiceReference
hdfsConfiguration HDInsight 클러스터에 대한 HDFS 구성 매개 변수(hdfs-site.xml)를 지정합니다. 어떤
headNodeSize HDInsight 클러스터의 헤드 노드 크기를 지정합니다. 어떤
hiveConfiguration HDInsight 클러스터에 대한 hive 구성 매개 변수(hive-site.xml)를 지정합니다. 어떤
hostSubscriptionId 클러스터를 호스트하는 고객의 구독입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
linkedServiceName 데이터를 저장하고 처리하기 위해 주문형 클러스터에서 사용할 Azure Storage 연결된 서비스입니다. linkedServiceReference (필수)
mapReduceConfiguration HDInsight 클러스터에 대한 MapReduce 구성 매개 변수(mapred-site.xml)를 지정합니다. 어떤
oozieConfiguration HDInsight 클러스터에 대한 Oozie 구성 매개 변수(oozie-site.xml)를 지정합니다. 어떤
scriptActions HDI 온디맨드 클러스터가 작동되면 실행할 사용자 지정 스크립트 작업입니다. /azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions를 참조하세요. ScriptAction[]
servicePrincipalId hostSubscriptionId의 서비스 주체 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey 서비스 주체 ID의 키입니다. SecretBase
sparkVersion 클러스터 유형이 'spark'인 경우 spark의 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
stormConfiguration HDInsight 클러스터에 대한 Storm 구성 매개 변수(storm-site.xml)를 지정합니다. 어떤
subnetName vNet의 서브넷에 대한 ARM 리소스 ID입니다. virtualNetworkId를 지정한 경우 이 속성이 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
테 넌 트 서비스 주체가 속한 테넌트 ID/이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
timeToLive 주문형 HDInsight 클러스터에 허용되는 유휴 시간입니다. 클러스터에 다른 활성 작업이 없는 경우 작업 실행이 완료된 후 주문형 HDInsight 클러스터가 활성 상태로 유지되는 기간을 지정합니다. 최소값은 5분입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
버전 HDInsight 클러스터의 버전입니다.  형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
virtualNetworkId 클러스터를 만든 후 조인해야 하는 vNet의 ARM 리소스 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
yarnConfiguration HDInsight 클러스터에 대한 Yarn 구성 매개 변수(yarn-site.xml)를 지정합니다. 어떤
zookeeperNodeSize HDInsight 클러스터에 대한 Zoo Keeper 노드의 크기를 지정합니다. 어떤

HiveLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Hive'(필수)
typeProperties Hive Server 연결된 서비스 속성입니다. HiveLinkedServiceTypeProperties(필수)

HiveLinkedServiceTypeProperties

이름 묘사
allowHostNameCNMismatch SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. 어떤
allowSelfSignedServerCert 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 어떤
authenticationType Hive 서버에 액세스하는 데 사용되는 인증 방법입니다. '익명'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 여러 호스트에 대해 ';'로 구분된 Hive 서버의 IP 주소 또는 호스트 이름입니다(serviceDiscoveryMode를 사용하는 경우에만). any(필수)
httpPath Hive 서버에 해당하는 부분 URL입니다. 어떤
암호 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
항구 Hive 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 어떤
serverType Hive 서버의 유형입니다. 'HiveServer1'
'HiveServer2'
'HiveThriftServer'
serviceDiscoveryMode ZooKeeper 서비스를 사용함을 나타내려면 true입니다. false가 아닙니다. 어떤
thriftTransportProtocol Thrift 계층에서 사용할 전송 프로토콜입니다. 'Binary'
'HTTP '
'SASL'
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 어떤
useNativeQuery 드라이버에서 네이티브 HiveQL 쿼리를 사용할지 또는 HiveQL에서 동일한 형식으로 변환할지를 지정합니다. 어떤
사용자 이름 Hive Server에 액세스하는 데 사용하는 사용자 이름입니다. 어떤
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 어떤
zooKeeperNameSpace Hive Server 2 노드가 추가되는 ZooKeeper의 네임스페이스입니다. 어떤

HttpLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'HttpServer'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. httpLinkedServiceTypeProperties (필수)

HttpLinkedServiceTypeProperties

이름 묘사
authenticationType HTTP 서버에 연결하는 데 사용할 인증 유형입니다. '익명'
'기본'
'ClientCertificate'
'다이제스트'
'Windows'
authHeaders 권한 부여에 사용되는 RESTful API에 대한 요청의 추가 HTTP 헤더입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다). 어떤
certThumbprint ClientCertificate 인증을 위한 인증서의 지문입니다. 온-프레미스 복사에만 유효합니다. ClientCertificate 인증을 사용한 온-프레미스 복사의 경우 CertThumbprint 또는 EmbeddedCertData/Password를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
embeddedCertData ClientCertificate 인증을 위해 Base64로 인코딩된 인증서 데이터입니다. ClientCertificate 인증을 사용한 온-프레미스 복사의 경우 CertThumbprint 또는 EmbeddedCertData/Password를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
enableServerCertificateValidation true이면 HTTPS 서버 SSL 인증서의 유효성을 검사합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 EmbeddedCertData 인증을 사용하는 기본, 다이제스트, Windows 또는 ClientCertificate의 암호입니다. SecretBase
url HTTP 엔드포인트의 기본 URL(예: https://www.microsoft.com. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userName 기본, 다이제스트 또는 Windows 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

HubspotLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Hubspot'(필수)
typeProperties Hubspot Service 연결된 서비스 속성입니다. HubspotLinkedServiceTypeProperties(필수)

HubspotLinkedServiceTypeProperties

이름 묘사
accessToken OAuth 통합을 처음 인증할 때 가져온 액세스 토큰입니다. SecretBase
clientId Hubspot 애플리케이션과 연결된 클라이언트 ID입니다. any(필수)
clientSecret Hubspot 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
refreshToken OAuth 통합을 처음 인증할 때 가져온 새로 고침 토큰입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

ImpalaLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Impala'(필수)
typeProperties Impala 서버 연결된 서비스 속성입니다. ImpalaLinkedServiceTypeProperties(필수)

ImpalaLinkedServiceTypeProperties

이름 묘사
allowHostNameCNMismatch SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. 어떤
allowSelfSignedServerCert 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 어떤
authenticationType 사용할 인증 유형입니다. '익명'
'SASLUsername'
'UsernameAndPassword'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Impala 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) any(필수)
암호 UsernameAndPassword를 사용할 때 사용자 이름에 해당하는 암호입니다. SecretBase
항구 Impala 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 21050입니다. 어떤
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 어떤
사용자 이름 Impala 서버에 액세스하는 데 사용되는 사용자 이름입니다. SASLUsername을 사용하는 경우 기본값은 익명입니다. 어떤
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 어떤

InformixLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Informix'(필수)
typeProperties Informix 연결된 서비스 속성입니다. InformixLinkedServiceTypeProperties(필수)

InformixLinkedServiceTypeProperties

이름 묘사
authenticationType Informix에 ODBC 데이터 저장소로 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 기본 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
connectionString 연결 문자열의 액세스 권한 없는 자격 증명 부분과 선택적으로 암호화된 자격 증명입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference 또는 resultType 문자열이 있는 식입니다. any(필수)
자격 증명 드라이버별 속성-값 형식으로 지정된 연결 문자열의 액세스 자격 증명 부분입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 기본 인증에 대한 암호입니다. SecretBase
userName 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

IntegrationRuntimeReference

이름 묘사
매개 변수 통합 런타임에 대한 인수입니다. ParameterValueSpecification
referenceName 통합 런타임 이름을 참조합니다. string(필수)
통합 런타임의 유형입니다. 'IntegrationRuntimeReference'(필수)

JiraLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Jira'(필수)
typeProperties Jira 서비스 연결된 서비스 속성입니다. JiraLinkedServiceTypeProperties (필수)

JiraLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Jira 서비스의 IP 주소 또는 호스트 이름입니다. (예: jira.example.com) any(필수)
암호 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
항구 Jira 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 HTTPS를 통해 연결하는 경우 443이고, HTTP를 통해 연결하는 경우 8080입니다. 어떤
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤
사용자 이름 Jira 서비스에 액세스하는 데 사용하는 사용자 이름입니다. any(필수)

LakeHouseLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'LakeHouse'(필수)
typeProperties Microsoft Fabric LakeHouse 연결된 서비스 속성입니다. LakeHouseLinkedServiceTypeProperties(필수)

LakeHouseLinkedServiceTypeProperties

이름 묘사
artifactId Microsoft Fabric LakeHouse 아티팩트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Microsoft Fabric LakeHouse에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Microsoft Fabric LakeHouse에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
workspaceId Microsoft Fabric 작업 영역의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

LinkedService

이름 묘사
주석 연결된 서비스를 설명하는 데 사용할 수 있는 태그 목록입니다. any[]
connectVia 통합 런타임 참조입니다. IntegrationRuntimeReference
묘사 연결된 서비스 설명입니다. 문자열
매개 변수 연결된 서비스에 대한 매개 변수입니다. ParameterDefinitionSpecification
AmazonMWSLinkedService유형에 대해 'AmazonMWS'로 설정합니다. AmazonRdsForOracleLinkedService형식에 대해 'AmazonRdsForOracle'로 설정합니다. AmazonRdsForSqlServerLinkedService형식에 대해 'AmazonRdsForSqlServer'로 설정합니다. AmazonRedshiftLinkedService형식에 대해 'AmazonRedshift'로 설정합니다. AmazonS3LinkedService유형에 대해 'AmazonS3'으로 설정합니다. AmazonS3CompatibleLinkedService형식에 대해 'AmazonS3Compatible'으로 설정합니다. AppFiguresLinkedService형식에 대해 'AppFigures'로 설정합니다. AsanaLinkedService형식에 대해 'Asana'로 설정합니다. AzureBatchLinkedService형식에 대해 'AzureBatch'로 설정합니다. AzureBlobFSLinkedService형식에 대해 'AzureBlobFS'로 설정합니다. AzureBlobStorageLinkedService형식에 대해 'AzureBlobStorage'로 설정합니다. AzureDataExplorerLinkedService형식에 대해 'AzureDataExplorer'로 설정합니다. AzureDataLakeAnalyticsLinkedService형식에 대해 'AzureDataLakeAnalytics'로 설정합니다. AzureDataLakeStoreLinkedService형식에 대해 'AzureDataLakeStore'로 설정합니다. AzureDatabricksLinkedService형식에 대해 'AzureDatabricks'로 설정합니다. AzureDatabricksDeltaLakeLinkedService형식에 대해 'AzureDatabricksDeltaLake'로 설정합니다. AzureFileStorageLinkedService형식에 대해 'AzureFileStorage'로 설정합니다. AzureFunctionLinkedService형식에 대해 'AzureFunction'으로 설정합니다. AzureKeyVaultLinkedService형식에 대해 'AzureKeyVault'로 설정합니다. AzureMLLinkedService형식에 대해 'AzureML'로 설정합니다. AzureMLServiceLinkedService형식에 대해 'AzureMLService'로 설정합니다. AzureMariaDBLinkedService형식에 대해 'AzureMariaDB'로 설정합니다. AzureMySqlLinkedService형식에 대해 'AzureMySql'로 설정합니다. AzurePostgreSqlLinkedService형식에 대해 'AzurePostgreSql'로 설정합니다. AzureSearchLinkedService형식에 대해 'AzureSearch'로 설정합니다. AzureSqlDWLinkedService형식에 대해 'AzureSqlDW'로 설정합니다. AzureSqlDatabaseLinkedService형식에 대해 'AzureSqlDatabase'로 설정합니다. AzureSqlMILinkedService형식에 대해 'AzureSqlMI'로 설정합니다. AzureStorageLinkedService형식에 대해 'AzureStorage'로 설정합니다. AzureSynapseArtifactsLinkedService형식에 대해 'AzureSynapseArtifacts'로 설정합니다. AzureTableStorageLinkedService형식에 대해 'AzureTableStorage'로 설정합니다. CassandraLinkedService형식에 대해 'Cassandra'로 설정합니다. CommonDataServiceForAppsLinkedService형식에 대해 'CommonDataServiceForApps'로 설정합니다. ConcurLinkedService형식에 대해 'Concur'로 설정합니다. CosmosDbLinkedService형식에 대해 'CosmosDb'로 설정합니다. CosmosDbMongoDbApiLinkedService형식에 대해 'CosmosDbMongoDbApi'로 설정합니다. CouchbaseLinkedService형식에 'Couchbase'로 설정합니다. CustomDataSourceLinkedService형식에 대해 'CustomDataSource'로 설정합니다. DataworldLinkedService형식에 대해 'Dataworld'로 설정합니다. 형식 Db2LinkedService'Db2'로 설정합니다. DrillLinkedService형식에 대해 'Drill'으로 설정합니다. DynamicsLinkedService형식에 대해 'Dynamics'로 설정합니다. DynamicsAXLinkedService 형식에 대해 'DynamicsAX'로. DynamicsCrmLinkedService형식에 대해 'DynamicsCrm'으로 설정합니다. EloquaLinkedService형식에 대해 'Eloqua'로 설정합니다. FileServerLinkedService형식에 대해 'FileServer'로 설정합니다. FtpServerLinkedService형식에 대해 'FtpServer'로 설정합니다. GoogleAdWordsLinkedService형식에 대해 'GoogleAdWords'로 설정합니다. GoogleBigQueryLinkedService형식에 대해 'GoogleBigQuery'로 설정합니다. GoogleBigQueryV2LinkedService형식의 경우 'GoogleBigQueryV2'로 설정합니다. GoogleCloudStorageLinkedService형식에 대해 'GoogleCloudStorage'로 설정합니다. GoogleSheetsLinkedService형식에 대해 'GoogleSheets'로 설정합니다. GreenplumLinkedService형식에 대해 'Greenplum'으로 설정합니다. HBaseLinkedService형식에 대해 'HBase'로 설정합니다. HDInsightLinkedService형식에 대해 'HDInsight'로 설정합니다. HDInsightOnDemandLinkedService형식에 대해 'HDInsightOnDemand'로 설정합니다. hdfsLinkedService형식에 대해 'Hdfs'로 설정합니다. HiveLinkedService형식에 대해 'Hive'로 설정합니다. 형식 HttpLinkedService대해 'HttpServer'로 설정합니다. HubspotLinkedService형식에 대해 'Hubspot'으로 설정합니다. 유형 ImpalaLinkedService'Impala'로 설정합니다. InformixLinkedService형식 'Informix'로 설정합니다. JiraLinkedService형식 'Jira'로 설정합니다. LakeHouseLinkedService유형에 대해 'LakeHouse'로 설정합니다. MagentoLinkedService형식에 대해 'Magento'로 설정합니다. MariaDBLinkedService형식에 대해 'MariaDB'로 설정합니다. MarketoLinkedService유형에 대해 'Marketo'로 설정합니다. MicrosoftAccessLinkedService형식에 대해 'MicrosoftAccess'로 설정합니다. MongoDbLinkedService형식에 대해 'MongoDb'로 설정합니다. MongoDbAtlasLinkedService형식에 대해 'MongoDbAtlas'로 설정합니다. MongoDbV2LinkedService형식에 대해 'MongoDbV2'로 설정합니다. MySqlLinkedService형식에 대해 'MySql'로 설정합니다. NetezzaLinkedService형식에 대해 'Netezza'로 설정합니다. ODataLinkedService형식에 대해 'OData'로 설정합니다. OdbcLinkedService형식에 대해 'Odbc'로 설정합니다. Office365LinkedService형식의 경우 'Office365'로 설정합니다. OracleLinkedService형식에 대해 'Oracle'로 설정합니다. OracleCloudStorageLinkedService형식에 대해 'OracleCloudStorage'로 설정합니다. OracleServiceCloudLinkedService형식에 대해 'OracleServiceCloud'로 설정합니다. PaypalLinkedService형식에 대해 'PayPal'로 . PhoenixLinkedService형식을 'Phoenix'로 설정합니다. PostgreSqlLinkedService형식에 대해 'PostgreSql'로 설정합니다. PostgreSqlV2LinkedService형식에 대해 'PostgreSqlV2'로 설정합니다. PrestoLinkedService형식에 대해 'Presto'로 설정합니다. QuickBooksLinkedService형식에 대해 'QuickBooks'로 설정합니다. QuickbaseLinkedService형식에 대해 'Quickbase'로 설정합니다. ResponsysLinkedService형식에 대해 'Responsys'로 설정합니다. RestServiceLinkedService형식에 대해 'RestService'로 설정합니다. SalesforceLinkedService형식에 대해 'Salesforce'로 설정합니다. SalesforceMarketingCloudLinkedService형식 'SalesforceMarketingCloud'로 설정합니다. SalesforceServiceCloudLinkedService형식에 대해 'SalesforceServiceCloud'로 설정합니다. SalesforceServiceCloudV2LinkedService형식에 대해 'SalesforceServiceCloudV2'로 설정합니다. SalesforceV2LinkedService형식에 대해 'SalesforceV2'로 설정합니다. SapBWLinkedService형식에 대해 'SapBW'로 설정합니다. SapCloudForCustomerLinkedService형식에 대해 'SapCloudForCustomer'로 설정합니다. SapEccLinkedService형식에 대해 'SapEcc'로 설정합니다. SapHanaLinkedService형식에 대해 'SapHana'로 설정합니다. SapOdpLinkedService형식에 대해 'SapOdp'로 설정합니다. SapOpenHubLinkedService형식에 대해 'SapOpenHub'로 설정합니다. sapTableLinkedService형식에 대해 'SapTable'로 설정합니다. ServiceNowLinkedService형식에 대해 'ServiceNow'로 설정합니다. ServiceNowV2LinkedService형식에 대해 'ServiceNowV2'로 설정합니다. SftpServerLinkedService형식에 대해 'Sftp'로 설정합니다. SharePointOnlineListLinkedService형식에 대해 'SharePointOnlineList'로 설정합니다. ShopifyLinkedService유형에 대해 'Shopify'로 설정합니다. SmartsheetLinkedService형식에 대해 'Smartsheet'로 설정합니다. SnowflakeLinkedService유형에 대해 'Snowflake'로 설정합니다. SnowflakeV2LinkedService형식에 대해 'SnowflakeV2'로 설정합니다. SparkLinkedService형식에 대해 'Spark'로 설정합니다. 형식 SqlServerLinkedService대해 'SqlServer'로 설정합니다. SquareLinkedService형식에 대해 'Square'로 설정합니다. SybaseLinkedService형식에 대해 'Sybase'로 설정합니다. TeamDeskLinkedService형식에 대해 'TeamDesk'로 설정합니다. TeradataLinkedService형식에 대해 'Teradata'로 설정합니다. TwilioLinkedService형식에 대해 'Twilio'로 설정합니다. VerticaLinkedService형식에 대해 'Vertica'로 설정합니다. WarehouseLinkedService유형에 대해 'Warehouse'로 설정합니다. WebLinkedService형식에 대해 'Web'으로 설정합니다. XeroLinkedService형식에 대해 'Xero'로 설정합니다. ZendeskLinkedService형식에 대해 'Zendesk'로 설정합니다. ZohoLinkedService형식 'Zoho'로 설정합니다. 'AmazonMWS'
'AmazonRdsForOracle'
'AmazonRdsForSqlServer'
'아마존레드시프'
'AmazonS3'
'AmazonS3Compatible'
'AppFigures'
'Asana'
'AzureBatch'
'AzureBlobFS'
'AzureBlobStorage'
'AzureDatabricks'
'AzureDatabricksDeltaLake'
'AzureDataExplorer'
'AzureDataLakeAnalytics'
'AzureDataLakeStore'
'AzureFileStorage'
'AzureFunction'
'AzureKeyVault'
'AzureMariaDB'
'AzureML'
'AzureMLService'
'AzureMySql'
'AzurePostgreSql'
'AzureSearch'
'AzureSqlDatabase'
'AzureSqlDW'
'AzureSqlMI'
'AzureStorage'
'AzureSynapseArtifacts'
'AzureTableStorage'
'Cassandra'
'CommonDataServiceForApps'
'Concur'
'CosmosDb'
'CosmosDbMongoDbApi'
'Couchbase'
'CustomDataSource'
'Dataworld'
'Db2'
'Drill'
'Dynamics'
'DynamicsAX'
'DynamicsCrm'
'엘로쿠아'
'FileServer'
'FtpServer'
'GoogleAdWords'
'GoogleBigQuery'
'GoogleBigQueryV2'
'GoogleCloudStorage'
'GoogleSheets'
'Greenplum'
'HBase'
'Hdfs'
'HDInsight'
'HDInsightOnDemand'
'Hive'
'HttpServer'
'Hubspot'
'임팔라'
'Informix'
'Jira'
'레이크하우스'
'Magento'
'MariaDB'
'Marketo'
'MicrosoftAccess'
'MongoDb'
'MongoDbAtlas'
'MongoDbV2'
'MySql'
'Netezza'
'OData'
'Odbc'
'Office365'
'Oracle'
'OracleCloudStorage'
'OracleServiceCloud'
'PayPal'
'피닉스'
'PostgreSql'
'PostgreSqlV2'
'Presto'
'Quickbase'
'QuickBooks'
'Responsys'
'RestService'
'Salesforce'
'SalesforceMarketingCloud'
'SalesforceServiceCloud'
'SalesforceServiceCloudV2'
'SalesforceV2'
'SapBW'
'SapCloudForCustomer'
'SapEcc'
'SapHana'
'SapOdp'
'SapOpenHub'
'SapTable'
'ServiceNow'
'ServiceNowV2'
'Sftp'
'SharePointOnlineList'
'Shopify'
'Smartsheet'
'눈송이'
'SnowflakeV2'
'Spark'
'SqlServer'
'Square'
'Sybase'
'TeamDesk'
'Teradata'
'트윌리오'
'버티카'
'Warehouse'
'웹'
'Xero'
'Zendesk'
'Zoho'(필수)
버전 연결된 서비스의 버전입니다. 문자열

LinkedServiceReference

이름 묘사
매개 변수 LinkedService에 대한 인수입니다. ParameterValueSpecification
referenceName LinkedService 이름을 참조합니다. string(필수)
연결된 서비스 참조 형식입니다. 'LinkedServiceReference'(필수)

MagentoLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Magento'(필수)
typeProperties Magento 서버 연결된 서비스 속성입니다. MagentoLinkedServiceTypeProperties(필수)

MagentoLinkedServiceTypeProperties

이름 묘사
accessToken Magento의 액세스 토큰입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Magento 인스턴스의 URL입니다. (예: 192.168.222.110/magento3) any(필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

MariaDBLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'MariaDB'(필수)
typeProperties MariaDB 서버 연결된 서비스 속성입니다. MariaDBLinkedServiceTypeProperties(필수)

MariaDBLinkedServiceTypeProperties

이름 묘사
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다. 어떤
driverVersion MariaDB 드라이버의 버전입니다. 형식: 문자열입니다. 레거시 드라이버의 경우 V1 또는 비어 있음, 새 드라이버의 경우 V2입니다. V1은 연결 문자열 및 속성 모음을 지원할 수 있으며 V2는 연결 문자열만 지원할 수 있습니다. 레거시 드라이버는 2024년 10월까지 사용 중단될 예정입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
항구 연결의 포트입니다. 형식: 정수입니다. 어떤
서버 연결의 서버 이름입니다. 형식: 문자열입니다. 어떤
sslMode 이 옵션은 MariaDB에 연결할 때 드라이버가 TLS 암호화 및 확인을 사용하는지 여부를 지정합니다. 예를 들어 SSLMode=<0/1/2/3/4>. 옵션: DISABLED (0) / PREFERRED (1)(기본값) / REQUIRED (2) / VERIFY_CA (3) / VERIFY_IDENTITY (4), REQUIRED (2)는 SSL / TLS로 암호화 된 연결만 허용하는 것이 좋습니다. 어떤
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열입니다. 어떤
useSystemTrustStore 이 옵션은 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 예: UseSystemTrustStore=<0/1>; 옵션: 사용(1) / 사용 안 함(0)(기본값) 어떤

MarketoLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Marketo'(필수)
typeProperties Marketo 서버 연결된 서비스 속성입니다. MarketoLinkedServiceTypeProperties(필수)

MarketoLinkedServiceTypeProperties

이름 묘사
clientId Marketo 서비스의 클라이언트 ID입니다. any(필수)
clientSecret Marketo 서비스의 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 Marketo 서버의 엔드포인트입니다. (예: 123-ABC-321.mktorest.com) any(필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

Microsoft.DataFactory/factoryies/linkedservices

이름 묘사
이름 리소스 이름 문자열

제약 조건:
최소 길이 = 1
최대 길이 = 1
패턴 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$(필수)
부모 Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다.

자세한 내용은 부모 리소스외부의 자식 리소스 참조하세요.
형식의 리소스에 대한 기호 이름: 팩터리
속성 연결된 서비스의 속성입니다. linkedService (필수)

MicrosoftAccessLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'MicrosoftAccess'(필수)
typeProperties Microsoft Access 연결된 서비스 속성입니다. MicrosoftAccessLinkedServiceTypeProperties (필수)

MicrosoftAccessLinkedServiceTypeProperties

이름 묘사
authenticationType Microsoft Access에 ODBC 데이터 저장소로 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 기본 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
connectionString 연결 문자열의 액세스 권한 없는 자격 증명 부분과 선택적으로 암호화된 자격 증명입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference 또는 resultType 문자열이 있는 식입니다. any(필수)
자격 증명 드라이버별 속성-값 형식으로 지정된 연결 문자열의 액세스 자격 증명 부분입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 기본 인증에 대한 암호입니다. SecretBase
userName 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

MongoDbAtlasLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'MongoDbAtlas'(필수)
typeProperties MongoDB Atlas 연결된 서비스 속성입니다. MongoDbAtlasLinkedServiceTypeProperties(필수)

MongoDbAtlasLinkedServiceTypeProperties

이름 묘사
connectionString MongoDB Atlas 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. any(필수)
데이터베이스 액세스하려는 MongoDB Atlas 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
driverVersion 선택할 드라이버 버전입니다. 허용되는 값은 v1 및 v2입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

MongoDbLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'MongoDb'(필수)
typeProperties MongoDB 연결된 서비스 속성입니다. MongoDbLinkedServiceTypeProperties(필수)

MongoDbLinkedServiceTypeProperties

이름 묘사
allowSelfSignedServerCert 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
authenticationType MongoDB 데이터베이스에 연결하는 데 사용할 인증 유형입니다. '익명'
'기본'
authSource 사용자 이름 및 암호를 확인하는 데이터베이스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
databaseName 액세스하려는 MongoDB 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 인증을 위한 암호입니다. SecretBase
항구 MongoDB 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 27017입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. 어떤
서버 MongoDB 서버의 IP 주소 또는 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

MongoDbV2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'MongoDbV2'(필수)
typeProperties MongoDB 연결된 서비스 속성입니다. MongoDbV2LinkedServiceTypeProperties(필수)

MongoDbV2LinkedServiceTypeProperties

이름 묘사
connectionString MongoDB 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. any(필수)
데이터베이스 액세스하려는 MongoDB 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

MySqlLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'MySql'(필수)
typeProperties MySQL 연결된 서비스 속성입니다. mySqlLinkedServiceTypeProperties (필수)

MySqlLinkedServiceTypeProperties

이름 묘사
allowZeroDateTime 이렇게 하면 데이터베이스에서 특수 "0" 날짜 값 0000-00-00을 검색할 수 있습니다. 형식: 부울. 어떤
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
connectionTimeout 시도를 종료하고 오류를 생성하기 전에 서버에 대한 연결을 기다리는 시간(초)입니다. 형식: 정수입니다. 어떤
convertZeroDateTime 값이 허용되지 않는 날짜 또는 날짜/시간 열에 대해 DateTime.MinValue를 반환하려면 True입니다. 형식: 부울. 어떤
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다. 어떤
driverVersion MySQL 드라이버의 버전입니다. 형식: 문자열입니다. 레거시 드라이버의 경우 V1 또는 비어 있음, 새 드라이버의 경우 V2입니다. V1은 연결 문자열 및 속성 모음을 지원할 수 있으며 V2는 연결 문자열만 지원할 수 있습니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
guidFormat GUID로 읽어야 하는 열 형식(있는 경우)을 결정합니다. 형식: 문자열입니다. 없음: 열 형식이 자동으로 Guid로 읽혀지지 않습니다. Char36: 모든 CHAR(36) 열은 UUID와 일치하는 하이픈이 있는 소문자 16진수로 Guid로 읽거나 씁니다. 어떤
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
항구 연결의 포트입니다. 형식: 정수입니다. 어떤
서버 연결의 서버 이름입니다. 형식: 문자열입니다. 어떤
sslCert PEM 형식의 클라이언트 SSL 인증서 파일 경로입니다. SslKey도 지정해야 합니다. 형식: 문자열입니다. 어떤
sslKey PEM 형식의 클라이언트 SSL 프라이빗 키 경로입니다. SslCert도 지정해야 합니다. 형식: 문자열입니다. 어떤
sslMode 연결에 대한 SSL 모드입니다. 형식: 정수입니다. 0: disable, 1: prefer, 2: require, 3: verify-ca, 4: verify-full. 어떤
treatTinyAsBoolean true로 설정하면 TINYINT(1) 값이 부울로 반환됩니다. 형식: 부울. 어떤
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열입니다. 어떤
useSystemTrustStore 연결에 시스템 신뢰 저장소를 사용합니다. 형식: 정수입니다. 0: enable, 1: disable. 어떤

NetezzaLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Netezza'(필수)
typeProperties Netezza 연결된 서비스 속성입니다. NetezzaLinkedServiceTypeProperties(필수)

NetezzaLinkedServiceTypeProperties

이름 묘사
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
pwd 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

ODataLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'OData'(필수)
typeProperties OData 연결된 서비스 속성입니다. ODataLinkedServiceTypeProperties (필수)

ODataLinkedServiceTypeProperties

이름 묘사
aadResourceId 디렉터리를 사용하도록 권한 부여를 요청하는 리소스를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
aadServicePrincipalCredentialType 서비스 주체에 사용되는 자격 증명 유형(키 또는 인증서)을 지정합니다. 'ServicePrincipalCert'
'ServicePrincipalKey'
authenticationType OData 서비스에 연결하는 데 사용되는 인증 유형입니다. 'AadServicePrincipal'
'익명'
'기본'
'ManagedServiceIdentity'
'Windows'
authHeaders 권한 부여에 사용되는 RESTful API에 대한 요청의 추가 HTTP 헤더입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다). 어떤
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 OData 서비스의 암호입니다. SecretBase
servicePrincipalEmbeddedCert Azure Active Directory에 등록된 애플리케이션의 base64로 인코딩된 인증서를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalEmbeddedCertPassword 인증서에 암호가 있고 AadServicePrincipal 인증을 사용하는 경우 인증서의 암호를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalId Azure Active Directory에 등록된 애플리케이션의 애플리케이션 ID를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure Active Directory에 등록된 애플리케이션의 비밀을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
테 넌 트 애플리케이션이 상주하는 테넌트 정보(도메인 이름 또는 테넌트 ID)를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
url OData 서비스 엔드포인트의 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userName OData 서비스의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

OdbcLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Odbc'(필수)
typeProperties ODBC 연결된 서비스 속성입니다. OdbcLinkedServiceTypeProperties(필수)

OdbcLinkedServiceTypeProperties

이름 묘사
authenticationType ODBC 데이터 저장소에 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 기본 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
connectionString 연결 문자열의 액세스 권한 없는 자격 증명 부분과 선택적으로 암호화된 자격 증명입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference 또는 resultType 문자열이 있는 식입니다. any(필수)
자격 증명 드라이버별 속성-값 형식으로 지정된 연결 문자열의 액세스 자격 증명 부분입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 기본 인증에 대한 암호입니다. SecretBase
userName 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

Office365LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Office365'(필수)
typeProperties Office365 연결된 서비스 속성입니다. office365LinkedServiceTypeProperties (필수)

Office365LinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
office365TenantId Office 365 계정이 속한 Azure 테넌트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
servicePrincipalId 애플리케이션의 클라이언트 ID를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
servicePrincipalKey 애플리케이션의 키를 지정합니다. SecretBase(필수)
servicePrincipalTenantId Azure AD 웹 애플리케이션이 상주하는 테넌트 정보를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

OracleCloudStorageLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'OracleCloudStorage'(필수)
typeProperties Oracle Cloud Storage 연결된 서비스 속성입니다. OracleCloudStorageLinkedServiceTypeProperties (필수)

OracleCloudStorageLinkedServiceTypeProperties

이름 묘사
accessKeyId Oracle IAM(Cloud Storage ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
secretAccessKey Oracle IAM(Cloud Storage ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 Oracle Cloud Storage 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

OracleLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Oracle'(필수)
typeProperties Oracle 데이터베이스 연결된 서비스 속성입니다. OracleLinkedServiceTypeProperties (필수)

OracleLinkedServiceTypeProperties

이름 묘사
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

OracleServiceCloudLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'OracleServiceCloud'(필수)
typeProperties Oracle Service Cloud 연결된 서비스 속성입니다. OracleServiceCloudLinkedServiceTypeProperties(필수)

OracleServiceCloudLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Oracle Service Cloud 인스턴스의 URL입니다. any(필수)
암호 사용자 이름 키에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase(필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
사용자 이름 Oracle Service Cloud 서버에 액세스하는 데 사용하는 사용자 이름입니다. any(필수)

ParameterDefinitionSpecification

이름 묘사

ParameterSpecification

이름 묘사
defaultValue 매개 변수의 기본값입니다. 어떤
매개 변수 형식입니다. 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String'(필수)

ParameterValueSpecification

이름 묘사

ParameterValueSpecification

이름 묘사

PaypalLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'PayPal'(필수)
typeProperties PayPal 서비스 연결된 서비스 속성입니다. paypalLinkedServiceTypeProperties (필수)

PaypalLinkedServiceTypeProperties

이름 묘사
clientId PayPal 애플리케이션과 연결된 클라이언트 ID입니다. any(필수)
clientSecret PayPal 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 PayPal 인스턴스의 URL입니다. (예: api.sandbox.paypal.com) any(필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

PhoenixLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Phoenix'(필수)
typeProperties Phoenix 서버 연결된 서비스 속성입니다. PhoenixLinkedServiceTypeProperties(필수)

PhoenixLinkedServiceTypeProperties

이름 묘사
allowHostNameCNMismatch SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. 어떤
allowSelfSignedServerCert 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 어떤
authenticationType Phoenix 서버에 연결하는 데 사용되는 인증 메커니즘입니다. '익명'
'UsernameAndPassword'
'WindowsAzureHDInsightService'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Phoenix 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) any(필수)
httpPath Phoenix 서버에 해당하는 부분 URL입니다. (예: /gateway/sandbox/phoenix/version). WindowsAzureHDInsightService를 사용하는 경우 기본값은 hbasephoenix입니다. 어떤
암호 사용자 이름에 해당하는 암호입니다. SecretBase
항구 Phoenix 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 8765입니다. 어떤
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 어떤
사용자 이름 Phoenix 서버에 연결하는 데 사용되는 사용자 이름입니다. 어떤
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 어떤

PostgreSqlLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'PostgreSql'(필수)
typeProperties PostgreSQL 연결된 서비스 속성입니다. PostgreSqlLinkedServiceTypeProperties(필수)

PostgreSqlLinkedServiceTypeProperties

이름 묘사
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

PostgreSqlV2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'PostgreSqlV2'(필수)
typeProperties PostgreSQLV2 연결된 서비스 속성입니다. PostgreSqlV2LinkedServiceTypeProperties(필수)

PostgreSqlV2LinkedServiceTypeProperties

이름 묘사
authenticationType 사용할 인증 유형입니다. 형식: 문자열입니다. any(필수)
commandTimeout 시도를 종료하고 오류를 생성하기 전에 명령을 실행하는 동안 대기하는 시간(초)입니다. 무한대에 대해 0으로 설정합니다. 형식: 정수입니다. 어떤
connectionTimeout 시도를 종료하고 오류를 생성하기 전에 연결을 설정하는 동안 대기하는 시간(초)입니다. 형식: 정수입니다. 어떤
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다. any(필수)
인코딩 PostgreSQL 문자열 데이터를 인코딩/디코딩하는 데 사용할 .NET 인코딩을 가져오거나 설정합니다. 형식: 문자열 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
logParameters 사용하도록 설정하면 명령이 실행될 때 매개 변수 값이 기록됩니다. 형식: 부울. 어떤
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. 형식: 문자열입니다. AzureKeyVaultSecretReference
풀링 연결 풀링을 사용해야 하는지 여부입니다. 형식: 부울. 어떤
항구 연결의 포트입니다. 형식: 정수입니다. 어떤
readBufferSize 읽을 때 내부 버퍼가 사용하는 크기를 결정합니다. 데이터베이스에서 큰 값을 전송하는 경우 성능이 향상될 수 있습니다. 형식: 정수입니다. 어떤
스키마 스키마 검색 경로를 설정합니다. 형식: 문자열입니다. 어떤
서버 연결의 서버 이름입니다. 형식: 문자열입니다. any(필수)
sslCertificate 서버로 보낼 클라이언트 인증서의 위치입니다. 형식: 문자열입니다. 어떤
sslKey 서버로 보낼 클라이언트 인증서의 클라이언트 키 위치입니다. 형식: 문자열입니다. 어떤
sslMode 연결에 대한 SSL 모드입니다. 형식: 정수입니다. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 형식: 정수입니다. any(필수)
sslPassword 클라이언트 인증서의 키에 대한 암호입니다. 형식: 문자열입니다. 어떤
표준 시간대 세션 표준 시간대를 가져오거나 설정합니다. 형식: 문자열입니다. 어떤
trustServerCertificate 서버 인증서의 유효성을 검사하지 않고 서버 인증서를 신뢰할지 여부입니다. 형식: 부울. 어떤
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열입니다. any(필수)

PrestoLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Presto'(필수)
typeProperties Presto 서버 연결된 서비스 속성입니다. PrestoLinkedServiceTypeProperties(필수)

PrestoLinkedServiceTypeProperties

이름 묘사
allowHostNameCNMismatch SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. 어떤
allowSelfSignedServerCert 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 어떤
authenticationType Presto 서버에 연결하는 데 사용되는 인증 메커니즘입니다. '익명'
'LDAP'(필수)
카탈로그 서버에 대한 모든 요청에 대한 카탈로그 컨텍스트입니다. any(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Presto 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) any(필수)
암호 사용자 이름에 해당하는 암호입니다. SecretBase
항구 Presto 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 8080입니다. 어떤
serverVersion Presto 서버의 버전입니다. (예: 0.148-t) any(필수)
timeZoneID 연결에서 사용하는 현지 표준 시간대입니다. 이 옵션의 유효한 값은 IANA 표준 시간대 데이터베이스에 지정됩니다. 기본값은 시스템 표준 시간대입니다. 어떤
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 어떤
사용자 이름 Presto 서버에 연결하는 데 사용되는 사용자 이름입니다. 어떤
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 어떤

QuickbaseLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Quickbase'(필수)
typeProperties 빠른베이스 연결된 서비스 속성입니다. QuickbaseLinkedServiceTypeProperties (필수)

QuickbaseLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
url Quickbase 원본을 연결할 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userToken Quickbase 원본에 대한 사용자 토큰입니다. SecretBase(필수)

QuickBooksLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'QuickBooks'(필수)
typeProperties QuickBooks 서버 연결된 서비스 속성입니다. QuickBooksLinkedServiceTypeProperties (필수)

QuickBooksLinkedServiceTypeProperties

이름 묘사
accessToken OAuth 1.0 인증에 대한 액세스 토큰입니다. SecretBase
accessTokenSecret OAuth 1.0 인증에 대한 액세스 토큰 비밀입니다. SecretBase
companyId 권한을 부여할 QuickBooks 회사의 회사 ID입니다. 어떤
connectionProperties QuickBooks에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 상호 배타적입니다. Type: object입니다. 어떤
consumerKey OAuth 1.0 인증에 대한 소비자 키입니다. 어떤
consumerSecret OAuth 1.0 인증에 대한 소비자 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 QuickBooks 서버의 엔드포인트입니다. (예: quickbooks.api.intuit.com) 어떤
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤

ResponsysLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Responsys'(필수)
typeProperties Responsys 연결된 서비스 속성입니다. ResponsysLinkedServiceTypeProperties(필수)

ResponsysLinkedServiceTypeProperties

이름 묘사
clientId Responsys 애플리케이션과 연결된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
clientSecret Responsys 애플리케이션과 연결된 클라이언트 암호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 Responsys 서버의 엔드포인트입니다. any(필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤

RestServiceLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'RestService'(필수)
typeProperties Rest Service 연결된 서비스 속성입니다. RestServiceLinkedServiceTypeProperties(필수)

RestServiceLinkedServiceTypeProperties

이름 묘사
aadResourceId 사용할 권한 부여를 요청하는 리소스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType REST 서비스에 연결하는 데 사용되는 인증 유형입니다. 'AadServicePrincipal'
'익명'
'기본'
'ManagedServiceIdentity'
'OAuth2ClientCredential'(필수)
authHeaders 권한 부여에 사용되는 RESTful API에 대한 요청의 추가 HTTP 헤더입니다. Type: object(또는 resultType 개체가 있는 Expression). 어떤
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientId 애플리케이션과 연결된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientSecret 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
enableServerCertificateValidation 엔드포인트에 연결할 때 서버 쪽 SSL 인증서의 유효성을 검사할지 여부입니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 기본 인증 유형에 사용되는 암호입니다. SecretBase
자원 액세스가 요청될 대상 서비스 또는 리소스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
범위 필요한 액세스 범위입니다. 어떤 종류의 액세스가 요청되는지 설명합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalEmbeddedCert Azure Active Directory에 등록된 애플리케이션의 base64로 인코딩된 인증서를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalEmbeddedCertPassword 인증서에 암호가 있고 AadServicePrincipal 인증을 사용하는 경우 인증서의 암호를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalId AadServicePrincipal 인증 유형에 사용되는 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey AadServicePrincipal 인증 유형에 사용되는 애플리케이션의 키입니다. SecretBase
테 넌 트 애플리케이션이 상주하는 AadServicePrincipal 인증 유형에 사용되는 테넌트 정보(도메인 이름 또는 테넌트 ID)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
tokenEndpoint 액세스 토큰을 획득할 권한 부여 서버의 토큰 엔드포인트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
url REST 서비스의 기본 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userName 기본 인증 유형에 사용되는 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SalesforceLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Salesforce'(필수)
typeProperties Salesforce 연결된 서비스 속성입니다. SalesforceLinkedServiceTypeProperties(필수)

SalesforceLinkedServiceTypeProperties

이름 묘사
apiVersion ADF에 사용되는 Salesforce API 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
environmentUrl Salesforce 인스턴스의 URL입니다. 기본값은 'https://login.salesforce.com'입니다. 샌드박스에서 데이터를 복사하려면 'https://test.salesforce.com'을 지정합니다. 사용자 지정 도메인에서 데이터를 복사하려면 'https://[domain].my.salesforce.com'을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 Salesforce 인스턴스의 기본 인증에 대한 암호입니다. SecretBase
securityToken 보안 토큰은 Salesforce 인스턴스에 원격으로 액세스하는 선택 사항입니다. SecretBase
사용자 이름 Salesforce 인스턴스의 기본 인증에 대한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SalesforceMarketingCloudLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SalesforceMarketingCloud'(필수)
typeProperties Salesforce Marketing Cloud 연결된 서비스 속성입니다. SalesforceMarketingCloudLinkedServiceTypeProperties(필수)

SalesforceMarketingCloudLinkedServiceTypeProperties

이름 묘사
clientId Salesforce Marketing Cloud 애플리케이션과 연결된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientSecret Salesforce Marketing Cloud 애플리케이션과 연결된 클라이언트 암호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
connectionProperties Salesforce Marketing Cloud에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 상호 배타적입니다. Type: object입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤

SalesforceServiceCloudLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SalesforceServiceCloud'(필수)
typeProperties Salesforce Service Cloud 연결된 서비스 속성입니다. SalesforceServiceCloudLinkedServiceTypeProperties(필수)

SalesforceServiceCloudLinkedServiceTypeProperties

이름 묘사
apiVersion ADF에 사용되는 Salesforce API 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
environmentUrl Salesforce Service Cloud 인스턴스의 URL입니다. 기본값은 'https://login.salesforce.com'입니다. 샌드박스에서 데이터를 복사하려면 'https://test.salesforce.com'을 지정합니다. 사용자 지정 도메인에서 데이터를 복사하려면 'https://[domain].my.salesforce.com'을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
extendedProperties 연결 문자열에 추가된 확장 속성입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 Salesforce 인스턴스의 기본 인증에 대한 암호입니다. SecretBase
securityToken 보안 토큰은 Salesforce 인스턴스에 원격으로 액세스하는 선택 사항입니다. SecretBase
사용자 이름 Salesforce 인스턴스의 기본 인증에 대한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SalesforceServiceCloudV2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SalesforceServiceCloudV2'(필수)
typeProperties Salesforce Service Cloud V2 연결된 서비스 속성입니다. SalesforceServiceCloudV2LinkedServiceTypeProperties(필수)

SalesforceServiceCloudV2LinkedServiceTypeProperties

이름 묘사
apiVersion ADF에 사용되는 Salesforce API 버전입니다. 버전은 Salesforce BULK API 2.0에 필요한 47.0보다 크거나 같아야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType Salesforce에 연결하는 데 사용할 인증 유형입니다. 현재 OAuth2ClientCredentials만 지원하며 기본값이기도 합니다. 어떤
clientId Salesforce 인스턴스의 OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientSecret Salesforce 인스턴스의 OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
environmentUrl Salesforce Service Cloud 인스턴스의 URL입니다. 예를 들어 'https://[domain].my.salesforce.com'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SalesforceV2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SalesforceV2'(필수)
typeProperties Salesforce V2 연결된 서비스 속성입니다. SalesforceV2LinkedServiceTypeProperties(필수)

SalesforceV2LinkedServiceTypeProperties

이름 묘사
apiVersion ADF에 사용되는 Salesforce API 버전입니다. 버전은 Salesforce BULK API 2.0에 필요한 47.0보다 크거나 같아야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType Salesforce에 연결하는 데 사용할 인증 유형입니다. 현재 OAuth2ClientCredentials만 지원하며 기본값이기도 합니다. 어떤
clientId Salesforce 인스턴스의 OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientSecret Salesforce 인스턴스의 OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
environmentUrl Salesforce 인스턴스의 URL입니다. 예를 들어 'https://[domain].my.salesforce.com'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SapBWLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SapBW'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SapBWLinkedServiceTypeProperties(필수)

SapBWLinkedServiceTypeProperties

이름 묘사
clientId BW 시스템에 있는 클라이언트의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 SAP BW 서버에 액세스하기 위한 암호입니다. SecretBase
서버 SAP BW 인스턴스의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
systemNumber BW 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 두 자리 소수 자릿수입니다.) 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userName SAP BW 서버에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SapCloudForCustomerLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SapCloudForCustomer'(필수)
typeProperties SAP Cloud for Customer 연결된 서비스 속성입니다. sapCloudForCustomerLinkedServiceTypeProperties (필수)

SapCloudForCustomerLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: 문자열입니다. 문자열
암호 기본 인증에 대한 암호입니다. SecretBase
url SAP Cloud for Customer OData API의 URL입니다. 예를 들어 '[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
사용자 이름 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SapEccLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SapEcc'(필수)
typeProperties SAP ECC 연결된 서비스 속성입니다. SapEccLinkedServiceTypeProperties(필수)

SapEccLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: 문자열입니다. 문자열
암호 기본 인증에 대한 암호입니다. SecretBase
url SAP ECC OData API의 URL입니다. 예를 들어 '[https://hostname:port/sap/opu/odata/sap/servicename/]'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
사용자 이름 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SapHanaLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SapHana'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SapHanaLinkedServiceProperties(필수)

SapHanaLinkedServiceProperties

이름 묘사
authenticationType SAP HANA 서버에 연결하는 데 사용할 인증 유형입니다. '기본'
'Windows'
connectionString SAP HANA ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 SAP HANA 서버에 액세스하기 위한 암호입니다. SecretBase
서버 SAP HANA 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
userName SAP HANA 서버에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SapOdpLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SapOdp'(필수)
typeProperties SAP ODP 연결된 서비스 유형과 관련된 속성입니다. SapOdpLinkedServiceTypeProperties(필수)

SapOdpLinkedServiceTypeProperties

이름 묘사
clientId 테이블이 있는 SAP 시스템의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
언어 테이블이 있는 SAP 시스템의 언어입니다. 기본값은 EN입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
logonGroup SAP 시스템의 로그온 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
messageServer SAP 메시지 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
messageServerService 메시지 서버의 서비스 이름 또는 포트 번호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 테이블이 있는 SAP 서버에 액세스하기 위한 암호입니다. SecretBase
서버 테이블이 있는 SAP 인스턴스의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncLibraryPath 테이블이 있는 SAP 서버에 액세스하기 위한 외부 보안 제품의 라이브러리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncMode 테이블이 있는 SAP 서버에 액세스하기 위한 SNC 정품 인증 표시기입니다. 0(끄기) 또는 1(켜기)이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncMyName 테이블이 있는 SAP 서버에 액세스하기 위한 초기자의 SNC 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncPartnerName 테이블이 있는 SAP 서버에 액세스하기 위한 통신 파트너의 SNC 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncQop SNC 보호 품질. 허용되는 값은 1, 2, 3, 8, 9입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
subscriberName 구독자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
systemId 테이블이 있는 SAP 시스템의 SystemID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
systemNumber 테이블이 있는 SAP 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 두 자리 소수 자릿수입니다.) 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
userName 테이블이 있는 SAP 서버에 액세스하기 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
x509CertificatePath SNC X509 인증서 파일 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SapOpenHubLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SapOpenHub'(필수)
typeProperties SAP Business Warehouse Open Hub 대상 연결된 서비스 유형과 관련된 속성입니다. SapOpenHubLinkedServiceTypeProperties(필수)

SapOpenHubLinkedServiceTypeProperties

이름 묘사
clientId 오픈 허브 대상이 있는 BW 시스템에 있는 클라이언트의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
언어 오픈 허브 대상이 있는 BW 시스템의 언어입니다. 기본값은 EN입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
logonGroup SAP 시스템의 로그온 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
messageServer SAP 메시지 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
messageServerService 메시지 서버의 서비스 이름 또는 포트 번호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 오픈 허브 대상이 있는 SAP BW 서버에 액세스하기 위한 암호입니다. SecretBase
서버 오픈 허브 대상이 있는 SAP BW 인스턴스의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
systemId 테이블이 있는 SAP 시스템의 SystemID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
systemNumber 오픈 허브 대상이 있는 BW 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 두 자리 소수 자릿수입니다.) 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
userName 오픈 허브 대상이 있는 SAP BW 서버에 액세스하기 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SapTableLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SapTable'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SapTableLinkedServiceTypeProperties(필수)

SapTableLinkedServiceTypeProperties

이름 묘사
clientId 테이블이 있는 SAP 시스템의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
언어 테이블이 있는 SAP 시스템의 언어입니다. 기본값은 EN입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
logonGroup SAP 시스템의 로그온 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
messageServer SAP 메시지 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
messageServerService 메시지 서버의 서비스 이름 또는 포트 번호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 테이블이 있는 SAP 서버에 액세스하기 위한 암호입니다. SecretBase
서버 테이블이 있는 SAP 인스턴스의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncLibraryPath 테이블이 있는 SAP 서버에 액세스하기 위한 외부 보안 제품의 라이브러리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncMode 테이블이 있는 SAP 서버에 액세스하기 위한 SNC 정품 인증 표시기입니다. 0(끄기) 또는 1(켜기)이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncMyName 테이블이 있는 SAP 서버에 액세스하기 위한 초기자의 SNC 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncPartnerName 테이블이 있는 SAP 서버에 액세스하기 위한 통신 파트너의 SNC 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncQop SNC 보호 품질. 허용되는 값은 1, 2, 3, 8, 9입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
systemId 테이블이 있는 SAP 시스템의 SystemID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
systemNumber 테이블이 있는 SAP 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 두 자리 소수 자릿수입니다.) 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
userName 테이블이 있는 SAP 서버에 액세스하기 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

ScriptAction

이름 묘사
이름 사용자가 스크립트 동작의 이름을 제공했습니다. string(필수)
매개 변수 스크립트 동작에 대한 매개 변수입니다. 문자열
역할 스크립트 동작을 실행할 노드 형식입니다. any(필수)
uri 스크립트 동작에 대한 URI입니다. string(필수)

SecretBase

이름 묘사
AzureKeyVaultSecretReference형식에 대해 'AzureKeyVaultSecret'으로 설정합니다. SecureString형식에 대해 'SecureString'으로 설정합니다. 'AzureKeyVaultSecret'
'SecureString'(필수)

SecureString

이름 묘사
비밀의 유형입니다. 'SecureString'(필수)
보안 문자열의 값입니다. string(필수)

ServiceNowLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'ServiceNow'(필수)
typeProperties ServiceNow 서버 연결된 서비스 속성입니다. serviceNowLinkedServiceTypeProperties (필수)

ServiceNowLinkedServiceTypeProperties

이름 묘사
authenticationType 사용할 인증 유형입니다. '기본'
'OAuth2'(필수)
clientId OAuth2 인증의 클라이언트 ID입니다. 어떤
clientSecret OAuth2 인증에 대한 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 ServiceNow 서버의 엔드포인트입니다. (예: <인스턴스>.service-now.com) any(필수)
암호 Basic 및 OAuth2 인증의 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤
사용자 이름 Basic 및 OAuth2 인증을 위해 ServiceNow 서버에 연결하는 데 사용되는 사용자 이름입니다. 어떤

ServiceNowV2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'ServiceNowV2'(필수)
typeProperties ServiceNowV2 서버 연결된 서비스 속성입니다. serviceNowV2LinkedServiceTypeProperties (필수)

ServiceNowV2LinkedServiceTypeProperties

이름 묘사
authenticationType 사용할 인증 유형입니다. '기본'
'OAuth2'(필수)
clientId OAuth2 인증의 클라이언트 ID입니다. 어떤
clientSecret OAuth2 인증에 대한 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 ServiceNowV2 서버의 엔드포인트입니다. (예: <인스턴스>.service-now.com) any(필수)
grantType OAuth2 인증에 대한 GrantType입니다. 기본값은 암호입니다. 어떤
암호 Basic 및 OAuth2 인증의 사용자 이름에 해당하는 암호입니다. SecretBase
사용자 이름 Basic 및 OAuth2 인증을 위해 ServiceNowV2 서버에 연결하는 데 사용되는 사용자 이름입니다. 어떤

SftpServerLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Sftp'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SftpServerLinkedServiceTypeProperties(필수)

SftpServerLinkedServiceTypeProperties

이름 묘사
authenticationType FTP 서버에 연결하는 데 사용할 인증 유형입니다. '기본'
'MultiFactor'
'SshPublicKey'
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 SFTP 서버 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
hostKeyFingerprint SFTP 서버의 호스트 키 지문입니다. SkipHostKeyValidation이 false이면 HostKeyFingerprint를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
passPhrase SSH 프라이빗 키가 암호화된 경우 SSH 프라이빗 키의 암호를 해독하는 암호입니다. SecretBase
암호 기본 인증을 위해 SFTP 서버를 로그온하는 암호입니다. SecretBase
항구 SFTP 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 22입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. 어떤
privateKeyContent SshPublicKey 인증을 위해 Base64로 인코딩된 SSH 프라이빗 키 콘텐츠입니다. SshPublicKey 인증을 사용한 온-프레미스 복사의 경우 PrivateKeyPath 또는 PrivateKeyContent를 지정해야 합니다. SSH 프라이빗 키는 OpenSSH 형식이어야 합니다. SecretBase
privateKeyPath SshPublicKey 인증을 위한 SSH 프라이빗 키 파일 경로입니다. 온-프레미스 복사에만 유효합니다. SshPublicKey 인증을 사용한 온-프레미스 복사의 경우 PrivateKeyPath 또는 PrivateKeyContent를 지정해야 합니다. SSH 프라이빗 키는 OpenSSH 형식이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
skipHostKeyValidation true이면 SSH 호스트 키 유효성 검사를 건너뜁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
userName SFTP 서버에 로그온하는 데 사용되는 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SharePointOnlineListLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SharePointOnlineList'(필수)
typeProperties SharePoint Online 연결된 서비스 속성을 나열합니다. sharePointOnlineListLinkedServiceTypeProperties (필수)

SharePointOnlineListLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalEmbeddedCert Azure Active Directory에 등록된 애플리케이션의 base64로 인코딩된 인증서를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalEmbeddedCertPassword 인증서에 암호가 있고 AadServicePrincipal 인증을 사용하는 경우 인증서의 암호를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalId Azure Active Directory에 등록된 애플리케이션의 애플리케이션(클라이언트) ID입니다. 이 애플리케이션에 SharePoint 사이트 권한을 부여해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
servicePrincipalKey Azure Active Directory에 등록된 애플리케이션의 클라이언트 암호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
siteUrl SharePoint Online 사이트의 URL입니다. 예를 들어 https://contoso.sharepoint.com/sites/siteName. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
tenantId 애플리케이션이 있는 테넌트 ID입니다. Azure Portal Active Directory 개요 페이지에서 찾을 수 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

ShopifyLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Shopify'(필수)
typeProperties Shopify Service 연결된 서비스 속성입니다. ShopifyLinkedServiceTypeProperties(필수)

ShopifyLinkedServiceTypeProperties

이름 묘사
accessToken Shopify의 데이터에 액세스하는 데 사용할 수 있는 API 액세스 토큰입니다. 오프라인 모드인 경우 토큰이 만료되지 않습니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Shopify 서버의 엔드포인트입니다. (예: mystore.myshopify.com) any(필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

SmartsheetLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Smartsheet'(필수)
typeProperties 스마트시트 연결된 서비스 속성입니다. smartsheetLinkedServiceTypeProperties (필수)

SmartsheetLinkedServiceTypeProperties

이름 묘사
apiToken Smartsheet 원본에 대한 api 토큰입니다. SecretBase(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

SnowflakeLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Snowflake'(필수)
typeProperties Snowflake 연결된 서비스 속성입니다. SnowflakeLinkedServiceTypeProperties(필수)

SnowflakeLinkedServiceTypeProperties

이름 묘사
connectionString 눈송이의 연결 문자열입니다. 형식: string, SecureString. any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

SnowflakeLinkedV2ServiceTypeProperties

이름 묘사
accountIdentifier Snowflake 계정의 계정 식별자(예: xy12345.east-us-2.azure) any(필수)
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'AADServicePrincipal'
'기본'
'KeyPair'
clientId AADServicePrincipal 인증을 위해 Azure Active Directory에 등록된 애플리케이션의 클라이언트 ID입니다. 어떤
clientSecret AADServicePrincipal 인증에 대한 클라이언트 암호의 Azure Key Vault 비밀 참조입니다. SecretBase
데이터베이스 Snowflake 데이터베이스의 이름입니다. any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Snowflake 계정의 호스트 이름입니다. 어떤
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. SecretBase
privateKey KeyPair 인증에 대한 privateKey의 Azure Key Vault 비밀 참조입니다. SecretBase
privateKeyPassphrase 암호화된 프라이빗 키를 사용하는 KeyPair 인증에 대한 프라이빗 키 암호의 Azure Key Vault 비밀 참조입니다. SecretBase
범위 AADServicePrincipal 인증을 위해 Azure Active Directory에 등록된 애플리케이션의 범위입니다. 어떤
tenantId AADServicePrincipal 인증을 위해 Azure Active Directory에 등록된 애플리케이션의 테넌트 ID입니다. 어떤
사용자 Snowflake 사용자의 이름입니다. 어떤
창고 Snowflake 창고의 이름입니다. any(필수)

SnowflakeV2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SnowflakeV2'(필수)
typeProperties Snowflake 연결된 서비스 속성입니다. SnowflakeLinkedV2ServiceTypeProperties(필수)

SparkLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Spark'(필수)
typeProperties Spark Server 연결된 서비스 속성입니다. SparkLinkedServiceTypeProperties(필수)

SparkLinkedServiceTypeProperties

이름 묘사
allowHostNameCNMismatch SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. 어떤
allowSelfSignedServerCert 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 어떤
authenticationType Spark 서버에 액세스하는 데 사용되는 인증 방법입니다. '익명'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Spark 서버의 IP 주소 또는 호스트 이름 any(필수)
httpPath Spark 서버에 해당하는 부분 URL입니다. 어떤
암호 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
항구 Spark 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. any(필수)
serverType Spark 서버의 형식입니다. 'SharkServer'
'SharkServer2'
'SparkThriftServer'
thriftTransportProtocol Thrift 계층에서 사용할 전송 프로토콜입니다. 'Binary'
'HTTP '
'SASL'
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 어떤
사용자 이름 Spark Server에 액세스하는 데 사용하는 사용자 이름입니다. 어떤
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 어떤

SqlAlwaysEncryptedProperties

이름 묘사
alwaysEncryptedAkvAuthType Sql은 항상 암호화된 AKV 인증 유형입니다. 형식: 문자열입니다. 'ManagedIdentity'
'ServicePrincipal'
'UserAssignedManagedIdentity'(필수)
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
servicePrincipalId Azure Key Vault 인증에 사용되는 Azure Active Directory의 애플리케이션 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure Key Vault에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase

SqlServerLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SqlServer'(필수)
typeProperties SQL Server 연결된 서비스 속성입니다. sqlServerLinkedServiceTypeProperties (필수)

SqlServerLinkedServiceTypeProperties

이름 묘사
alwaysEncryptedSettings Sql은 항상 암호화된 속성입니다. SqlAlwaysEncryptedProperties
applicationIntent 서버에 연결할 때 권장 버전에서 사용하는 애플리케이션 워크로드 유형입니다. 가능한 값은 ReadOnly 및 ReadWrite입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'SQL'
'UserAssignedManagedIdentity'
'Windows'
commandTimeout 명령을 실행하려는 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전의 기본 대기 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
connectRetryCount 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 다시 연결이 시도된 수입니다. 0에서 255 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectRetryInterval 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 각 다시 연결 시도 사이의 시간(초)입니다. 1에서 60 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectTimeout 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전에 서버에 대한 연결을 기다리는 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 권장 버전에서 사용하는 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호화하다 권장 버전에서 사용하는 클라이언트와 서버 간에 전송되는 모든 데이터에 TLS 암호화가 필요한지 여부를 나타냅니다. 가능한 값은 true/yes/mandatory, false/no/optional 및 strict입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
failoverPartner 주 서버가 다운된 경우 연결할 파트너 서버의 이름 또는 주소이며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
hostNameInCertificate 연결에 대한 서버 인증서의 유효성을 검사할 때 사용할 호스트 이름입니다. 지정하지 않으면 데이터 원본의 서버 이름이 인증서 유효성 검사에 사용되며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
integratedSecurity 연결에 사용자 ID 및 암호가 지정되었는지(false인 경우) 또는 현재 Windows 계정 자격 증명이 인증에 사용되는지(true인 경우) 권장 버전에서 사용되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
loadBalanceTimeout 연결이 삭제되기 전에 연결 풀에 있는 최소 시간(초)으로, 권장 버전에서 사용합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
maxPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최대 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
minPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최소 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
multipleActiveResultSets true이면 애플리케이션이 MARS(여러 활성 결과 집합)를 유지할 수 있습니다. false이면 애플리케이션이 권장 버전에서 사용하는 해당 연결에서 다른 일괄 처리를 실행하기 전에 한 일괄 처리의 모든 결과 집합을 처리하거나 취소해야 합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
multiSubnetFailover 애플리케이션이 다른 서브넷의 AlwaysOn AG(가용성 그룹)에 연결하는 경우 MultiSubnetFailover=true를 설정하면 권장 버전에서 사용하는 (현재) 활성 서버에 대한 빠른 검색 및 연결을 제공합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
packetSize 권장 버전에서 사용하는 서버 인스턴스와 통신하는 데 사용되는 네트워크 패킷의 크기(바이트)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
암호 온-프레미스 Windows 인증 암호입니다. SecretBase
풀링 권장 버전에서 사용하는 연결이 요청될 때마다 연결을 풀하거나 명시적으로 열지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
서버 연결할 SQL Server 인스턴스의 이름 또는 네트워크 주소로, 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
trustServerCertificate 권장 버전에서 사용하는 신뢰의 유효성을 검사하기 위해 인증서 체인을 건너뛰는 동안 채널이 암호화되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
userName 온-프레미스 Windows 인증 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SquareLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Square'(필수)
typeProperties Square Service 연결된 서비스 속성입니다. SquareLinkedServiceTypeProperties(필수)

SquareLinkedServiceTypeProperties

이름 묘사
clientId Square 애플리케이션과 연결된 클라이언트 ID입니다. 어떤
clientSecret Square 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
connectionProperties Square에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 상호 배타적입니다. Type: object입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Square 인스턴스의 URL입니다. (예: mystore.mysquare.com) 어떤
redirectUri Square 애플리케이션 대시보드에 할당된 리디렉션 URL입니다. (즉, http://localhost:2500) 어떤
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

SybaseLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Sybase'(필수)
typeProperties Sybase 연결된 서비스 속성입니다. SybaseLinkedServiceTypeProperties(필수)

SybaseLinkedServiceTypeProperties

이름 묘사
authenticationType 연결에 사용할 AuthenticationType입니다. '기본'
'Windows'
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 인증을 위한 암호입니다. SecretBase
스키마 연결의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
서버 연결의 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

TeamDeskLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'TeamDesk'(필수)
typeProperties TeamDesk 연결된 서비스 속성입니다. TeamDeskLinkedServiceTypeProperties(필수)

TeamDeskLinkedServiceTypeProperties

이름 묘사
apiToken TeamDesk 원본에 대한 api 토큰입니다. SecretBase
authenticationType 사용할 인증 유형입니다. '기본'
'토큰'(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 TeamDesk 원본의 암호입니다. SecretBase
url TeamDesk 원본을 연결할 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userName TeamDesk 원본의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

TeradataLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Teradata'(필수)
typeProperties Teradata 연결된 서비스 속성입니다. TeradataLinkedServiceTypeProperties(필수)

TeradataLinkedServiceTypeProperties

이름 묘사
authenticationType 연결에 사용할 AuthenticationType입니다. '기본'
'Windows'
connectionString Teradata ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 인증을 위한 암호입니다. SecretBase
서버 연결의 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

TwilioLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Twilio'(필수)
typeProperties Twilio 연결된 서비스 속성입니다. TwilioLinkedServiceTypeProperties(필수)

TwilioLinkedServiceTypeProperties

이름 묘사
암호 Twilio 서비스의 인증 토큰입니다. SecretBase(필수)
userName Twilio 서비스의 계정 SID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

VerticaLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Vertica'(필수)
typeProperties Vertica 연결된 서비스 속성입니다. VerticaLinkedServiceTypeProperties(필수)

VerticaLinkedServiceTypeProperties

이름 묘사
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
항구 연결의 포트입니다. 형식: 정수입니다. 어떤
pwd 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
서버 연결의 서버 이름입니다. 형식: 문자열입니다. 어떤
uid 인증을 위한 사용자 이름입니다. 형식: 문자열입니다. 어떤

WarehouseLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Warehouse'(필수)
typeProperties Microsoft Fabric Warehouse 연결된 서비스 속성입니다. WarehouseLinkedServiceTypeProperties(필수)

WarehouseLinkedServiceTypeProperties

이름 묘사
artifactId Microsoft Fabric Warehouse 아티팩트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 Microsoft Fabric Warehouse 서버의 엔드포인트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Microsoft Fabric Warehouse에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Microsoft Fabric Warehouse에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
workspaceId Microsoft Fabric 작업 영역의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

WebAnonymousAuthentication

이름 묘사
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. 'Anonymous'(필수)

WebBasicAuthentication

이름 묘사
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. 'Basic'(필수)
암호 기본 인증에 대한 암호입니다. SecretBase(필수)
사용자 이름 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

WebClientCertificateAuthentication

이름 묘사
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. 'ClientCertificate'(필수)
암호 PFX 파일의 암호입니다. SecretBase(필수)
pfx PFX 파일의 Base64로 인코딩된 콘텐츠입니다. SecretBase(필수)

WebLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Web'(필수)
typeProperties 웹 연결된 서비스 속성입니다. WebLinkedServiceTypeProperties (필수)

WebLinkedServiceTypeProperties

이름 묘사
authenticationType WebAnonymousAuthentication형식에 대해 'Anonymous'로 설정합니다. WebBasicAuthentication형식에 대해 '기본'으로 설정합니다. WebClientCertificateAuthentication형식에 대해 'ClientCertificate'로 설정합니다. '익명'
'기본'
'ClientCertificate'(필수)
url 웹 서비스 엔드포인트의 URL(예: https://www.microsoft.com.) 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

XeroLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Xero'(필수)
typeProperties Xero 서비스 연결된 서비스 속성입니다. XeroLinkedServiceTypeProperties (필수)

XeroLinkedServiceTypeProperties

이름 묘사
connectionProperties Xero에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 상호 배타적입니다. Type: object입니다. 어떤
consumerKey Xero 애플리케이션과 연결된 소비자 키입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Xero 서버의 엔드포인트입니다. (예: api.xero.com) 어떤
privateKey Xero 프라이빗 애플리케이션에 대해 생성된 .pem 파일의 프라이빗 키입니다. Unix 줄 끝을 포함하여 .pem 파일의 모든 텍스트를 포함해야 합니다.
).
SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

ZendeskLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Zendesk'(필수)
typeProperties Zendesk 연결된 서비스 속성입니다. ZendeskLinkedServiceTypeProperties(필수)

ZendeskLinkedServiceTypeProperties

이름 묘사
apiToken Zendesk 원본에 대한 api 토큰입니다. SecretBase
authenticationType 사용할 인증 유형입니다. '기본'
'토큰'(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 Zendesk 원본의 암호입니다. SecretBase
url Zendesk 원본을 연결할 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userName Zendesk 원본의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

ZohoLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Zoho'(필수)
typeProperties Zoho 서버 연결된 서비스 속성입니다. ZohoLinkedServiceTypeProperties(필수)

ZohoLinkedServiceTypeProperties

이름 묘사
accessToken Zoho 인증에 대한 액세스 토큰입니다. SecretBase
connectionProperties Zoho에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 상호 배타적입니다. Type: object입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 Zoho 서버의 엔드포인트입니다. (예: crm.zoho.com/crm/private) 어떤
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

빠른 시작 샘플

다음 빠른 시작 샘플은 이 리소스 유형을 배포합니다.

Bicep 파일 묘사
V2 데이터 팩터리 만들기 이 템플릿은 Azure Blob Storage의 폴더에서 스토리지의 다른 폴더로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
Azure 아키텍처 스포츠 분석 배포 ADLS Gen 2를 사용하도록 설정된 Azure Storage 계정, 스토리지 계정에 연결된 서비스가 있는 Azure Data Factory 인스턴스(배포된 경우 Azure SQL Database) 및 Azure Databricks 인스턴스를 만듭니다. 템플릿을 배포하는 사용자의 AAD ID와 ADF 인스턴스의 관리 ID에는 스토리지 계정에 대한 Storage Blob 데이터 기여자 역할이 부여됩니다. Azure Key Vault 인스턴스, Azure SQL Database 및 Azure Event Hub(스트리밍 사용 사례용)를 배포하는 옵션도 있습니다. Azure Key Vault가 배포되면 템플릿을 배포하는 사용자의 데이터 팩터리 관리 ID 및 AAD ID에 Key Vault 비밀 사용자 역할이 부여됩니다.
Azure Data Factory를 사용하여 더 많은 작업을 할 수 있습니다. 한 번의 클릭으로 Azure Data Factory 이 템플릿은 Azure Blob에서 다른 Azure Blob으로의 복사 작업에 대한 데이터 팩터리 파이프라인을 만듭니다.

ARM 템플릿 리소스 정의

팩터리/linkedservices 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.DataFactory/factories/linkedservices 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.

{
  "type": "Microsoft.DataFactory/factories/linkedservices",
  "apiVersion": "2018-06-01",
  "name": "string",
  "properties": {
    "annotations": [ {} ],
    "connectVia": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "string"
    },
    "description": "string",
    "parameters": {
      "{customized property}": {
        "defaultValue": {},
        "type": "string"
      }
    },
    "version": "string",
    "type": "string"
    // For remaining properties, see LinkedService objects
  }
}

WebLinkedServiceTypeProperties 개체

authenticationType 속성을 설정하여 개체 유형을 지정합니다.

익명경우 다음을 사용합니다.

{
  "authenticationType": "Anonymous"
}

기본경우 다음을 사용합니다.

{
  "authenticationType": "Basic",
  "password": {
    "type": "string"
    // For remaining properties, see SecretBase objects
  },
  "username": {}
}

ClientCertificate경우 다음을 사용합니다.

{
  "authenticationType": "ClientCertificate",
  "password": {
    "type": "string"
    // For remaining properties, see SecretBase objects
  },
  "pfx": {
    "type": "string"
    // For remaining properties, see SecretBase objects
  }
}

LinkedService 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

amazonMWS경우 다음을 사용합니다.

{
  "type": "AmazonMWS",
  "typeProperties": {
    "accessKeyId": {},
    "encryptedCredential": "string",
    "endpoint": {},
    "marketplaceID": {},
    "mwsAuthToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "secretKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "sellerID": {},
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

amazonRdsForOracle경우 다음을 사용합니다.

{
  "type": "AmazonRdsForOracle",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    }
  }
}

amazonRdsForSqlServer경우 다음을 사용합니다.

{
  "type": "AmazonRdsForSqlServer",
  "typeProperties": {
    "alwaysEncryptedSettings": {
      "alwaysEncryptedAkvAuthType": "string",
      "credential": {
        "referenceName": "string",
        "type": "string"
      },
      "servicePrincipalId": {},
      "servicePrincipalKey": {
        "type": "string"
        // For remaining properties, see SecretBase objects
      }
    },
    "applicationIntent": {},
    "authenticationType": "string",
    "commandTimeout": {},
    "connectionString": {},
    "connectRetryCount": {},
    "connectRetryInterval": {},
    "connectTimeout": {},
    "database": {},
    "encrypt": {},
    "encryptedCredential": "string",
    "failoverPartner": {},
    "hostNameInCertificate": {},
    "integratedSecurity": {},
    "loadBalanceTimeout": {},
    "maxPoolSize": {},
    "minPoolSize": {},
    "multipleActiveResultSets": {},
    "multiSubnetFailover": {},
    "packetSize": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "pooling": {},
    "server": {},
    "trustServerCertificate": {},
    "userName": {}
  }
}

amazonRedshift경우 다음을 사용합니다.

{
  "type": "AmazonRedshift",
  "typeProperties": {
    "database": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "server": {},
    "username": {}
  }
}

amazonS3경우 다음을 사용합니다.

{
  "type": "AmazonS3",
  "typeProperties": {
    "accessKeyId": {},
    "authenticationType": {},
    "encryptedCredential": "string",
    "secretAccessKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "serviceUrl": {},
    "sessionToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    }
  }
}

amazonS3Compatible경우 다음을 사용합니다.

{
  "type": "AmazonS3Compatible",
  "typeProperties": {
    "accessKeyId": {},
    "encryptedCredential": "string",
    "forcePathStyle": {},
    "secretAccessKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "serviceUrl": {}
  }
}

AppFigures경우 다음을 사용합니다.

{
  "type": "AppFigures",
  "typeProperties": {
    "clientKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "userName": {}
  }
}

Asana경우 다음을 사용합니다.

{
  "type": "Asana",
  "typeProperties": {
    "apiToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string"
  }
}

azureBatch경우 다음을 사용합니다.

{
  "type": "AzureBatch",
  "typeProperties": {
    "accessKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "accountName": {},
    "batchUri": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "encryptedCredential": "string",
    "linkedServiceName": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "string"
    },
    "poolName": {}
  }
}

AzureBlobFS경우 다음을 사용합니다.

{
  "type": "AzureBlobFS",
  "typeProperties": {
    "accountKey": {},
    "azureCloudType": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "encryptedCredential": "string",
    "sasToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "sasUri": {},
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "url": {}
  }
}

AzureBlobStorage경우 다음을 사용합니다.

{
  "type": "AzureBlobStorage",
  "typeProperties": {
    "accountKey": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "accountKind": {},
    "authenticationType": "string",
    "azureCloudType": {},
    "connectionString": {},
    "containerUri": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "encryptedCredential": "string",
    "sasToken": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "sasUri": {},
    "serviceEndpoint": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {}
  }
}

AzureDataExplorer경우 다음을 사용합니다.

{
  "type": "AzureDataExplorer",
  "typeProperties": {
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "database": {},
    "endpoint": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {}
  }
}

AzureDataLakeAnalytics경우 다음을 사용합니다.

{
  "type": "AzureDataLakeAnalytics",
  "typeProperties": {
    "accountName": {},
    "dataLakeAnalyticsUri": {},
    "encryptedCredential": "string",
    "resourceGroupName": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "subscriptionId": {},
    "tenant": {}
  }
}

AzureDataLakeStore경우 다음을 사용합니다.

{
  "type": "AzureDataLakeStore",
  "typeProperties": {
    "accountName": {},
    "azureCloudType": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "dataLakeStoreUri": {},
    "encryptedCredential": "string",
    "resourceGroupName": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "subscriptionId": {},
    "tenant": {}
  }
}

AzureDatabricks경우 다음을 사용합니다.

{
  "type": "AzureDatabricks",
  "typeProperties": {
    "accessToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "authentication": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "domain": {},
    "encryptedCredential": "string",
    "existingClusterId": {},
    "instancePoolId": {},
    "newClusterCustomTags": {
      "{customized property}": {}
    },
    "newClusterDriverNodeType": {},
    "newClusterEnableElasticDisk": {},
    "newClusterInitScripts": {},
    "newClusterLogDestination": {},
    "newClusterNodeType": {},
    "newClusterNumOfWorker": {},
    "newClusterSparkConf": {
      "{customized property}": {}
    },
    "newClusterSparkEnvVars": {
      "{customized property}": {}
    },
    "newClusterVersion": {},
    "policyId": {},
    "workspaceResourceId": {}
  }
}

AzureDatabricksDeltaLake경우 다음을 사용합니다.

{
  "type": "AzureDatabricksDeltaLake",
  "typeProperties": {
    "accessToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "clusterId": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "domain": {},
    "encryptedCredential": "string",
    "workspaceResourceId": {}
  }
}

AzureFileStorage경우 다음을 사용합니다.

{
  "type": "AzureFileStorage",
  "typeProperties": {
    "accountKey": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "connectionString": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "encryptedCredential": "string",
    "fileShare": {},
    "host": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "sasToken": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "sasUri": {},
    "serviceEndpoint": {},
    "snapshot": {},
    "userId": {}
  }
}

azureFunction경우 다음을 사용합니다.

{
  "type": "AzureFunction",
  "typeProperties": {
    "authentication": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "encryptedCredential": "string",
    "functionAppUrl": {},
    "functionKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "resourceId": {}
  }
}

azureKeyVault경우 다음을 사용합니다.

{
  "type": "AzureKeyVault",
  "typeProperties": {
    "baseUrl": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    }
  }
}

AzureML경우 다음을 사용합니다.

{
  "type": "AzureML",
  "typeProperties": {
    "apiKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "authentication": {},
    "encryptedCredential": "string",
    "mlEndpoint": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "updateResourceEndpoint": {}
  }
}

AzureMLService경우 다음을 사용합니다.

{
  "type": "AzureMLService",
  "typeProperties": {
    "authentication": {},
    "encryptedCredential": "string",
    "mlWorkspaceName": {},
    "resourceGroupName": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "subscriptionId": {},
    "tenant": {}
  }
}

AzureMariaDB경우 다음을 사용합니다.

{
  "type": "AzureMariaDB",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": "string",
    "pwd": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    }
  }
}

AzureMySql경우 다음을 사용합니다.

{
  "type": "AzureMySql",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": "string",
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    }
  }
}

AzurePostgreSql경우 다음을 사용합니다.

{
  "type": "AzurePostgreSql",
  "typeProperties": {
    "commandTimeout": {},
    "connectionString": {},
    "database": {},
    "encoding": {},
    "encryptedCredential": "string",
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "port": {},
    "readBufferSize": {},
    "server": {},
    "sslMode": {},
    "timeout": {},
    "timezone": {},
    "trustServerCertificate": {},
    "username": {}
  }
}

azureSearch경우 다음을 사용합니다.

{
  "type": "AzureSearch",
  "typeProperties": {
    "encryptedCredential": "string",
    "key": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "url": {}
  }
}

azureSqlDW경우 다음을 사용합니다.

{
  "type": "AzureSqlDW",
  "typeProperties": {
    "applicationIntent": {},
    "authenticationType": "string",
    "azureCloudType": {},
    "commandTimeout": {},
    "connectionString": {},
    "connectRetryCount": {},
    "connectRetryInterval": {},
    "connectTimeout": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "database": {},
    "encrypt": {},
    "encryptedCredential": "string",
    "failoverPartner": {},
    "hostNameInCertificate": {},
    "integratedSecurity": {},
    "loadBalanceTimeout": {},
    "maxPoolSize": {},
    "minPoolSize": {},
    "multipleActiveResultSets": {},
    "multiSubnetFailover": {},
    "packetSize": {},
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "pooling": {},
    "server": {},
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "trustServerCertificate": {},
    "userName": {}
  }
}

AzureSqlDatabase경우 다음을 사용합니다.

{
  "type": "AzureSqlDatabase",
  "typeProperties": {
    "alwaysEncryptedSettings": {
      "alwaysEncryptedAkvAuthType": "string",
      "credential": {
        "referenceName": "string",
        "type": "string"
      },
      "servicePrincipalId": {},
      "servicePrincipalKey": {
        "type": "string"
        // For remaining properties, see SecretBase objects
      }
    },
    "applicationIntent": {},
    "authenticationType": "string",
    "azureCloudType": {},
    "commandTimeout": {},
    "connectionString": {},
    "connectRetryCount": {},
    "connectRetryInterval": {},
    "connectTimeout": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "database": {},
    "encrypt": {},
    "encryptedCredential": "string",
    "failoverPartner": {},
    "hostNameInCertificate": {},
    "integratedSecurity": {},
    "loadBalanceTimeout": {},
    "maxPoolSize": {},
    "minPoolSize": {},
    "multipleActiveResultSets": {},
    "multiSubnetFailover": {},
    "packetSize": {},
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "pooling": {},
    "server": {},
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "trustServerCertificate": {},
    "userName": {}
  }
}

AzureSqlMI경우 다음을 사용합니다.

{
  "type": "AzureSqlMI",
  "typeProperties": {
    "alwaysEncryptedSettings": {
      "alwaysEncryptedAkvAuthType": "string",
      "credential": {
        "referenceName": "string",
        "type": "string"
      },
      "servicePrincipalId": {},
      "servicePrincipalKey": {
        "type": "string"
        // For remaining properties, see SecretBase objects
      }
    },
    "applicationIntent": {},
    "authenticationType": "string",
    "azureCloudType": {},
    "commandTimeout": {},
    "connectionString": {},
    "connectRetryCount": {},
    "connectRetryInterval": {},
    "connectTimeout": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "database": {},
    "encrypt": {},
    "encryptedCredential": "string",
    "failoverPartner": {},
    "hostNameInCertificate": {},
    "integratedSecurity": {},
    "loadBalanceTimeout": {},
    "maxPoolSize": {},
    "minPoolSize": {},
    "multipleActiveResultSets": {},
    "multiSubnetFailover": {},
    "packetSize": {},
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "pooling": {},
    "server": {},
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "trustServerCertificate": {},
    "userName": {}
  }
}

azureStorage경우 다음을 사용합니다.

{
  "type": "AzureStorage",
  "typeProperties": {
    "accountKey": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "connectionString": {},
    "encryptedCredential": "string",
    "sasToken": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "sasUri": {}
  }
}

azureSynapseArtifacts경우 다음을 사용합니다.

{
  "type": "AzureSynapseArtifacts",
  "typeProperties": {
    "authentication": {},
    "endpoint": {},
    "workspaceResourceId": {}
  }
}

AzureTableStorage경우 다음을 사용합니다.

{
  "type": "AzureTableStorage",
  "typeProperties": {
    "accountKey": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "connectionString": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "encryptedCredential": "string",
    "sasToken": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "sasUri": {},
    "serviceEndpoint": {}
  }
}

Cassandra경우 다음을 사용합니다.

{
  "type": "Cassandra",
  "typeProperties": {
    "authenticationType": {},
    "encryptedCredential": "string",
    "host": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "username": {}
  }
}

CommonDataServiceForApps경우 다음을 사용합니다.

{
  "type": "CommonDataServiceForApps",
  "typeProperties": {
    "authenticationType": {},
    "deploymentType": {},
    "domain": {},
    "encryptedCredential": "string",
    "hostName": {},
    "organizationName": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "serviceUri": {},
    "username": {}
  }
}

Concur경우 다음을 사용합니다.

{
  "type": "Concur",
  "typeProperties": {
    "clientId": {},
    "connectionProperties": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {},
    "username": {}
  }
}

CosmosDb경우 다음을 사용합니다.

{
  "type": "CosmosDb",
  "typeProperties": {
    "accountEndpoint": {},
    "accountKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "azureCloudType": {},
    "connectionMode": "string",
    "connectionString": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "database": {},
    "encryptedCredential": "string",
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "tenant": {}
  }
}

CosmosDbMongoDbApi경우 다음을 사용합니다.

{
  "type": "CosmosDbMongoDbApi",
  "typeProperties": {
    "connectionString": {},
    "database": {},
    "isServerVersionAbove32": {}
  }
}

Couchbase경우 다음을 사용합니다.

{
  "type": "Couchbase",
  "typeProperties": {
    "connectionString": {},
    "credString": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "encryptedCredential": "string"
  }
}

CustomDataSource경우 다음을 사용합니다.

{
  "type": "CustomDataSource",
  "typeProperties": {}
}

Dataworld경우 다음을 사용합니다.

{
  "type": "Dataworld",
  "typeProperties": {
    "apiToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string"
  }
}

Db2경우 다음을 사용합니다.

{
  "type": "Db2",
  "typeProperties": {
    "authenticationType": "string",
    "certificateCommonName": {},
    "connectionString": {},
    "database": {},
    "encryptedCredential": "string",
    "packageCollection": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "server": {},
    "username": {}
  }
}

드릴경우 다음을 사용합니다.

{
  "type": "Drill",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": "string",
    "pwd": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    }
  }
}

Dynamics경우 다음을 사용합니다.

{
  "type": "Dynamics",
  "typeProperties": {
    "authenticationType": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "deploymentType": {},
    "domain": {},
    "encryptedCredential": "string",
    "hostName": {},
    "organizationName": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "serviceUri": {},
    "username": {}
  }
}

DynamicsAX경우 다음을 사용합니다.

{
  "type": "DynamicsAX",
  "typeProperties": {
    "aadResourceId": {},
    "encryptedCredential": "string",
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "url": {}
  }
}

DynamicsCrm경우 다음을 사용합니다.

{
  "type": "DynamicsCrm",
  "typeProperties": {
    "authenticationType": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "deploymentType": {},
    "domain": {},
    "encryptedCredential": "string",
    "hostName": {},
    "organizationName": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "serviceUri": {},
    "username": {}
  }
}

Eloqua경우 다음을 사용합니다.

{
  "type": "Eloqua",
  "typeProperties": {
    "encryptedCredential": "string",
    "endpoint": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {},
    "username": {}
  }
}

fileServer경우 다음을 사용합니다.

{
  "type": "FileServer",
  "typeProperties": {
    "encryptedCredential": "string",
    "host": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "userId": {}
  }
}

ftpServer경우 다음을 사용합니다.

{
  "type": "FtpServer",
  "typeProperties": {
    "authenticationType": "string",
    "enableServerCertificateValidation": {},
    "enableSsl": {},
    "encryptedCredential": "string",
    "host": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "userName": {}
  }
}

GoogleAdWords경우 다음을 사용합니다.

{
  "type": "GoogleAdWords",
  "typeProperties": {
    "authenticationType": "string",
    "clientCustomerID": {},
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "connectionProperties": {},
    "developerToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "email": {},
    "encryptedCredential": "string",
    "googleAdsApiVersion": {},
    "keyFilePath": {},
    "loginCustomerID": {},
    "privateKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "refreshToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "supportLegacyDataTypes": {},
    "trustedCertPath": {},
    "useSystemTrustStore": {}
  }
}

GoogleBigQuery경우 다음을 사용합니다.

{
  "type": "GoogleBigQuery",
  "typeProperties": {
    "additionalProjects": {},
    "authenticationType": "string",
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "email": {},
    "encryptedCredential": "string",
    "keyFilePath": {},
    "project": {},
    "refreshToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "requestGoogleDriveScope": {},
    "trustedCertPath": {},
    "useSystemTrustStore": {}
  }
}

googleBigQueryV2경우 다음을 사용합니다.

{
  "type": "GoogleBigQueryV2",
  "typeProperties": {
    "authenticationType": "string",
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "keyFileContent": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "projectId": {},
    "refreshToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    }
  }
}

GoogleCloudStorage경우 다음을 사용합니다.

{
  "type": "GoogleCloudStorage",
  "typeProperties": {
    "accessKeyId": {},
    "encryptedCredential": "string",
    "secretAccessKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "serviceUrl": {}
  }
}

googleSheets경우 다음을 사용합니다.

{
  "type": "GoogleSheets",
  "typeProperties": {
    "apiToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string"
  }
}

Greenplum경우 다음을 사용합니다.

{
  "type": "Greenplum",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": "string",
    "pwd": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    }
  }
}

HBase경우 다음을 사용합니다.

{
  "type": "HBase",
  "typeProperties": {
    "allowHostNameCNMismatch": {},
    "allowSelfSignedServerCert": {},
    "authenticationType": "string",
    "enableSsl": {},
    "encryptedCredential": "string",
    "host": {},
    "httpPath": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "trustedCertPath": {},
    "username": {}
  }
}

HDInsight경우 다음을 사용합니다.

{
  "type": "HDInsight",
  "typeProperties": {
    "clusterUri": {},
    "encryptedCredential": "string",
    "fileSystem": {},
    "hcatalogLinkedServiceName": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "string"
    },
    "isEspEnabled": {},
    "linkedServiceName": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "string"
    },
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "userName": {}
  }
}

HDInsightOnDemand경우 다음을 사용합니다.

{
  "type": "HDInsightOnDemand",
  "typeProperties": {
    "additionalLinkedServiceNames": [
      {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      }
    ],
    "clusterNamePrefix": {},
    "clusterPassword": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "clusterResourceGroup": {},
    "clusterSize": {},
    "clusterSshPassword": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "clusterSshUserName": {},
    "clusterType": {},
    "clusterUserName": {},
    "coreConfiguration": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "dataNodeSize": {},
    "encryptedCredential": "string",
    "hBaseConfiguration": {},
    "hcatalogLinkedServiceName": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "string"
    },
    "hdfsConfiguration": {},
    "headNodeSize": {},
    "hiveConfiguration": {},
    "hostSubscriptionId": {},
    "linkedServiceName": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "string"
    },
    "mapReduceConfiguration": {},
    "oozieConfiguration": {},
    "scriptActions": [
      {
        "name": "string",
        "parameters": "string",
        "roles": {},
        "uri": "string"
      }
    ],
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "sparkVersion": {},
    "stormConfiguration": {},
    "subnetName": {},
    "tenant": {},
    "timeToLive": {},
    "version": {},
    "virtualNetworkId": {},
    "yarnConfiguration": {},
    "zookeeperNodeSize": {}
  }
}

hdfs경우 다음을 사용합니다.

{
  "type": "Hdfs",
  "typeProperties": {
    "authenticationType": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "url": {},
    "userName": {}
  }
}

hive경우 다음을 사용합니다.

{
  "type": "Hive",
  "typeProperties": {
    "allowHostNameCNMismatch": {},
    "allowSelfSignedServerCert": {},
    "authenticationType": "string",
    "enableSsl": {},
    "encryptedCredential": "string",
    "host": {},
    "httpPath": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "serverType": "string",
    "serviceDiscoveryMode": {},
    "thriftTransportProtocol": "string",
    "trustedCertPath": {},
    "useNativeQuery": {},
    "username": {},
    "useSystemTrustStore": {},
    "zooKeeperNameSpace": {}
  }
}

httpServer경우 다음을 사용합니다.

{
  "type": "HttpServer",
  "typeProperties": {
    "authenticationType": "string",
    "authHeaders": {},
    "certThumbprint": {},
    "embeddedCertData": {},
    "enableServerCertificateValidation": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "url": {},
    "userName": {}
  }
}

Hubspot경우 다음을 사용합니다.

{
  "type": "Hubspot",
  "typeProperties": {
    "accessToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "refreshToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

Impala경우 다음을 사용합니다.

{
  "type": "Impala",
  "typeProperties": {
    "allowHostNameCNMismatch": {},
    "allowSelfSignedServerCert": {},
    "authenticationType": "string",
    "enableSsl": {},
    "encryptedCredential": "string",
    "host": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "trustedCertPath": {},
    "username": {},
    "useSystemTrustStore": {}
  }
}

Informix경우 다음을 사용합니다.

{
  "type": "Informix",
  "typeProperties": {
    "authenticationType": {},
    "connectionString": {},
    "credential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "userName": {}
  }
}

Jira경우 다음을 사용합니다.

{
  "type": "Jira",
  "typeProperties": {
    "encryptedCredential": "string",
    "host": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {},
    "username": {}
  }
}

LakeHouse경우 다음을 사용합니다.

{
  "type": "LakeHouse",
  "typeProperties": {
    "artifactId": {},
    "encryptedCredential": "string",
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "workspaceId": {}
  }
}

Magento경우 다음을 사용합니다.

{
  "type": "Magento",
  "typeProperties": {
    "accessToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "host": {},
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

MariaDB경우 다음을 사용합니다.

{
  "type": "MariaDB",
  "typeProperties": {
    "connectionString": {},
    "database": {},
    "driverVersion": {},
    "encryptedCredential": "string",
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "port": {},
    "server": {},
    "sslMode": {},
    "username": {},
    "useSystemTrustStore": {}
  }
}

Marketo경우 다음을 사용합니다.

{
  "type": "Marketo",
  "typeProperties": {
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "endpoint": {},
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

microsoftAccess경우 다음을 사용합니다.

{
  "type": "MicrosoftAccess",
  "typeProperties": {
    "authenticationType": {},
    "connectionString": {},
    "credential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "userName": {}
  }
}

MongoDb경우 다음을 사용합니다.

{
  "type": "MongoDb",
  "typeProperties": {
    "allowSelfSignedServerCert": {},
    "authenticationType": "string",
    "authSource": {},
    "databaseName": {},
    "enableSsl": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "server": {},
    "username": {}
  }
}

MongoDbAtlas경우 다음을 사용합니다.

{
  "type": "MongoDbAtlas",
  "typeProperties": {
    "connectionString": {},
    "database": {},
    "driverVersion": {}
  }
}

MongoDbV2경우 다음을 사용합니다.

{
  "type": "MongoDbV2",
  "typeProperties": {
    "connectionString": {},
    "database": {}
  }
}

mySql경우 다음을 사용합니다.

{
  "type": "MySql",
  "typeProperties": {
    "allowZeroDateTime": {},
    "connectionString": {},
    "connectionTimeout": {},
    "convertZeroDateTime": {},
    "database": {},
    "driverVersion": {},
    "encryptedCredential": "string",
    "guidFormat": {},
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "port": {},
    "server": {},
    "sslCert": {},
    "sslKey": {},
    "sslMode": {},
    "treatTinyAsBoolean": {},
    "username": {},
    "useSystemTrustStore": {}
  }
}

Netezza경우 다음을 사용합니다.

{
  "type": "Netezza",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": "string",
    "pwd": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    }
  }
}

OData경우 다음을 사용합니다.

{
  "type": "OData",
  "typeProperties": {
    "aadResourceId": {},
    "aadServicePrincipalCredentialType": "string",
    "authenticationType": "string",
    "authHeaders": {},
    "azureCloudType": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalEmbeddedCert": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalEmbeddedCertPassword": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "url": {},
    "userName": {}
  }
}

Odbc경우 다음을 사용합니다.

{
  "type": "Odbc",
  "typeProperties": {
    "authenticationType": {},
    "connectionString": {},
    "credential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "userName": {}
  }
}

office365경우 다음을 사용합니다.

{
  "type": "Office365",
  "typeProperties": {
    "encryptedCredential": "string",
    "office365TenantId": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalTenantId": {}
  }
}

Oracle경우 다음을 사용합니다.

{
  "type": "Oracle",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": "string",
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    }
  }
}

OracleCloudStorage경우 다음을 사용합니다.

{
  "type": "OracleCloudStorage",
  "typeProperties": {
    "accessKeyId": {},
    "encryptedCredential": "string",
    "secretAccessKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "serviceUrl": {}
  }
}

OracleServiceCloud경우 다음을 사용합니다.

{
  "type": "OracleServiceCloud",
  "typeProperties": {
    "encryptedCredential": "string",
    "host": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {},
    "username": {}
  }
}

PayPal경우 다음을 사용합니다.

{
  "type": "Paypal",
  "typeProperties": {
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "host": {},
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

Phoenix경우 다음을 사용합니다.

{
  "type": "Phoenix",
  "typeProperties": {
    "allowHostNameCNMismatch": {},
    "allowSelfSignedServerCert": {},
    "authenticationType": "string",
    "enableSsl": {},
    "encryptedCredential": "string",
    "host": {},
    "httpPath": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "trustedCertPath": {},
    "username": {},
    "useSystemTrustStore": {}
  }
}

PostgreSql경우 다음을 사용합니다.

{
  "type": "PostgreSql",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": "string",
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    }
  }
}

PostgreSqlV2경우 다음을 사용합니다.

{
  "type": "PostgreSqlV2",
  "typeProperties": {
    "authenticationType": {},
    "commandTimeout": {},
    "connectionTimeout": {},
    "database": {},
    "encoding": {},
    "encryptedCredential": "string",
    "logParameters": {},
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "pooling": {},
    "port": {},
    "readBufferSize": {},
    "schema": {},
    "server": {},
    "sslCertificate": {},
    "sslKey": {},
    "sslMode": {},
    "sslPassword": {},
    "timezone": {},
    "trustServerCertificate": {},
    "username": {}
  }
}

Presto경우 다음을 사용합니다.

{
  "type": "Presto",
  "typeProperties": {
    "allowHostNameCNMismatch": {},
    "allowSelfSignedServerCert": {},
    "authenticationType": "string",
    "catalog": {},
    "enableSsl": {},
    "encryptedCredential": "string",
    "host": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "serverVersion": {},
    "timeZoneID": {},
    "trustedCertPath": {},
    "username": {},
    "useSystemTrustStore": {}
  }
}

QuickBooks경우 다음을 사용합니다.

{
  "type": "QuickBooks",
  "typeProperties": {
    "accessToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "accessTokenSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "companyId": {},
    "connectionProperties": {},
    "consumerKey": {},
    "consumerSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "endpoint": {},
    "useEncryptedEndpoints": {}
  }
}

빠른경우 다음을 사용합니다.

{
  "type": "Quickbase",
  "typeProperties": {
    "encryptedCredential": "string",
    "url": {},
    "userToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    }
  }
}

Responsys경우 다음을 사용합니다.

{
  "type": "Responsys",
  "typeProperties": {
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "endpoint": {},
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

RestService경우 다음을 사용합니다.

{
  "type": "RestService",
  "typeProperties": {
    "aadResourceId": {},
    "authenticationType": "string",
    "authHeaders": {},
    "azureCloudType": {},
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "enableServerCertificateValidation": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "resource": {},
    "scope": {},
    "servicePrincipalCredentialType": {},
    "servicePrincipalEmbeddedCert": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalEmbeddedCertPassword": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "tokenEndpoint": {},
    "url": {},
    "userName": {}
  }
}

Salesforce경우 다음을 사용합니다.

{
  "type": "Salesforce",
  "typeProperties": {
    "apiVersion": {},
    "encryptedCredential": "string",
    "environmentUrl": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "securityToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "username": {}
  }
}

SalesforceMarketingCloud경우 다음을 사용합니다.

{
  "type": "SalesforceMarketingCloud",
  "typeProperties": {
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "connectionProperties": {},
    "encryptedCredential": "string",
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

SalesforceServiceCloud경우 다음을 사용합니다.

{
  "type": "SalesforceServiceCloud",
  "typeProperties": {
    "apiVersion": {},
    "encryptedCredential": "string",
    "environmentUrl": {},
    "extendedProperties": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "securityToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "username": {}
  }
}

SalesforceServiceCloudV2경우 다음을 사용합니다.

{
  "type": "SalesforceServiceCloudV2",
  "typeProperties": {
    "apiVersion": {},
    "authenticationType": {},
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "environmentUrl": {}
  }
}

SalesforceV2경우 다음을 사용합니다.

{
  "type": "SalesforceV2",
  "typeProperties": {
    "apiVersion": {},
    "authenticationType": {},
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "environmentUrl": {}
  }
}

SapBW경우 다음을 사용합니다.

{
  "type": "SapBW",
  "typeProperties": {
    "clientId": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "server": {},
    "systemNumber": {},
    "userName": {}
  }
}

sapCloudForCustomer경우 다음을 사용합니다.

{
  "type": "SapCloudForCustomer",
  "typeProperties": {
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "url": {},
    "username": {}
  }
}

sapEcc경우 다음을 사용합니다.

{
  "type": "SapEcc",
  "typeProperties": {
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "url": {},
    "username": {}
  }
}

sapHana경우 다음을 사용합니다.

{
  "type": "SapHana",
  "typeProperties": {
    "authenticationType": "string",
    "connectionString": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "server": {},
    "userName": {}
  }
}

sapOdp경우 다음을 사용합니다.

{
  "type": "SapOdp",
  "typeProperties": {
    "clientId": {},
    "encryptedCredential": "string",
    "language": {},
    "logonGroup": {},
    "messageServer": {},
    "messageServerService": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "server": {},
    "sncLibraryPath": {},
    "sncMode": {},
    "sncMyName": {},
    "sncPartnerName": {},
    "sncQop": {},
    "subscriberName": {},
    "systemId": {},
    "systemNumber": {},
    "userName": {},
    "x509CertificatePath": {}
  }
}

SapOpenHub경우 다음을 사용합니다.

{
  "type": "SapOpenHub",
  "typeProperties": {
    "clientId": {},
    "encryptedCredential": "string",
    "language": {},
    "logonGroup": {},
    "messageServer": {},
    "messageServerService": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "server": {},
    "systemId": {},
    "systemNumber": {},
    "userName": {}
  }
}

sapTable경우 다음을 사용합니다.

{
  "type": "SapTable",
  "typeProperties": {
    "clientId": {},
    "encryptedCredential": "string",
    "language": {},
    "logonGroup": {},
    "messageServer": {},
    "messageServerService": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "server": {},
    "sncLibraryPath": {},
    "sncMode": {},
    "sncMyName": {},
    "sncPartnerName": {},
    "sncQop": {},
    "systemId": {},
    "systemNumber": {},
    "userName": {}
  }
}

ServiceNow경우 다음을 사용합니다.

{
  "type": "ServiceNow",
  "typeProperties": {
    "authenticationType": "string",
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "endpoint": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {},
    "username": {}
  }
}

ServiceNowV2경우 다음을 사용합니다.

{
  "type": "ServiceNowV2",
  "typeProperties": {
    "authenticationType": "string",
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "endpoint": {},
    "grantType": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "username": {}
  }
}

Sftp경우 다음을 사용합니다.

{
  "type": "Sftp",
  "typeProperties": {
    "authenticationType": "string",
    "encryptedCredential": "string",
    "host": {},
    "hostKeyFingerprint": {},
    "passPhrase": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "privateKeyContent": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "privateKeyPath": {},
    "skipHostKeyValidation": {},
    "userName": {}
  }
}

sharePointOnlineList경우 다음을 사용합니다.

{
  "type": "SharePointOnlineList",
  "typeProperties": {
    "encryptedCredential": "string",
    "servicePrincipalCredentialType": {},
    "servicePrincipalEmbeddedCert": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalEmbeddedCertPassword": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "siteUrl": {},
    "tenantId": {}
  }
}

shopify경우 다음을 사용합니다.

{
  "type": "Shopify",
  "typeProperties": {
    "accessToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "host": {},
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

Smartsheet경우 다음을 사용합니다.

{
  "type": "Smartsheet",
  "typeProperties": {
    "apiToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string"
  }
}

Snowflake경우 다음을 사용합니다.

{
  "type": "Snowflake",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": "string",
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    }
  }
}

SnowflakeV2경우 다음을 사용합니다.

{
  "type": "SnowflakeV2",
  "typeProperties": {
    "accountIdentifier": {},
    "authenticationType": "string",
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "database": {},
    "encryptedCredential": "string",
    "host": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "privateKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "privateKeyPassphrase": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "scope": {},
    "tenantId": {},
    "user": {},
    "warehouse": {}
  }
}

spark경우 다음을 사용합니다.

{
  "type": "Spark",
  "typeProperties": {
    "allowHostNameCNMismatch": {},
    "allowSelfSignedServerCert": {},
    "authenticationType": "string",
    "enableSsl": {},
    "encryptedCredential": "string",
    "host": {},
    "httpPath": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "serverType": "string",
    "thriftTransportProtocol": "string",
    "trustedCertPath": {},
    "username": {},
    "useSystemTrustStore": {}
  }
}

SqlServer경우 다음을 사용합니다.

{
  "type": "SqlServer",
  "typeProperties": {
    "alwaysEncryptedSettings": {
      "alwaysEncryptedAkvAuthType": "string",
      "credential": {
        "referenceName": "string",
        "type": "string"
      },
      "servicePrincipalId": {},
      "servicePrincipalKey": {
        "type": "string"
        // For remaining properties, see SecretBase objects
      }
    },
    "applicationIntent": {},
    "authenticationType": "string",
    "commandTimeout": {},
    "connectionString": {},
    "connectRetryCount": {},
    "connectRetryInterval": {},
    "connectTimeout": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "database": {},
    "encrypt": {},
    "encryptedCredential": "string",
    "failoverPartner": {},
    "hostNameInCertificate": {},
    "integratedSecurity": {},
    "loadBalanceTimeout": {},
    "maxPoolSize": {},
    "minPoolSize": {},
    "multipleActiveResultSets": {},
    "multiSubnetFailover": {},
    "packetSize": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "pooling": {},
    "server": {},
    "trustServerCertificate": {},
    "userName": {}
  }
}

Square경우 다음을 사용합니다.

{
  "type": "Square",
  "typeProperties": {
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "connectionProperties": {},
    "encryptedCredential": "string",
    "host": {},
    "redirectUri": {},
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

Sybase경우 다음을 사용합니다.

{
  "type": "Sybase",
  "typeProperties": {
    "authenticationType": "string",
    "database": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "schema": {},
    "server": {},
    "username": {}
  }
}

TeamDesk경우 다음을 사용합니다.

{
  "type": "TeamDesk",
  "typeProperties": {
    "apiToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "authenticationType": "string",
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "url": {},
    "userName": {}
  }
}

Teradata경우 다음을 사용합니다.

{
  "type": "Teradata",
  "typeProperties": {
    "authenticationType": "string",
    "connectionString": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "server": {},
    "username": {}
  }
}

Twilio경우 다음을 사용합니다.

{
  "type": "Twilio",
  "typeProperties": {
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "userName": {}
  }
}

Vertica경우 다음을 사용합니다.

{
  "type": "Vertica",
  "typeProperties": {
    "connectionString": {},
    "database": {},
    "encryptedCredential": "string",
    "port": {},
    "pwd": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "server": {},
    "uid": {}
  }
}

Warehouse경우 다음을 사용합니다.

{
  "type": "Warehouse",
  "typeProperties": {
    "artifactId": {},
    "encryptedCredential": "string",
    "endpoint": {},
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "workspaceId": {}
  }
}

경우 다음을 사용합니다.

{
  "type": "Web",
  "typeProperties": {
    "url": {},
    "authenticationType": "string"
    // For remaining properties, see WebLinkedServiceTypeProperties objects
  }
}

Xero경우 다음을 사용합니다.

{
  "type": "Xero",
  "typeProperties": {
    "connectionProperties": {},
    "consumerKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "host": {},
    "privateKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

Zendesk경우 다음을 사용합니다.

{
  "type": "Zendesk",
  "typeProperties": {
    "apiToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "authenticationType": "string",
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "url": {},
    "userName": {}
  }
}

Zoho경우 다음을 사용합니다.

{
  "type": "Zoho",
  "typeProperties": {
    "accessToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "connectionProperties": {},
    "encryptedCredential": "string",
    "endpoint": {},
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

SecretBase 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

AzureKeyVaultSecret경우 다음을 사용합니다.

{
  "secretName": {},
  "secretVersion": {},
  "store": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "string"
  },
  "type": "AzureKeyVaultSecret"
}

SecureString경우 다음을 사용합니다.

{
  "type": "SecureString",
  "value": "string"
}

속성 값

AmazonMWSLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AmazonMWS'(필수)
typeProperties Amazon Marketplace 웹 서비스 연결된 서비스 속성입니다. AmazonMWSLinkedServiceTypeProperties (필수)

AmazonMWSLinkedServiceTypeProperties

이름 묘사
accessKeyId 데이터에 액세스하는 데 사용되는 액세스 키 ID입니다. any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 Amazon MWS 서버의 엔드포인트(즉, mws.amazonservices.com) any(필수)
marketplaceID 데이터를 검색하려는 Amazon Marketplace ID입니다. 여러 Marketplace ID에서 데이터를 검색하려면 쉼표(,)로 구분합니다. (예: A2EUQ1WTGCTBG2) any(필수)
mwsAuthToken Amazon MWS 인증 토큰입니다. SecretBase
secretKey 데이터에 액세스하는 데 사용되는 비밀 키입니다. SecretBase
sellerID Amazon 판매자 ID입니다. any(필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

AmazonRdsForLinkedServiceTypeProperties

이름 묘사
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. SecretBase

AmazonRdsForOracleLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AmazonRdsForOracle'(필수)
typeProperties AmazonRdsForOracle 데이터베이스 연결된 서비스 속성입니다. amazonRdsForLinkedServiceTypeProperties (필수)

AmazonRdsForSqlServerLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AmazonRdsForSqlServer'(필수)
typeProperties SQL Server 연결된 서비스 속성에 대한 Amazon RDS입니다. amazonRdsForSqlServerLinkedServiceTypeProperties (필수)

AmazonRdsForSqlServerLinkedServiceTypeProperties

이름 묘사
alwaysEncryptedSettings Sql은 항상 암호화된 속성입니다. SqlAlwaysEncryptedProperties
applicationIntent 서버에 연결할 때 권장 버전에서 사용하는 애플리케이션 워크로드 유형입니다. 가능한 값은 ReadOnly 및 ReadWrite입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'SQL'
'Windows'
commandTimeout 명령을 실행하려는 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전의 기본 대기 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
connectRetryCount 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 다시 연결이 시도된 수입니다. 0에서 255 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectRetryInterval 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 각 다시 연결 시도 사이의 시간(초)입니다. 1에서 60 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectTimeout 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전에 서버에 대한 연결을 기다리는 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
데이터베이스 권장 버전에서 사용하는 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호화하다 권장 버전에서 사용하는 클라이언트와 서버 간에 전송되는 모든 데이터에 TLS 암호화가 필요한지 여부를 나타냅니다. 가능한 값은 true/yes/mandatory, false/no/optional 및 strict입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
failoverPartner 주 서버가 다운된 경우 연결할 파트너 서버의 이름 또는 주소이며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
hostNameInCertificate 연결에 대한 서버 인증서의 유효성을 검사할 때 사용할 호스트 이름입니다. 지정하지 않으면 데이터 원본의 서버 이름이 인증서 유효성 검사에 사용되며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
integratedSecurity 연결에 사용자 ID 및 암호가 지정되었는지(false인 경우) 또는 현재 Windows 계정 자격 증명이 인증에 사용되는지(true인 경우) 권장 버전에서 사용되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
loadBalanceTimeout 연결이 삭제되기 전에 연결 풀에 있는 최소 시간(초)으로, 권장 버전에서 사용합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
maxPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최대 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
minPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최소 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
multipleActiveResultSets true이면 애플리케이션이 MARS(여러 활성 결과 집합)를 유지할 수 있습니다. false이면 애플리케이션이 권장 버전에서 사용하는 해당 연결에서 다른 일괄 처리를 실행하기 전에 한 일괄 처리의 모든 결과 집합을 처리하거나 취소해야 합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
multiSubnetFailover 애플리케이션이 다른 서브넷의 AlwaysOn AG(가용성 그룹)에 연결하는 경우 MultiSubnetFailover=true를 설정하면 권장 버전에서 사용하는 (현재) 활성 서버에 대한 빠른 검색 및 연결을 제공합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
packetSize 권장 버전에서 사용하는 서버 인스턴스와 통신하는 데 사용되는 네트워크 패킷의 크기(바이트)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
암호 온-프레미스 Windows 인증 암호입니다. SecretBase
풀링 권장 버전에서 사용하는 연결이 요청될 때마다 연결을 풀하거나 명시적으로 열지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
서버 연결할 SQL Server 인스턴스의 이름 또는 네트워크 주소로, 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
trustServerCertificate 권장 버전에서 사용하는 신뢰의 유효성을 검사하기 위해 인증서 체인을 건너뛰는 동안 채널이 암호화되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
userName 온-프레미스 Windows 인증 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AmazonRedshiftLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AmazonRedshift'(필수)
typeProperties Amazon Redshift 연결된 서비스 속성입니다. amazonRedshiftLinkedServiceTypeProperties (필수)

AmazonRedshiftLinkedServiceTypeProperties

이름 묘사
데이터베이스 Amazon Redshift 원본의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 Amazon Redshift 원본의 암호입니다. SecretBase
항구 Amazon Redshift 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 5439입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
서버 Amazon Redshift 서버의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
사용자 이름 Amazon Redshift 원본의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AmazonS3CompatibleLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AmazonS3Compatible'(필수)
typeProperties Amazon S3 호환 가능한 연결된 서비스 속성입니다. AmazonS3CompatibleLinkedServiceTypeProperties(필수)

AmazonS3CompatibleLinkedServiceTypeProperties

이름 묘사
accessKeyId Amazon S3 IAM(호환 ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
forcePathStyle true이면 가상 호스트 스타일 액세스 대신 S3 경로 스타일 액세스를 사용합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
secretAccessKey Amazon S3 IAM(호환 ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 Amazon S3 호환 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AmazonS3LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AmazonS3'(필수)
typeProperties Amazon S3 연결된 서비스 속성입니다. amazonS3LinkedServiceTypeProperties (필수)

AmazonS3LinkedServiceTypeProperties

이름 묘사
accessKeyId Amazon S3 IAM(ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType S3의 인증 유형입니다. 허용되는 값: AccessKey(기본값) 또는 TemporarySecurityCredentials입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
secretAccessKey Amazon S3 IAM(ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 S3 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sessionToken S3 임시 보안 자격 증명에 대한 세션 토큰입니다. SecretBase

AppFiguresLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AppFigures'(필수)
typeProperties AppFigures 연결된 서비스 속성입니다. AppFiguresLinkedServiceTypeProperties (필수)

AppFiguresLinkedServiceTypeProperties

이름 묘사
clientKey AppFigures 원본의 클라이언트 키입니다. SecretBase(필수)
암호 AppFigures 원본의 암호입니다. SecretBase(필수)
userName Appfigures 원본의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

AsanaLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Asana'(필수)
typeProperties Asana 연결된 서비스 속성입니다. asanaLinkedServiceTypeProperties (필수)

AsanaLinkedServiceTypeProperties

이름 묘사
apiToken Asana 원본에 대한 api 토큰입니다. SecretBase(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

AzureBatchLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureBatch'(필수)
typeProperties Azure Batch 연결된 서비스 속성입니다. AzureBatchLinkedServiceTypeProperties (필수)

AzureBatchLinkedServiceTypeProperties

이름 묘사
accessKey Azure Batch 계정 액세스 키입니다. SecretBase
accountName Azure Batch 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
batchUri Azure Batch URI입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
linkedServiceName Azure Storage 연결된 서비스 참조입니다. linkedServiceReference (필수)
poolName Azure Batch 풀 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

AzureBlobFSLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureBlobFS'(필수)
typeProperties Azure Data Lake Storage Gen2 연결된 서비스 속성입니다. AzureBlobFSLinkedServiceTypeProperties (필수)

AzureBlobFSLinkedServiceTypeProperties

이름 묘사
accountKey Azure Data Lake Storage Gen2 서비스의 계정 키입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
sasToken sas uri에서 sasToken의 Azure Key Vault 비밀 참조입니다. SecretBase
sasUri Azure Data Lake Storage Gen2 서비스의 SAS URI입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Azure Data Lake Storage Gen2 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure Data Lake Storage Gen2 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
url Azure Data Lake Storage Gen2 서비스의 엔드포인트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureBlobStorageLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureBlobStorage'(필수)
typeProperties Azure Blob Storage 연결된 서비스 속성입니다. AzureBlobStorageLinkedServiceTypeProperties (필수)

AzureBlobStorageLinkedServiceTypeProperties

이름 묘사
accountKey 연결 문자열에서 accountKey의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
accountKind 스토리지 계정의 종류를 지정합니다. 허용되는 값은 스토리지(범용 v1), StorageV2(범용 v2), BlobStorage 또는 BlockBlobStorage입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'AccountKey'
'익명'
'Msi'
'SasUri'
'ServicePrincipal'
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
connectionString 연결 문자열입니다. sasUri, serviceEndpoint 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
containerUri Azure Blob Storage 리소스의 컨테이너 URI는 익명 액세스만 지원합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
sasToken sas uri에서 sasToken의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
sasUri Azure Blob Storage 리소스의 SAS URI입니다. connectionString, serviceEndpoint 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
serviceEndpoint Azure Blob Storage 리소스의 Blob Service 엔드포인트입니다. connectionString, sasUri 속성과 함께 사용할 수 없습니다. 어떤
servicePrincipalId Azure SQL Data Warehouse에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure SQL Data Warehouse에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureDatabricksDeltaLakeLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureDatabricksDeltaLake'(필수)
typeProperties Azure Databricks Delta Lake 연결된 서비스 속성입니다. AzureDatabricksDetltaLakeLinkedServiceTypeProperties (필수)

AzureDatabricksDetltaLakeLinkedServiceTypeProperties

이름 묘사
accessToken databricks REST API에 대한 액세스 토큰입니다. https://docs.azuredatabricks.net/api/latest/authentication.html참조하세요. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. SecretBase
clusterId 이 작업의 모든 실행에 사용할 기존 대화형 클러스터의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
도메인 <REGION>.azuredatabricks.net, Databricks 배포의 도메인 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
workspaceResourceId databricks REST API의 작업 영역 리소스 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureDatabricksLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureDatabricks'(필수)
typeProperties Azure Databricks 연결된 서비스 속성입니다. AzureDatabricksLinkedServiceTypeProperties (필수)

AzureDatabricksLinkedServiceTypeProperties

이름 묘사
accessToken databricks REST API에 대한 액세스 토큰입니다. https://docs.azuredatabricks.net/api/latest/authentication.html참조하세요. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
인증 databricks REST API에 작업 영역 리소스 ID를 사용하는 경우 MSI를 지정하는 데 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
도메인 <REGION>.azuredatabricks.net, Databricks 배포의 도메인 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
existingClusterId 이 활동의 모든 실행에 사용할 기존 대화형 클러스터의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
instancePoolId 이 작업의 모든 실행에 사용할 기존 인스턴스 풀의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
newClusterCustomTags 클러스터 리소스에 대한 추가 태그입니다. 이 속성은 인스턴스 풀 구성에서 무시됩니다. azureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags
newClusterDriverNodeType 새 작업 클러스터의 드라이버 노드 유형입니다. 이 속성은 인스턴스 풀 구성에서 무시됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
newClusterEnableElasticDisk 새 클러스터에서 탄력적 디스크를 사용하도록 설정합니다. 이 속성은 이제 무시되며 Databricks에서 기본 탄력적 디스크 동작을 사용합니다(탄력적 디스크는 항상 사용됨). 형식: 부울(또는 resultType 부울이 있는 식). 어떤
newClusterInitScripts 새 클러스터에 대한 사용자 정의 초기화 스크립트입니다. 형식: 문자열 배열(또는 resultType 문자열 배열이 있는 식)입니다. 어떤
newClusterLogDestination Spark 드라이버, 작업자 및 이벤트 로그를 배달할 위치를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
newClusterNodeType 새 작업 클러스터의 노드 유형입니다. newClusterVersion을 지정하고 instancePoolId를 지정하지 않은 경우 이 속성이 필요합니다. instancePoolId를 지정하면 이 속성은 무시됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
newClusterNumOfWorker 기존 대화형 클러스터를 사용하지 않는 경우 새 작업 클러스터 또는 인스턴스 풀에 사용할 작업자 노드 수를 지정합니다. 새 작업 클러스터의 경우 '1'과 같이 문자열 형식의 Int32는 numOfWorker가 1이거나 '1:10'이면 1(분)에서 10(최대)으로 자동 크기 조정을 의미합니다. 인스턴스 풀의 경우 문자열 형식 Int32이며 고정된 수의 작업자 노드(예: '2')만 지정할 수 있습니다. newClusterVersion이 지정된 경우 필수입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
newClusterSparkConf 선택적 사용자 지정 Spark 구성 키-값 쌍 집합입니다. azureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
newClusterSparkEnvVars 선택적 사용자 지정 Spark 환경 변수 키-값 쌍 집합입니다. AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars
newClusterVersion 기존 대화형 클러스터를 사용하지 않는 경우 이 작업의 각 실행에 대해 만들어진 새 작업 클러스터 또는 인스턴스 풀 노드의 Spark 버전을 지정합니다. instancePoolId가 지정된 경우 필수입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
policyId 사용자 정의 규칙 집합에 따라 클러스터를 구성하는 기능을 제한하는 정책 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
workspaceResourceId databricks REST API의 작업 영역 리소스 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags

이름 묘사

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf

이름 묘사

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars

이름 묘사

AzureDataExplorerLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureDataExplorer'(필수)
typeProperties Azure Data Explorer(Kusto) 연결된 서비스 속성입니다. AzureDataExplorerLinkedServiceTypeProperties (필수)

AzureDataExplorerLinkedServiceTypeProperties

이름 묘사
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
끝점 Azure Data Explorer의 엔드포인트(엔진의 엔드포인트)입니다. URL은 clusterName>https://<형식입니다.<regionName>.kusto.windows.net. 형식: 문자열(또는 resultType 문자열이 있는 식) any(필수)
servicePrincipalId Azure Data Explorer에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Kusto에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureDataLakeAnalyticsLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureDataLakeAnalytics'(필수)
typeProperties Azure Data Lake Analytics 연결된 서비스 속성입니다. AzureDataLakeAnalyticsLinkedServiceTypeProperties (필수)

AzureDataLakeAnalyticsLinkedServiceTypeProperties

이름 묘사
accountName Azure Data Lake Analytics 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
dataLakeAnalyticsUri Azure Data Lake Analytics URI 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
resourceGroupName Data Lake Analytics 계정 리소스 그룹 이름(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Azure Data Lake Analytics 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure Data Lake Analytics 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
subscriptionId Data Lake Analytics 계정 구독 ID(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

AzureDataLakeStoreLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureDataLakeStore'(필수)
typeProperties Azure Data Lake Store 연결된 서비스 속성입니다. AzureDataLakeStoreLinkedServiceTypeProperties (필수)

AzureDataLakeStoreLinkedServiceTypeProperties

이름 묘사
accountName Data Lake Store 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
dataLakeStoreUri Data Lake Store 서비스 URI. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
resourceGroupName Data Lake Store 계정 리소스 그룹 이름(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Azure Data Lake Store 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure Data Lake Store 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
subscriptionId Data Lake Store 계정 구독 ID(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureFileStorageLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureFileStorage'(필수)
typeProperties Azure File Storage 연결된 서비스 속성입니다. AzureFileStorageLinkedServiceTypeProperties (필수)

AzureFileStorageLinkedServiceTypeProperties

이름 묘사
accountKey 연결 문자열에서 accountKey의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
connectionString 연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
fileShare Azure 파일 공유 이름입니다. accountKey/sasToken을 사용하여 인증할 때 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
호스트 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 서버를 로그온하기 위한 암호입니다. SecretBase
sasToken sas uri에서 sasToken의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
sasUri Azure File 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
serviceEndpoint Azure File Storage 리소스의 파일 서비스 엔드포인트입니다. connectionString, sasUri 속성과 함께 사용할 수 없습니다. 어떤
스냅 사진 Azure 파일 공유 스냅샷 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
userId 서버에 로그온할 사용자 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureFunctionLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureFunction'(필수)
typeProperties Azure Function 연결된 서비스 속성입니다. AzureFunctionLinkedServiceTypeProperties (필수)

AzureFunctionLinkedServiceTypeProperties

이름 묘사
인증 AzureFunction에 연결하는 데 사용되는 인증 유형(MSI를 지정하는 데 필요)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
functionAppUrl Azure 함수 앱의 엔드포인트입니다. URL은 accountName>.azurewebsites.net https://<형식입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
functionKey Azure Function App에 대한 함수 또는 호스트 키입니다. SecretBase
resourceId Azure 함수에 허용되는 토큰 대상 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureKeyVaultLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureKeyVault'(필수)
typeProperties Azure Key Vault 연결된 서비스 속성입니다. AzureKeyVaultLinkedServiceTypeProperties (필수)

AzureKeyVaultLinkedServiceTypeProperties

이름 묘사
baseUrl Azure Key Vault의 기본 URL입니다. 예: https://myakv.vault.azure.net 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference

AzureKeyVaultSecretReference

이름 묘사
secretName Azure Key Vault의 비밀 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
secretVersion Azure Key Vault의 비밀 버전입니다. 기본값은 비밀의 최신 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
가게 Azure Key Vault 연결된 서비스 참조입니다. linkedServiceReference (필수)
비밀의 유형입니다. string(필수)

AzureKeyVaultSecretReference

이름 묘사
secretName Azure Key Vault의 비밀 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
secretVersion Azure Key Vault의 비밀 버전입니다. 기본값은 비밀의 최신 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
가게 Azure Key Vault 연결된 서비스 참조입니다. linkedServiceReference (필수)
비밀의 유형입니다. 'AzureKeyVaultSecret'(필수)

AzureMariaDBLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureMariaDB'(필수)
typeProperties Azure Database for MariaDB 연결된 서비스 속성입니다. AzureMariaDBLinkedServiceTypeProperties (필수)

AzureMariaDBLinkedServiceTypeProperties

이름 묘사
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
pwd 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

AzureMLLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureML'(필수)
typeProperties Azure ML Studio 웹 서비스 연결된 서비스 속성입니다. AzureMLLinkedServiceTypeProperties (필수)

AzureMLLinkedServiceTypeProperties

이름 묘사
apiKey Azure ML 모델 엔드포인트에 액세스하기 위한 API 키입니다. SecretBase(필수)
인증 AzureML에 연결하는 데 사용되는 인증 유형(MSI를 지정하는 데 필요)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
mlEndpoint Azure ML Studio 웹 서비스 엔드포인트에 대한 Batch 실행 REST URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
servicePrincipalId Azure ML Studio 웹 서비스의 ARM 기반 updateResourceEndpoint에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure ML Studio 웹 서비스의 ARM 기반 updateResourceEndpoint에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
updateResourceEndpoint Azure ML Studio 웹 서비스 엔드포인트에 대한 리소스 REST 업데이트 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureMLServiceLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureMLService'(필수)
typeProperties Azure ML Service 연결된 서비스 속성입니다. AzureMLServiceLinkedServiceTypeProperties (필수)

AzureMLServiceLinkedServiceTypeProperties

이름 묘사
인증 AzureML에 연결하는 데 사용되는 인증 유형(MSI를 지정하는 데 필요)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
mlWorkspaceName Azure ML Service 작업 영역 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
resourceGroupName Azure ML Service 작업 영역 리소스 그룹 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
servicePrincipalId 게시된 Azure ML Service 파이프라인의 엔드포인트에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey 게시된 Azure ML Service 파이프라인의 엔드포인트에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
subscriptionId Azure ML Service 작업 영역 구독 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureMySqlLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureMySql'(필수)
typeProperties Azure MySQL 데이터베이스 연결된 서비스 속성입니다. AzureMySqlLinkedServiceTypeProperties (필수)

AzureMySqlLinkedServiceTypeProperties

이름 묘사
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

AzurePostgreSqlLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzurePostgreSql'(필수)
typeProperties Azure PostgreSQL 연결된 서비스 속성입니다. AzurePostgreSqlLinkedServiceTypeProperties (필수)

AzurePostgreSqlLinkedServiceTypeProperties

이름 묘사
commandTimeout 시도를 종료하고 오류를 생성하기 전에 명령을 실행하는 동안 대기하는 시간(초)입니다. 무한대에 대해 0으로 설정합니다. 형식: 정수입니다. 어떤
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다. 어떤
인코딩 PostgreSQL 문자열 데이터를 인코딩/디코딩하는 데 사용할 .NET 인코딩을 가져오거나 설정합니다. 형식: 문자열 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
항구 연결의 포트입니다. 형식: 정수입니다. 어떤
readBufferSize 읽을 때 내부 버퍼가 사용하는 크기를 결정합니다. 데이터베이스에서 큰 값을 전송하는 경우 성능이 향상될 수 있습니다. 형식: 정수입니다. 어떤
서버 연결의 서버 이름입니다. 형식: 문자열입니다. 어떤
sslMode 연결에 대한 SSL 모드입니다. 형식: 정수입니다. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 형식: 정수입니다. 어떤
타임 아웃 시도를 종료하고 오류를 생성하기 전에 연결을 설정하는 동안 대기하는 시간(초)입니다. 형식: 정수입니다. 어떤
표준 시간대 세션 표준 시간대를 가져오거나 설정합니다. 형식: 문자열입니다. 어떤
trustServerCertificate 서버 인증서의 유효성을 검사하지 않고 서버 인증서를 신뢰할지 여부입니다. 형식: 부울. 어떤
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열입니다. 어떤

AzureSearchLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureSearch'(필수)
typeProperties Windows Azure Search Service 연결된 서비스 속성입니다. AzureSearchLinkedServiceTypeProperties (필수)

AzureSearchLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
열쇠 Azure Search 서비스에 대한 관리 키 SecretBase
url Azure Search 서비스의 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

AzureSqlDatabaseLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureSqlDatabase'(필수)
typeProperties Azure SQL Database 연결된 서비스 속성입니다. AzureSqlDatabaseLinkedServiceTypeProperties (필수)

AzureSqlDatabaseLinkedServiceTypeProperties

이름 묘사
alwaysEncryptedSettings Sql은 항상 암호화된 속성입니다. SqlAlwaysEncryptedProperties
applicationIntent 서버에 연결할 때 권장 버전에서 사용하는 애플리케이션 워크로드 유형입니다. 가능한 값은 ReadOnly 및 ReadWrite입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
commandTimeout 명령을 실행하려는 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전의 기본 대기 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
connectRetryCount 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 다시 연결이 시도된 수입니다. 0에서 255 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectRetryInterval 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 각 다시 연결 시도 사이의 시간(초)입니다. 1에서 60 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectTimeout 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전에 서버에 대한 연결을 기다리는 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 권장 버전에서 사용하는 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호화하다 권장 버전에서 사용하는 클라이언트와 서버 간에 전송되는 모든 데이터에 TLS 암호화가 필요한지 여부를 나타냅니다. 가능한 값은 true/yes/mandatory, false/no/optional 및 strict입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
failoverPartner 주 서버가 다운된 경우 연결할 파트너 서버의 이름 또는 주소이며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
hostNameInCertificate 연결에 대한 서버 인증서의 유효성을 검사할 때 사용할 호스트 이름입니다. 지정하지 않으면 데이터 원본의 서버 이름이 인증서 유효성 검사에 사용되며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
integratedSecurity 연결에 사용자 ID 및 암호가 지정되었는지(false인 경우) 또는 현재 Windows 계정 자격 증명이 인증에 사용되는지(true인 경우) 권장 버전에서 사용되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
loadBalanceTimeout 연결이 삭제되기 전에 연결 풀에 있는 최소 시간(초)으로, 권장 버전에서 사용합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
maxPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최대 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
minPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최소 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
multipleActiveResultSets true이면 애플리케이션이 MARS(여러 활성 결과 집합)를 유지할 수 있습니다. false이면 애플리케이션이 권장 버전에서 사용하는 해당 연결에서 다른 일괄 처리를 실행하기 전에 한 일괄 처리의 모든 결과 집합을 처리하거나 취소해야 합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
multiSubnetFailover 애플리케이션이 다른 서브넷의 AlwaysOn AG(가용성 그룹)에 연결하는 경우 MultiSubnetFailover=true를 설정하면 권장 버전에서 사용하는 (현재) 활성 서버에 대한 빠른 검색 및 연결을 제공합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
packetSize 권장 버전에서 사용하는 서버 인스턴스와 통신하는 데 사용되는 네트워크 패킷의 크기(바이트)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
풀링 권장 버전에서 사용하는 연결이 요청될 때마다 연결을 풀하거나 명시적으로 열지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
서버 연결할 SQL Server 인스턴스의 이름 또는 네트워크 주소로, 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
trustServerCertificate 권장 버전에서 사용하는 신뢰의 유효성을 검사하기 위해 인증서 체인을 건너뛰는 동안 채널이 암호화되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
userName 서버에 연결할 때 사용할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureSqlDWLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureSqlDW'(필수)
typeProperties Azure SQL Data Warehouse 연결된 서비스 속성입니다. AzureSqlDWLinkedServiceTypeProperties (필수)

AzureSqlDWLinkedServiceTypeProperties

이름 묘사
applicationIntent 서버에 연결할 때 권장 버전에서 사용하는 애플리케이션 워크로드 유형입니다. 가능한 값은 ReadOnly 및 ReadWrite입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
commandTimeout 명령을 실행하려는 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전의 기본 대기 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
connectRetryCount 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 다시 연결이 시도된 수입니다. 0에서 255 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectRetryInterval 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 각 다시 연결 시도 사이의 시간(초)입니다. 1에서 60 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectTimeout 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전에 서버에 대한 연결을 기다리는 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 권장 버전에서 사용하는 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호화하다 권장 버전에서 사용하는 클라이언트와 서버 간에 전송되는 모든 데이터에 TLS 암호화가 필요한지 여부를 나타냅니다. 가능한 값은 true/yes/mandatory, false/no/optional 및 strict입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
failoverPartner 주 서버가 다운된 경우 연결할 파트너 서버의 이름 또는 주소이며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
hostNameInCertificate 연결에 대한 서버 인증서의 유효성을 검사할 때 사용할 호스트 이름입니다. 지정하지 않으면 데이터 원본의 서버 이름이 인증서 유효성 검사에 사용되며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
integratedSecurity 연결에 사용자 ID 및 암호가 지정되었는지(false인 경우) 또는 현재 Windows 계정 자격 증명이 인증에 사용되는지(true인 경우) 권장 버전에서 사용되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
loadBalanceTimeout 연결이 삭제되기 전에 연결 풀에 있는 최소 시간(초)으로, 권장 버전에서 사용합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
maxPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최대 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
minPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최소 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
multipleActiveResultSets true이면 애플리케이션이 MARS(여러 활성 결과 집합)를 유지할 수 있습니다. false이면 애플리케이션이 권장 버전에서 사용하는 해당 연결에서 다른 일괄 처리를 실행하기 전에 한 일괄 처리의 모든 결과 집합을 처리하거나 취소해야 합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
multiSubnetFailover 애플리케이션이 다른 서브넷의 AlwaysOn AG(가용성 그룹)에 연결하는 경우 MultiSubnetFailover=true를 설정하면 권장 버전에서 사용하는 (현재) 활성 서버에 대한 빠른 검색 및 연결을 제공합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
packetSize 권장 버전에서 사용하는 서버 인스턴스와 통신하는 데 사용되는 네트워크 패킷의 크기(바이트)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
풀링 권장 버전에서 사용하는 연결이 요청될 때마다 연결을 풀하거나 명시적으로 열지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
서버 연결할 SQL Server 인스턴스의 이름 또는 네트워크 주소로, 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Azure SQL Data Warehouse에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure SQL Data Warehouse에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
trustServerCertificate 권장 버전에서 사용하는 신뢰의 유효성을 검사하기 위해 인증서 체인을 건너뛰는 동안 채널이 암호화되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
userName 서버에 연결할 때 사용할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureSqlMILinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureSqlMI'(필수)
typeProperties Azure SQL Managed Instance 연결된 서비스 속성입니다. AzureSqlMILinkedServiceTypeProperties (필수)

AzureSqlMILinkedServiceTypeProperties

이름 묘사
alwaysEncryptedSettings Sql은 항상 암호화된 속성입니다. SqlAlwaysEncryptedProperties
applicationIntent 서버에 연결할 때 권장 버전에서 사용하는 애플리케이션 워크로드 유형입니다. 가능한 값은 ReadOnly 및 ReadWrite입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
commandTimeout 명령을 실행하려는 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전의 기본 대기 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
connectRetryCount 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 다시 연결이 시도된 수입니다. 0에서 255 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectRetryInterval 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 각 다시 연결 시도 사이의 시간(초)입니다. 1에서 60 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectTimeout 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전에 서버에 대한 연결을 기다리는 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 권장 버전에서 사용하는 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호화하다 권장 버전에서 사용하는 클라이언트와 서버 간에 전송되는 모든 데이터에 TLS 암호화가 필요한지 여부를 나타냅니다. 가능한 값은 true/yes/mandatory, false/no/optional 및 strict입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
failoverPartner 주 서버가 다운된 경우 연결할 파트너 서버의 이름 또는 주소이며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
hostNameInCertificate 연결에 대한 서버 인증서의 유효성을 검사할 때 사용할 호스트 이름입니다. 지정하지 않으면 데이터 원본의 서버 이름이 인증서 유효성 검사에 사용되며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
integratedSecurity 연결에 사용자 ID 및 암호가 지정되었는지(false인 경우) 또는 현재 Windows 계정 자격 증명이 인증에 사용되는지(true인 경우) 권장 버전에서 사용되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
loadBalanceTimeout 연결이 삭제되기 전에 연결 풀에 있는 최소 시간(초)으로, 권장 버전에서 사용합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
maxPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최대 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
minPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최소 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
multipleActiveResultSets true이면 애플리케이션이 MARS(여러 활성 결과 집합)를 유지할 수 있습니다. false이면 애플리케이션이 권장 버전에서 사용하는 해당 연결에서 다른 일괄 처리를 실행하기 전에 한 일괄 처리의 모든 결과 집합을 처리하거나 취소해야 합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
multiSubnetFailover 애플리케이션이 다른 서브넷의 AlwaysOn AG(가용성 그룹)에 연결하는 경우 MultiSubnetFailover=true를 설정하면 권장 버전에서 사용하는 (현재) 활성 서버에 대한 빠른 검색 및 연결을 제공합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
packetSize 권장 버전에서 사용하는 서버 인스턴스와 통신하는 데 사용되는 네트워크 패킷의 크기(바이트)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
풀링 권장 버전에서 사용하는 연결이 요청될 때마다 연결을 풀하거나 명시적으로 열지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
서버 연결할 SQL Server 인스턴스의 이름 또는 네트워크 주소로, 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Azure SQL Managed Instance에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure SQL Managed Instance에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
trustServerCertificate 권장 버전에서 사용하는 신뢰의 유효성을 검사하기 위해 인증서 체인을 건너뛰는 동안 채널이 암호화되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
userName 서버에 연결할 때 사용할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureStorageLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureStorage'(필수)
typeProperties Azure Storage 연결된 서비스 속성입니다. AzureStorageLinkedServiceTypeProperties (필수)

AzureStorageLinkedServiceTypeProperties

이름 묘사
accountKey 연결 문자열에서 accountKey의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
connectionString 연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
sasToken sas uri에서 sasToken의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
sasUri Azure Storage 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤

AzureSynapseArtifactsLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureSynapseArtifacts'(필수)
typeProperties Azure Synapse Analytics(아티팩트) 연결된 서비스 속성입니다. AzureSynapseArtifactsLinkedServiceTypeProperties (필수)

AzureSynapseArtifactsLinkedServiceTypeProperties

이름 묘사
인증 시스템 할당 관리 ID를 인증 방법으로 사용하는 경우 MSI를 지정하는 데 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
끝점 작업 영역 이름>.dev.azuresynapse.net, Azure Synapse Analytics 작업 영역 URL을 https://<. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
workspaceResourceId Synapse 작업 영역의 리소스 ID입니다. 형식은 /subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureTableStorageLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureTableStorage'(필수)
typeProperties Azure Table Storage 연결된 서비스 속성입니다. AzureTableStorageLinkedServiceTypeProperties (필수)

AzureTableStorageLinkedServiceTypeProperties

이름 묘사
accountKey 연결 문자열에서 accountKey의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
connectionString 연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
sasToken sas uri에서 sasToken의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
sasUri Azure Storage 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
serviceEndpoint Azure Table Storage 리소스의 Table Service 엔드포인트입니다. connectionString, sasUri 속성과 함께 사용할 수 없습니다. 어떤

CassandraLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Cassandra'(필수)
typeProperties Cassandra 연결된 서비스 속성입니다. CassandraLinkedServiceTypeProperties(필수)

CassandraLinkedServiceTypeProperties

이름 묘사
authenticationType 연결에 사용할 AuthenticationType입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 연결의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
암호 인증을 위한 암호입니다. SecretBase
항구 연결의 포트입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

CommonDataServiceForAppsLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'CommonDataServiceForApps'(필수)
typeProperties 앱용 Common Data Service 연결된 서비스 속성입니다. CommonDataServiceForAppsLinkedServiceTypeProperties(필수)

CommonDataServiceForAppsLinkedServiceTypeProperties

이름 묘사
authenticationType 앱용 Common Data Service 서버에 연결할 인증 유형입니다. 온라인 시나리오의 경우 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd'입니다. 온라인 시나리오에서 서버To-Server 인증을 위한 'AADServicePrincipal', IFD를 사용하는 Dynamics 온-프레미스용 'Active Directory' 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
deploymentType 앱용 Common Data Service 인스턴스의 배포 유형입니다. App Online용 Common Data Service의 경우 'Online'이고 Ifd를 사용하는 앱용 Common Data Service의 경우 'OnPremisesWithIfd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
도메인 사용자 자격 증명을 확인할 Active Directory 도메인입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
hostName 온-프레미스 Common Data Service for Apps 서버의 호스트 이름입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
organizationName 앱용 Common Data Service 인스턴스의 조직 이름입니다. 이 속성은 온-프레미스에 필요하며 사용자와 연결된 앱용 Common Data Service 인스턴스가 둘 이상 있는 경우 온라인용으로 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 앱용 Common Data Service 인스턴스에 액세스하기 위한 암호입니다. SecretBase
항구 앱용 온-프레미스 Common Data Service 서버의 포트입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. 어떤
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId 서버To-Server 인증에 사용되는 Azure Active Directory의 애플리케이션 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
serviceUri 앱용 Microsoft Common Data Service 서버의 URL입니다. 이 속성은 온-프레미스에 필요하고 온-프레미스에는 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
사용자 이름 앱용 Common Data Service 인스턴스에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

ConcurLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Concur'(필수)
typeProperties Concur Service 연결된 서비스 속성입니다. concurLinkedServiceTypeProperties (필수)

ConcurLinkedServiceTypeProperties

이름 묘사
clientId Concur 앱 관리에서 제공하는 애플리케이션 client_id. any(필수)
connectionProperties Concur에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 상호 배타적입니다. Type: object입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤
사용자 이름 Concur Service에 액세스하는 데 사용하는 사용자 이름입니다. any(필수)

CosmosDbLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'CosmosDb'(필수)
typeProperties CosmosDB 연결된 서비스 속성입니다. CosmosDbLinkedServiceTypeProperties(필수)

CosmosDbLinkedServiceTypeProperties

이름 묘사
accountEndpoint Azure CosmosDB 계정의 엔드포인트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식) 어떤
accountKey Azure CosmosDB 계정의 계정 키입니다. 형식: SecureString 또는 AzureKeyVaultSecretReference. SecretBase
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
connectionMode CosmosDB 계정에 액세스하는 데 사용되는 연결 모드입니다. 형식: 문자열입니다. 'Direct'
'게이트웨이'
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식) 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열입니다. 어떤
servicePrincipalId 서버To-Server 인증에 사용되는 Azure Active Directory의 애플리케이션 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

CosmosDbMongoDbApiLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'CosmosDbMongoDbApi'(필수)
typeProperties CosmosDB(MongoDB API) 연결된 서비스 속성입니다. CosmosDbMongoDbApiLinkedServiceTypeProperties(필수)

CosmosDbMongoDbApiLinkedServiceTypeProperties

이름 묘사
connectionString CosmosDB(MongoDB API) 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. any(필수)
데이터베이스 액세스하려는 CosmosDB(MongoDB API) 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
isServerVersionAbove32 CosmosDB(MongoDB API) 서버 버전이 3.2보다 높은지 여부입니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤

CouchbaseLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Couchbase'(필수)
typeProperties Couchbase 서버 연결된 서비스 속성입니다. CouchbaseLinkedServiceTypeProperties(필수)

CouchbaseLinkedServiceTypeProperties

이름 묘사
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
credString 연결 문자열에서 credString의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

CredentialReference

이름 묘사
referenceName 참조 자격 증명 이름입니다. string(필수)
자격 증명 참조 형식입니다. 'CredentialReference'(필수)

CustomDataSourceLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'CustomDataSource'(필수)
typeProperties 사용자 지정 연결된 서비스 속성입니다. any(필수)

DataworldLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Dataworld'(필수)
typeProperties Dataworld 연결된 서비스 속성입니다. dataworldLinkedServiceTypeProperties (필수)

DataworldLinkedServiceTypeProperties

이름 묘사
apiToken Dataworld 원본에 대한 api 토큰입니다. SecretBase(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

Db2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Db2'(필수)
typeProperties DB2 연결된 서비스 속성입니다. Db2LinkedServiceTypeProperties(필수)

Db2LinkedServiceTypeProperties

이름 묘사
authenticationType 연결에 사용할 AuthenticationType입니다. connectionString 속성과 함께 사용할 수 없습니다. '기본'
certificateCommonName TLS를 사용하는 경우 인증서 일반 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
connectionString 연결 문자열입니다. 서버, 데이터베이스, authenticationType, userName, packageCollection 및 certificateCommonName 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
데이터베이스 연결의 데이터베이스 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열입니다. 문자열
packageCollection 데이터베이스를 쿼리할 때 패키지가 만들어지는 위치입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 인증을 위한 암호입니다. SecretBase
서버 연결의 서버 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
사용자 이름 인증을 위한 사용자 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

DrillLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Drill'(필수)
typeProperties 드릴 서버 연결된 서비스 속성입니다. DrillLinkedServiceTypeProperties(필수)

DrillLinkedServiceTypeProperties

이름 묘사
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
pwd 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

DynamicsAXLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'DynamicsAX'(필수)
typeProperties Dynamics AX 연결된 서비스 속성입니다. DynamicsAXLinkedServiceTypeProperties(필수)

DynamicsAXLinkedServiceTypeProperties

이름 묘사
aadResourceId 권한 부여를 요청하는 리소스를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
servicePrincipalId 애플리케이션의 클라이언트 ID를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
servicePrincipalKey 애플리케이션의 키를 지정합니다. 이 필드를 SecureString으로 표시하여 Data Factory에 안전하게 저장하거나 Azure Key Vault에 저장된 비밀을 참조합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase(필수)
테 넌 트 애플리케이션이 상주하는 테넌트 정보(도메인 이름 또는 테넌트 ID)를 지정합니다. Azure Portal의 오른쪽 위 모서리에 마우스를 가져가서 검색합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
url Dynamics AX(또는 Dynamics 365 Finance and Operations) 인스턴스 OData 엔드포인트입니다. any(필수)

DynamicsCrmLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'DynamicsCrm'(필수)
typeProperties Dynamics CRM 연결된 서비스 속성입니다. DynamicsCrmLinkedServiceTypeProperties(필수)

DynamicsCrmLinkedServiceTypeProperties

이름 묘사
authenticationType Dynamics CRM 서버에 연결할 인증 유형입니다. 온라인 시나리오용 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd', 온라인 시나리오에서 서버To-Server 인증의 경우 'AADServicePrincipal', IFD를 사용하는 Dynamics 온-프레미스용 'Active Directory'. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
deploymentType Dynamics CRM 인스턴스의 배포 유형입니다. Dynamics CRM Online의 경우 'Online'이고 Ifd를 사용하는 Dynamics CRM 온-프레미스의 경우 'OnPremisesWithIfd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
도메인 사용자 자격 증명을 확인할 Active Directory 도메인입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
hostName 온-프레미스 Dynamics CRM 서버의 호스트 이름입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
organizationName Dynamics CRM 인스턴스의 조직 이름입니다. 이 속성은 온-프레미스에 필요하며 사용자와 연결된 Dynamics CRM 인스턴스가 둘 이상 있는 경우 온라인에 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 Dynamics CRM 인스턴스에 액세스하기 위한 암호입니다. SecretBase
항구 온-프레미스 Dynamics CRM 서버의 포트입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. 어떤
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId 서버To-Server 인증에 사용되는 Azure Active Directory의 애플리케이션 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
serviceUri Microsoft Dynamics CRM 서버의 URL입니다. 이 속성은 온-프레미스에 필요하고 온-프레미스에는 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
사용자 이름 Dynamics CRM 인스턴스에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

DynamicsLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Dynamics'(필수)
typeProperties Dynamics 연결된 서비스 속성입니다. DynamicsLinkedServiceTypeProperties(필수)

DynamicsLinkedServiceTypeProperties

이름 묘사
authenticationType Dynamics 서버에 연결할 인증 유형입니다. 온라인 시나리오용 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd', 온라인 시나리오에서 서버To-Server 인증의 경우 'AADServicePrincipal', IFD를 사용하는 Dynamics 온-프레미스용 'Active Directory'. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
deploymentType Dynamics 인스턴스의 배포 유형입니다. Dynamics Online의 경우 'Online'이고 Ifd를 사용하는 Dynamics 온-프레미스의 경우 'OnPremisesWithIfd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
도메인 사용자 자격 증명을 확인할 Active Directory 도메인입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
hostName 온-프레미스 Dynamics 서버의 호스트 이름입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
organizationName Dynamics 인스턴스의 조직 이름입니다. 이 속성은 온-프레미스에 필요하며 사용자와 연결된 Dynamics 인스턴스가 둘 이상 있는 경우 온라인에 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 Dynamics 인스턴스에 액세스하기 위한 암호입니다. SecretBase
항구 온-프레미스 Dynamics 서버의 포트입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. 어떤
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId 서버To-Server 인증에 사용되는 Azure Active Directory의 애플리케이션 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
serviceUri Microsoft Dynamics 서버의 URL입니다. 이 속성은 온-프레미스에 필요하고 온-프레미스에는 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
사용자 이름 Dynamics 인스턴스에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

EloquaLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Eloqua'(필수)
typeProperties Eloqua 서버 연결된 서비스 속성입니다. EloquaLinkedServiceTypeProperties(필수)

EloquaLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 Eloqua 서버의 엔드포인트입니다. (즉, eloqua.example.com) any(필수)
암호 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤
사용자 이름 사이트 이름/사용자 이름 형식의 Eloqua 계정의 사이트 이름 및 사용자 이름입니다. (예: 엘로쿠아/앨리스) any(필수)

FileServerLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'FileServer'(필수)
typeProperties 파일 시스템 연결된 서비스 속성입니다. fileServerLinkedServiceTypeProperties (필수)

FileServerLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
암호 서버를 로그온하기 위한 암호입니다. SecretBase
userId 서버에 로그온할 사용자 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

FtpServerLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'FtpServer'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. ftpServerLinkedServiceTypeProperties (필수)

FtpServerLinkedServiceTypeProperties

이름 묘사
authenticationType FTP 서버에 연결하는 데 사용할 인증 유형입니다. '익명'
'기본'
enableServerCertificateValidation true이면 SSL/TLS 채널을 통해 연결할 때 FTP 서버 SSL 인증서의 유효성을 검사합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
enableSsl true이면 SSL/TLS 채널을 통해 FTP 서버에 연결합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 FTP 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
암호 FTP 서버를 로그온하는 암호입니다. SecretBase
항구 FTP 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 21입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. 어떤
userName FTP 서버를 로그온할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

GoogleAdWordsLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'GoogleAdWords'(필수)
typeProperties Google AdWords 서비스 연결된 서비스 속성입니다. GoogleAdWordsLinkedServiceTypeProperties (필수)

GoogleAdWordsLinkedServiceTypeProperties

이름 묘사
authenticationType 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. ServiceAuthentication은 자체 호스팅 IR에서만 사용할 수 있습니다. 'ServiceAuthentication'
'UserAuthentication'
clientCustomerID 보고서 데이터를 가져오려는 애드워즈 계정의 클라이언트 고객 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientId 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientSecret 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. SecretBase
connectionProperties (사용되지 않음) GoogleAds에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 상호 배타적입니다. Type: object입니다. 어떤
developerToken AdWords API에 대한 액세스 권한을 부여하는 데 사용하는 관리자 계정과 연결된 개발자 토큰입니다. SecretBase
메일 주소 ServiceAuthentication에 사용되며 자체 호스팅 IR에서만 사용할 수 있는 서비스 계정 전자 메일 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
googleAdsApiVersion Google Ads API 주 버전(예: v14) 지원되는 주 버전은 https://developers.google.com/google-ads/api/docs/release-notes찾을 수 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
keyFilePath (사용되지 않음) 서비스 계정 전자 메일 주소를 인증하는 데 사용되며 자체 호스팅 IR에서만 사용할 수 있는 .p12 키 파일의 전체 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
loginCustomerID 특정 고객의 보고서 데이터를 가져오려는 Google Ads Manager 계정의 고객 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
privateKey 서비스 계정 전자 메일 주소를 인증하는 데 사용되며 자체 호스팅 IR에서만 사용할 수 있는 프라이빗 키입니다. SecretBase
refreshToken UserAuthentication용 AdWords에 대한 액세스 권한을 부여하기 위해 Google에서 가져온 새로 고침 토큰입니다. SecretBase
supportLegacyDataTypes Google에서 문자열로 float, int32 및 int64를 매핑하는 레거시 데이터 형식 매핑을 사용할지 여부를 지정합니다. 레거시 드라이버의 데이터 형식 매핑과 이전 버전과의 호환성을 유지하려는 경우가 아니면 true로 설정하지 마세요. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
trustedCertPath (사용되지 않음) SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
useSystemTrustStore (사용되지 않음) 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤

GoogleBigQueryLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'GoogleBigQuery'(필수)
typeProperties Google BigQuery 서비스 연결된 서비스 속성입니다. googleBigQueryLinkedServiceTypeProperties (필수)

GoogleBigQueryLinkedServiceTypeProperties

이름 묘사
additionalProjects 액세스할 공용 BigQuery 프로젝트의 쉼표로 구분된 목록입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. ServiceAuthentication은 자체 호스팅 IR에서만 사용할 수 있습니다. 'ServiceAuthentication'
'UserAuthentication'(필수)
clientId 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientSecret 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. SecretBase
메일 주소 ServiceAuthentication에 사용되며 자체 호스팅 IR에서만 사용할 수 있는 서비스 계정 전자 메일 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
keyFilePath 서비스 계정 전자 메일 주소를 인증하는 데 사용되며 자체 호스팅 IR에서만 사용할 수 있는 .p12 키 파일의 전체 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
프로젝트 쿼리할 기본 BigQuery 프로젝트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
refreshToken UserAuthentication에 대한 BigQuery에 대한 액세스 권한을 부여하기 위해 Google에서 얻은 새로 고침 토큰입니다. SecretBase
requestGoogleDriveScope Google 드라이브에 대한 액세스를 요청할지 여부입니다. Google 드라이브 액세스를 허용하면 BigQuery 데이터를 Google Drive의 데이터와 결합하는 페더레이션 테이블을 지원할 수 있습니다. 기본값은 false입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤

GoogleBigQueryV2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'GoogleBigQueryV2'(필수)
typeProperties Google BigQuery 서비스 연결된 서비스 속성입니다. googleBigQueryV2LinkedServiceTypeProperties (필수)

GoogleBigQueryV2LinkedServiceTypeProperties

이름 묘사
authenticationType 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. 'ServiceAuthentication'
'UserAuthentication'(필수)
clientId 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientSecret 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
keyFileContent 서비스 계정을 인증하는 데 사용되는 .json 키 파일의 콘텐츠입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
projectId 쿼리할 기본 BigQuery 프로젝트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
refreshToken UserAuthentication에 대한 BigQuery에 대한 액세스 권한을 부여하기 위해 Google에서 얻은 새로 고침 토큰입니다. SecretBase

GoogleCloudStorageLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'GoogleCloudStorage'(필수)
typeProperties Google Cloud Storage 연결된 서비스 속성입니다. GoogleCloudStorageLinkedServiceTypeProperties (필수)

GoogleCloudStorageLinkedServiceTypeProperties

이름 묘사
accessKeyId Google Cloud Storage IAM(ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
secretAccessKey Google Cloud Storage ID 및 액세스 관리(IAM) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 Google Cloud Storage 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

GoogleSheetsLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'GoogleSheets'(필수)
typeProperties GoogleSheets 연결된 서비스 속성입니다. GoogleSheetsLinkedServiceTypeProperties (필수)

GoogleSheetsLinkedServiceTypeProperties

이름 묘사
apiToken GoogleSheets 원본에 대한 api 토큰입니다. SecretBase(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

GreenplumLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Greenplum'(필수)
typeProperties Greenplum Database 연결된 서비스 속성입니다. GreenplumLinkedServiceTypeProperties(필수)

GreenplumLinkedServiceTypeProperties

이름 묘사
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
pwd 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

HBaseLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'HBase'(필수)
typeProperties HBase 서버 연결된 서비스 속성입니다. HBaseLinkedServiceTypeProperties(필수)

HBaseLinkedServiceTypeProperties

이름 묘사
allowHostNameCNMismatch SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. 어떤
allowSelfSignedServerCert 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 어떤
authenticationType HBase 서버에 연결하는 데 사용할 인증 메커니즘입니다. '익명'
'Basic'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 HBase 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) any(필수)
httpPath HBase 서버에 해당하는 부분 URL입니다. (예: /gateway/sandbox/hbase/version) 어떤
암호 사용자 이름에 해당하는 암호입니다. SecretBase
항구 HBase 인스턴스가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 9090입니다. 어떤
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 어떤
사용자 이름 HBase 인스턴스에 연결하는 데 사용되는 사용자 이름입니다. 어떤

HdfsLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Hdfs'(필수)
typeProperties HDFS 연결된 서비스 속성입니다. hdfsLinkedServiceTypeProperties (필수)

HdfsLinkedServiceTypeProperties

이름 묘사
authenticationType HDFS에 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 Windows입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 Windows 인증에 대한 암호입니다. SecretBase
url HDFS 서비스 엔드포인트의 URL(예: http://myhostname:50070/webhdfs/v1)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userName Windows 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

HDInsightLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'HDInsight'(필수)
typeProperties HDInsight 연결된 서비스 속성입니다. HDInsightLinkedServiceTypeProperties (필수)

HDInsightLinkedServiceTypeProperties

이름 묘사
clusterUri HDInsight 클러스터 URI. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
fileSystem HDInsight의 기본 스토리지가 ADLS Gen2인 경우 FileSystem을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
hcatalogLinkedServiceName HCatalog 데이터베이스를 가리키는 Azure SQL 연결된 서비스에 대한 참조입니다. linkedServiceReference
isEspEnabled ESP(Enterprise Security Package)를 사용하여 HDInsight를 만들 것인지 지정합니다. 형식: 부울. 어떤
linkedServiceName Azure Storage 연결된 서비스 참조입니다. linkedServiceReference
암호 HDInsight 클러스터 암호입니다. SecretBase
userName HDInsight 클러스터 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

HDInsightOnDemandLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'HDInsightOnDemand'(필수)
typeProperties HDInsight 온디맨드 연결된 서비스 속성입니다. HDInsightOnDemandLinkedServiceTypeProperties (필수)

HDInsightOnDemandLinkedServiceTypeProperties

이름 묘사
additionalLinkedServiceNames Data Factory 서비스가 사용자 대신 등록할 수 있도록 HDInsight 연결된 서비스에 대한 추가 스토리지 계정을 지정합니다. linkedServiceReference[]
clusterNamePrefix 클러스터 이름의 접두사, 접두사는 타임스탬프와 구별됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clusterPassword 클러스터에 액세스할 암호입니다. SecretBase
clusterResourceGroup 클러스터가 속한 리소스 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
clusterSize 클러스터의 작업자/데이터 노드 수입니다. 제안 값: 4. 형식: int(또는 resultType int가 있는 식). any(필수)
clusterSshPassword SSH에 대한 암호는 클러스터의 노드(Linux용)를 원격으로 연결합니다. SecretBase
clusterSshUserName SSH에 대한 사용자 이름은 클러스터의 노드(Linux용)에 원격으로 연결됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clusterType 클러스터 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clusterUserName 클러스터에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
coreConfiguration 만들 HDInsight 클러스터에 대한 핵심 구성 매개 변수(core-site.xml)를 지정합니다. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
dataNodeSize HDInsight 클러스터의 데이터 노드 크기를 지정합니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
hBaseConfiguration HDInsight 클러스터에 대한 HBase 구성 매개 변수(hbase-site.xml)를 지정합니다. 어떤
hcatalogLinkedServiceName HCatalog 데이터베이스를 가리키는 Azure SQL 연결된 서비스의 이름입니다. 주문형 HDInsight 클러스터는 Azure SQL 데이터베이스를 메타스토어로 사용하여 만듭니다. linkedServiceReference
hdfsConfiguration HDInsight 클러스터에 대한 HDFS 구성 매개 변수(hdfs-site.xml)를 지정합니다. 어떤
headNodeSize HDInsight 클러스터의 헤드 노드 크기를 지정합니다. 어떤
hiveConfiguration HDInsight 클러스터에 대한 hive 구성 매개 변수(hive-site.xml)를 지정합니다. 어떤
hostSubscriptionId 클러스터를 호스트하는 고객의 구독입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
linkedServiceName 데이터를 저장하고 처리하기 위해 주문형 클러스터에서 사용할 Azure Storage 연결된 서비스입니다. linkedServiceReference (필수)
mapReduceConfiguration HDInsight 클러스터에 대한 MapReduce 구성 매개 변수(mapred-site.xml)를 지정합니다. 어떤
oozieConfiguration HDInsight 클러스터에 대한 Oozie 구성 매개 변수(oozie-site.xml)를 지정합니다. 어떤
scriptActions HDI 온디맨드 클러스터가 작동되면 실행할 사용자 지정 스크립트 작업입니다. /azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions를 참조하세요. ScriptAction[]
servicePrincipalId hostSubscriptionId의 서비스 주체 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey 서비스 주체 ID의 키입니다. SecretBase
sparkVersion 클러스터 유형이 'spark'인 경우 spark의 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
stormConfiguration HDInsight 클러스터에 대한 Storm 구성 매개 변수(storm-site.xml)를 지정합니다. 어떤
subnetName vNet의 서브넷에 대한 ARM 리소스 ID입니다. virtualNetworkId를 지정한 경우 이 속성이 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
테 넌 트 서비스 주체가 속한 테넌트 ID/이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
timeToLive 주문형 HDInsight 클러스터에 허용되는 유휴 시간입니다. 클러스터에 다른 활성 작업이 없는 경우 작업 실행이 완료된 후 주문형 HDInsight 클러스터가 활성 상태로 유지되는 기간을 지정합니다. 최소값은 5분입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
버전 HDInsight 클러스터의 버전입니다.  형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
virtualNetworkId 클러스터를 만든 후 조인해야 하는 vNet의 ARM 리소스 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
yarnConfiguration HDInsight 클러스터에 대한 Yarn 구성 매개 변수(yarn-site.xml)를 지정합니다. 어떤
zookeeperNodeSize HDInsight 클러스터에 대한 Zoo Keeper 노드의 크기를 지정합니다. 어떤

HiveLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Hive'(필수)
typeProperties Hive Server 연결된 서비스 속성입니다. HiveLinkedServiceTypeProperties(필수)

HiveLinkedServiceTypeProperties

이름 묘사
allowHostNameCNMismatch SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. 어떤
allowSelfSignedServerCert 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 어떤
authenticationType Hive 서버에 액세스하는 데 사용되는 인증 방법입니다. '익명'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 여러 호스트에 대해 ';'로 구분된 Hive 서버의 IP 주소 또는 호스트 이름입니다(serviceDiscoveryMode를 사용하는 경우에만). any(필수)
httpPath Hive 서버에 해당하는 부분 URL입니다. 어떤
암호 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
항구 Hive 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 어떤
serverType Hive 서버의 유형입니다. 'HiveServer1'
'HiveServer2'
'HiveThriftServer'
serviceDiscoveryMode ZooKeeper 서비스를 사용함을 나타내려면 true입니다. false가 아닙니다. 어떤
thriftTransportProtocol Thrift 계층에서 사용할 전송 프로토콜입니다. 'Binary'
'HTTP '
'SASL'
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 어떤
useNativeQuery 드라이버에서 네이티브 HiveQL 쿼리를 사용할지 또는 HiveQL에서 동일한 형식으로 변환할지를 지정합니다. 어떤
사용자 이름 Hive Server에 액세스하는 데 사용하는 사용자 이름입니다. 어떤
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 어떤
zooKeeperNameSpace Hive Server 2 노드가 추가되는 ZooKeeper의 네임스페이스입니다. 어떤

HttpLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'HttpServer'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. httpLinkedServiceTypeProperties (필수)

HttpLinkedServiceTypeProperties

이름 묘사
authenticationType HTTP 서버에 연결하는 데 사용할 인증 유형입니다. '익명'
'기본'
'ClientCertificate'
'다이제스트'
'Windows'
authHeaders 권한 부여에 사용되는 RESTful API에 대한 요청의 추가 HTTP 헤더입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다). 어떤
certThumbprint ClientCertificate 인증을 위한 인증서의 지문입니다. 온-프레미스 복사에만 유효합니다. ClientCertificate 인증을 사용한 온-프레미스 복사의 경우 CertThumbprint 또는 EmbeddedCertData/Password를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
embeddedCertData ClientCertificate 인증을 위해 Base64로 인코딩된 인증서 데이터입니다. ClientCertificate 인증을 사용한 온-프레미스 복사의 경우 CertThumbprint 또는 EmbeddedCertData/Password를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
enableServerCertificateValidation true이면 HTTPS 서버 SSL 인증서의 유효성을 검사합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 EmbeddedCertData 인증을 사용하는 기본, 다이제스트, Windows 또는 ClientCertificate의 암호입니다. SecretBase
url HTTP 엔드포인트의 기본 URL(예: https://www.microsoft.com. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userName 기본, 다이제스트 또는 Windows 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

HubspotLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Hubspot'(필수)
typeProperties Hubspot Service 연결된 서비스 속성입니다. HubspotLinkedServiceTypeProperties(필수)

HubspotLinkedServiceTypeProperties

이름 묘사
accessToken OAuth 통합을 처음 인증할 때 가져온 액세스 토큰입니다. SecretBase
clientId Hubspot 애플리케이션과 연결된 클라이언트 ID입니다. any(필수)
clientSecret Hubspot 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
refreshToken OAuth 통합을 처음 인증할 때 가져온 새로 고침 토큰입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

ImpalaLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Impala'(필수)
typeProperties Impala 서버 연결된 서비스 속성입니다. ImpalaLinkedServiceTypeProperties(필수)

ImpalaLinkedServiceTypeProperties

이름 묘사
allowHostNameCNMismatch SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. 어떤
allowSelfSignedServerCert 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 어떤
authenticationType 사용할 인증 유형입니다. '익명'
'SASLUsername'
'UsernameAndPassword'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Impala 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) any(필수)
암호 UsernameAndPassword를 사용할 때 사용자 이름에 해당하는 암호입니다. SecretBase
항구 Impala 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 21050입니다. 어떤
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 어떤
사용자 이름 Impala 서버에 액세스하는 데 사용되는 사용자 이름입니다. SASLUsername을 사용하는 경우 기본값은 익명입니다. 어떤
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 어떤

InformixLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Informix'(필수)
typeProperties Informix 연결된 서비스 속성입니다. InformixLinkedServiceTypeProperties(필수)

InformixLinkedServiceTypeProperties

이름 묘사
authenticationType Informix에 ODBC 데이터 저장소로 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 기본 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
connectionString 연결 문자열의 액세스 권한 없는 자격 증명 부분과 선택적으로 암호화된 자격 증명입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference 또는 resultType 문자열이 있는 식입니다. any(필수)
자격 증명 드라이버별 속성-값 형식으로 지정된 연결 문자열의 액세스 자격 증명 부분입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 기본 인증에 대한 암호입니다. SecretBase
userName 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

IntegrationRuntimeReference

이름 묘사
매개 변수 통합 런타임에 대한 인수입니다. ParameterValueSpecification
referenceName 통합 런타임 이름을 참조합니다. string(필수)
통합 런타임의 유형입니다. 'IntegrationRuntimeReference'(필수)

JiraLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Jira'(필수)
typeProperties Jira 서비스 연결된 서비스 속성입니다. JiraLinkedServiceTypeProperties (필수)

JiraLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Jira 서비스의 IP 주소 또는 호스트 이름입니다. (예: jira.example.com) any(필수)
암호 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
항구 Jira 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 HTTPS를 통해 연결하는 경우 443이고, HTTP를 통해 연결하는 경우 8080입니다. 어떤
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤
사용자 이름 Jira 서비스에 액세스하는 데 사용하는 사용자 이름입니다. any(필수)

LakeHouseLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'LakeHouse'(필수)
typeProperties Microsoft Fabric LakeHouse 연결된 서비스 속성입니다. LakeHouseLinkedServiceTypeProperties(필수)

LakeHouseLinkedServiceTypeProperties

이름 묘사
artifactId Microsoft Fabric LakeHouse 아티팩트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Microsoft Fabric LakeHouse에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Microsoft Fabric LakeHouse에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
workspaceId Microsoft Fabric 작업 영역의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

LinkedService

이름 묘사
주석 연결된 서비스를 설명하는 데 사용할 수 있는 태그 목록입니다. any[]
connectVia 통합 런타임 참조입니다. IntegrationRuntimeReference
묘사 연결된 서비스 설명입니다. 문자열
매개 변수 연결된 서비스에 대한 매개 변수입니다. ParameterDefinitionSpecification
AmazonMWSLinkedService유형에 대해 'AmazonMWS'로 설정합니다. AmazonRdsForOracleLinkedService형식에 대해 'AmazonRdsForOracle'로 설정합니다. AmazonRdsForSqlServerLinkedService형식에 대해 'AmazonRdsForSqlServer'로 설정합니다. AmazonRedshiftLinkedService형식에 대해 'AmazonRedshift'로 설정합니다. AmazonS3LinkedService유형에 대해 'AmazonS3'으로 설정합니다. AmazonS3CompatibleLinkedService형식에 대해 'AmazonS3Compatible'으로 설정합니다. AppFiguresLinkedService형식에 대해 'AppFigures'로 설정합니다. AsanaLinkedService형식에 대해 'Asana'로 설정합니다. AzureBatchLinkedService형식에 대해 'AzureBatch'로 설정합니다. AzureBlobFSLinkedService형식에 대해 'AzureBlobFS'로 설정합니다. AzureBlobStorageLinkedService형식에 대해 'AzureBlobStorage'로 설정합니다. AzureDataExplorerLinkedService형식에 대해 'AzureDataExplorer'로 설정합니다. AzureDataLakeAnalyticsLinkedService형식에 대해 'AzureDataLakeAnalytics'로 설정합니다. AzureDataLakeStoreLinkedService형식에 대해 'AzureDataLakeStore'로 설정합니다. AzureDatabricksLinkedService형식에 대해 'AzureDatabricks'로 설정합니다. AzureDatabricksDeltaLakeLinkedService형식에 대해 'AzureDatabricksDeltaLake'로 설정합니다. AzureFileStorageLinkedService형식에 대해 'AzureFileStorage'로 설정합니다. AzureFunctionLinkedService형식에 대해 'AzureFunction'으로 설정합니다. AzureKeyVaultLinkedService형식에 대해 'AzureKeyVault'로 설정합니다. AzureMLLinkedService형식에 대해 'AzureML'로 설정합니다. AzureMLServiceLinkedService형식에 대해 'AzureMLService'로 설정합니다. AzureMariaDBLinkedService형식에 대해 'AzureMariaDB'로 설정합니다. AzureMySqlLinkedService형식에 대해 'AzureMySql'로 설정합니다. AzurePostgreSqlLinkedService형식에 대해 'AzurePostgreSql'로 설정합니다. AzureSearchLinkedService형식에 대해 'AzureSearch'로 설정합니다. AzureSqlDWLinkedService형식에 대해 'AzureSqlDW'로 설정합니다. AzureSqlDatabaseLinkedService형식에 대해 'AzureSqlDatabase'로 설정합니다. AzureSqlMILinkedService형식에 대해 'AzureSqlMI'로 설정합니다. AzureStorageLinkedService형식에 대해 'AzureStorage'로 설정합니다. AzureSynapseArtifactsLinkedService형식에 대해 'AzureSynapseArtifacts'로 설정합니다. AzureTableStorageLinkedService형식에 대해 'AzureTableStorage'로 설정합니다. CassandraLinkedService형식에 대해 'Cassandra'로 설정합니다. CommonDataServiceForAppsLinkedService형식에 대해 'CommonDataServiceForApps'로 설정합니다. ConcurLinkedService형식에 대해 'Concur'로 설정합니다. CosmosDbLinkedService형식에 대해 'CosmosDb'로 설정합니다. CosmosDbMongoDbApiLinkedService형식에 대해 'CosmosDbMongoDbApi'로 설정합니다. CouchbaseLinkedService형식에 'Couchbase'로 설정합니다. CustomDataSourceLinkedService형식에 대해 'CustomDataSource'로 설정합니다. DataworldLinkedService형식에 대해 'Dataworld'로 설정합니다. 형식 Db2LinkedService'Db2'로 설정합니다. DrillLinkedService형식에 대해 'Drill'으로 설정합니다. DynamicsLinkedService형식에 대해 'Dynamics'로 설정합니다. DynamicsAXLinkedService 형식에 대해 'DynamicsAX'로. DynamicsCrmLinkedService형식에 대해 'DynamicsCrm'으로 설정합니다. EloquaLinkedService형식에 대해 'Eloqua'로 설정합니다. FileServerLinkedService형식에 대해 'FileServer'로 설정합니다. FtpServerLinkedService형식에 대해 'FtpServer'로 설정합니다. GoogleAdWordsLinkedService형식에 대해 'GoogleAdWords'로 설정합니다. GoogleBigQueryLinkedService형식에 대해 'GoogleBigQuery'로 설정합니다. GoogleBigQueryV2LinkedService형식의 경우 'GoogleBigQueryV2'로 설정합니다. GoogleCloudStorageLinkedService형식에 대해 'GoogleCloudStorage'로 설정합니다. GoogleSheetsLinkedService형식에 대해 'GoogleSheets'로 설정합니다. GreenplumLinkedService형식에 대해 'Greenplum'으로 설정합니다. HBaseLinkedService형식에 대해 'HBase'로 설정합니다. HDInsightLinkedService형식에 대해 'HDInsight'로 설정합니다. HDInsightOnDemandLinkedService형식에 대해 'HDInsightOnDemand'로 설정합니다. hdfsLinkedService형식에 대해 'Hdfs'로 설정합니다. HiveLinkedService형식에 대해 'Hive'로 설정합니다. 형식 HttpLinkedService대해 'HttpServer'로 설정합니다. HubspotLinkedService형식에 대해 'Hubspot'으로 설정합니다. 유형 ImpalaLinkedService'Impala'로 설정합니다. InformixLinkedService형식 'Informix'로 설정합니다. JiraLinkedService형식 'Jira'로 설정합니다. LakeHouseLinkedService유형에 대해 'LakeHouse'로 설정합니다. MagentoLinkedService형식에 대해 'Magento'로 설정합니다. MariaDBLinkedService형식에 대해 'MariaDB'로 설정합니다. MarketoLinkedService유형에 대해 'Marketo'로 설정합니다. MicrosoftAccessLinkedService형식에 대해 'MicrosoftAccess'로 설정합니다. MongoDbLinkedService형식에 대해 'MongoDb'로 설정합니다. MongoDbAtlasLinkedService형식에 대해 'MongoDbAtlas'로 설정합니다. MongoDbV2LinkedService형식에 대해 'MongoDbV2'로 설정합니다. MySqlLinkedService형식에 대해 'MySql'로 설정합니다. NetezzaLinkedService형식에 대해 'Netezza'로 설정합니다. ODataLinkedService형식에 대해 'OData'로 설정합니다. OdbcLinkedService형식에 대해 'Odbc'로 설정합니다. Office365LinkedService형식의 경우 'Office365'로 설정합니다. OracleLinkedService형식에 대해 'Oracle'로 설정합니다. OracleCloudStorageLinkedService형식에 대해 'OracleCloudStorage'로 설정합니다. OracleServiceCloudLinkedService형식에 대해 'OracleServiceCloud'로 설정합니다. PaypalLinkedService형식에 대해 'PayPal'로 . PhoenixLinkedService형식을 'Phoenix'로 설정합니다. PostgreSqlLinkedService형식에 대해 'PostgreSql'로 설정합니다. PostgreSqlV2LinkedService형식에 대해 'PostgreSqlV2'로 설정합니다. PrestoLinkedService형식에 대해 'Presto'로 설정합니다. QuickBooksLinkedService형식에 대해 'QuickBooks'로 설정합니다. QuickbaseLinkedService형식에 대해 'Quickbase'로 설정합니다. ResponsysLinkedService형식에 대해 'Responsys'로 설정합니다. RestServiceLinkedService형식에 대해 'RestService'로 설정합니다. SalesforceLinkedService형식에 대해 'Salesforce'로 설정합니다. SalesforceMarketingCloudLinkedService형식 'SalesforceMarketingCloud'로 설정합니다. SalesforceServiceCloudLinkedService형식에 대해 'SalesforceServiceCloud'로 설정합니다. SalesforceServiceCloudV2LinkedService형식에 대해 'SalesforceServiceCloudV2'로 설정합니다. SalesforceV2LinkedService형식에 대해 'SalesforceV2'로 설정합니다. SapBWLinkedService형식에 대해 'SapBW'로 설정합니다. SapCloudForCustomerLinkedService형식에 대해 'SapCloudForCustomer'로 설정합니다. SapEccLinkedService형식에 대해 'SapEcc'로 설정합니다. SapHanaLinkedService형식에 대해 'SapHana'로 설정합니다. SapOdpLinkedService형식에 대해 'SapOdp'로 설정합니다. SapOpenHubLinkedService형식에 대해 'SapOpenHub'로 설정합니다. sapTableLinkedService형식에 대해 'SapTable'로 설정합니다. ServiceNowLinkedService형식에 대해 'ServiceNow'로 설정합니다. ServiceNowV2LinkedService형식에 대해 'ServiceNowV2'로 설정합니다. SftpServerLinkedService형식에 대해 'Sftp'로 설정합니다. SharePointOnlineListLinkedService형식에 대해 'SharePointOnlineList'로 설정합니다. ShopifyLinkedService유형에 대해 'Shopify'로 설정합니다. SmartsheetLinkedService형식에 대해 'Smartsheet'로 설정합니다. SnowflakeLinkedService유형에 대해 'Snowflake'로 설정합니다. SnowflakeV2LinkedService형식에 대해 'SnowflakeV2'로 설정합니다. SparkLinkedService형식에 대해 'Spark'로 설정합니다. 형식 SqlServerLinkedService대해 'SqlServer'로 설정합니다. SquareLinkedService형식에 대해 'Square'로 설정합니다. SybaseLinkedService형식에 대해 'Sybase'로 설정합니다. TeamDeskLinkedService형식에 대해 'TeamDesk'로 설정합니다. TeradataLinkedService형식에 대해 'Teradata'로 설정합니다. TwilioLinkedService형식에 대해 'Twilio'로 설정합니다. VerticaLinkedService형식에 대해 'Vertica'로 설정합니다. WarehouseLinkedService유형에 대해 'Warehouse'로 설정합니다. WebLinkedService형식에 대해 'Web'으로 설정합니다. XeroLinkedService형식에 대해 'Xero'로 설정합니다. ZendeskLinkedService형식에 대해 'Zendesk'로 설정합니다. ZohoLinkedService형식 'Zoho'로 설정합니다. 'AmazonMWS'
'AmazonRdsForOracle'
'AmazonRdsForSqlServer'
'아마존레드시프'
'AmazonS3'
'AmazonS3Compatible'
'AppFigures'
'Asana'
'AzureBatch'
'AzureBlobFS'
'AzureBlobStorage'
'AzureDatabricks'
'AzureDatabricksDeltaLake'
'AzureDataExplorer'
'AzureDataLakeAnalytics'
'AzureDataLakeStore'
'AzureFileStorage'
'AzureFunction'
'AzureKeyVault'
'AzureMariaDB'
'AzureML'
'AzureMLService'
'AzureMySql'
'AzurePostgreSql'
'AzureSearch'
'AzureSqlDatabase'
'AzureSqlDW'
'AzureSqlMI'
'AzureStorage'
'AzureSynapseArtifacts'
'AzureTableStorage'
'Cassandra'
'CommonDataServiceForApps'
'Concur'
'CosmosDb'
'CosmosDbMongoDbApi'
'Couchbase'
'CustomDataSource'
'Dataworld'
'Db2'
'Drill'
'Dynamics'
'DynamicsAX'
'DynamicsCrm'
'엘로쿠아'
'FileServer'
'FtpServer'
'GoogleAdWords'
'GoogleBigQuery'
'GoogleBigQueryV2'
'GoogleCloudStorage'
'GoogleSheets'
'Greenplum'
'HBase'
'Hdfs'
'HDInsight'
'HDInsightOnDemand'
'Hive'
'HttpServer'
'Hubspot'
'임팔라'
'Informix'
'Jira'
'레이크하우스'
'Magento'
'MariaDB'
'Marketo'
'MicrosoftAccess'
'MongoDb'
'MongoDbAtlas'
'MongoDbV2'
'MySql'
'Netezza'
'OData'
'Odbc'
'Office365'
'Oracle'
'OracleCloudStorage'
'OracleServiceCloud'
'PayPal'
'피닉스'
'PostgreSql'
'PostgreSqlV2'
'Presto'
'Quickbase'
'QuickBooks'
'Responsys'
'RestService'
'Salesforce'
'SalesforceMarketingCloud'
'SalesforceServiceCloud'
'SalesforceServiceCloudV2'
'SalesforceV2'
'SapBW'
'SapCloudForCustomer'
'SapEcc'
'SapHana'
'SapOdp'
'SapOpenHub'
'SapTable'
'ServiceNow'
'ServiceNowV2'
'Sftp'
'SharePointOnlineList'
'Shopify'
'Smartsheet'
'눈송이'
'SnowflakeV2'
'Spark'
'SqlServer'
'Square'
'Sybase'
'TeamDesk'
'Teradata'
'트윌리오'
'버티카'
'Warehouse'
'웹'
'Xero'
'Zendesk'
'Zoho'(필수)
버전 연결된 서비스의 버전입니다. 문자열

LinkedServiceReference

이름 묘사
매개 변수 LinkedService에 대한 인수입니다. ParameterValueSpecification
referenceName LinkedService 이름을 참조합니다. string(필수)
연결된 서비스 참조 형식입니다. 'LinkedServiceReference'(필수)

MagentoLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Magento'(필수)
typeProperties Magento 서버 연결된 서비스 속성입니다. MagentoLinkedServiceTypeProperties(필수)

MagentoLinkedServiceTypeProperties

이름 묘사
accessToken Magento의 액세스 토큰입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Magento 인스턴스의 URL입니다. (예: 192.168.222.110/magento3) any(필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

MariaDBLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'MariaDB'(필수)
typeProperties MariaDB 서버 연결된 서비스 속성입니다. MariaDBLinkedServiceTypeProperties(필수)

MariaDBLinkedServiceTypeProperties

이름 묘사
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다. 어떤
driverVersion MariaDB 드라이버의 버전입니다. 형식: 문자열입니다. 레거시 드라이버의 경우 V1 또는 비어 있음, 새 드라이버의 경우 V2입니다. V1은 연결 문자열 및 속성 모음을 지원할 수 있으며 V2는 연결 문자열만 지원할 수 있습니다. 레거시 드라이버는 2024년 10월까지 사용 중단될 예정입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
항구 연결의 포트입니다. 형식: 정수입니다. 어떤
서버 연결의 서버 이름입니다. 형식: 문자열입니다. 어떤
sslMode 이 옵션은 MariaDB에 연결할 때 드라이버가 TLS 암호화 및 확인을 사용하는지 여부를 지정합니다. 예를 들어 SSLMode=<0/1/2/3/4>. 옵션: DISABLED (0) / PREFERRED (1)(기본값) / REQUIRED (2) / VERIFY_CA (3) / VERIFY_IDENTITY (4), REQUIRED (2)는 SSL / TLS로 암호화 된 연결만 허용하는 것이 좋습니다. 어떤
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열입니다. 어떤
useSystemTrustStore 이 옵션은 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 예: UseSystemTrustStore=<0/1>; 옵션: 사용(1) / 사용 안 함(0)(기본값) 어떤

MarketoLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Marketo'(필수)
typeProperties Marketo 서버 연결된 서비스 속성입니다. MarketoLinkedServiceTypeProperties(필수)

MarketoLinkedServiceTypeProperties

이름 묘사
clientId Marketo 서비스의 클라이언트 ID입니다. any(필수)
clientSecret Marketo 서비스의 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 Marketo 서버의 엔드포인트입니다. (예: 123-ABC-321.mktorest.com) any(필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

Microsoft.DataFactory/factoryies/linkedservices

이름 묘사
apiVersion api 버전 '2018-06-01'
이름 리소스 이름 문자열

제약 조건:
최소 길이 = 1
최대 길이 = 1
패턴 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$(필수)
속성 연결된 서비스의 속성입니다. linkedService (필수)
리소스 종류 'Microsoft.DataFactory/factoryies/linkedservices'

MicrosoftAccessLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'MicrosoftAccess'(필수)
typeProperties Microsoft Access 연결된 서비스 속성입니다. MicrosoftAccessLinkedServiceTypeProperties (필수)

MicrosoftAccessLinkedServiceTypeProperties

이름 묘사
authenticationType Microsoft Access에 ODBC 데이터 저장소로 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 기본 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
connectionString 연결 문자열의 액세스 권한 없는 자격 증명 부분과 선택적으로 암호화된 자격 증명입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference 또는 resultType 문자열이 있는 식입니다. any(필수)
자격 증명 드라이버별 속성-값 형식으로 지정된 연결 문자열의 액세스 자격 증명 부분입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 기본 인증에 대한 암호입니다. SecretBase
userName 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

MongoDbAtlasLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'MongoDbAtlas'(필수)
typeProperties MongoDB Atlas 연결된 서비스 속성입니다. MongoDbAtlasLinkedServiceTypeProperties(필수)

MongoDbAtlasLinkedServiceTypeProperties

이름 묘사
connectionString MongoDB Atlas 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. any(필수)
데이터베이스 액세스하려는 MongoDB Atlas 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
driverVersion 선택할 드라이버 버전입니다. 허용되는 값은 v1 및 v2입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

MongoDbLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'MongoDb'(필수)
typeProperties MongoDB 연결된 서비스 속성입니다. MongoDbLinkedServiceTypeProperties(필수)

MongoDbLinkedServiceTypeProperties

이름 묘사
allowSelfSignedServerCert 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
authenticationType MongoDB 데이터베이스에 연결하는 데 사용할 인증 유형입니다. '익명'
'기본'
authSource 사용자 이름 및 암호를 확인하는 데이터베이스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
databaseName 액세스하려는 MongoDB 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 인증을 위한 암호입니다. SecretBase
항구 MongoDB 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 27017입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. 어떤
서버 MongoDB 서버의 IP 주소 또는 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

MongoDbV2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'MongoDbV2'(필수)
typeProperties MongoDB 연결된 서비스 속성입니다. MongoDbV2LinkedServiceTypeProperties(필수)

MongoDbV2LinkedServiceTypeProperties

이름 묘사
connectionString MongoDB 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. any(필수)
데이터베이스 액세스하려는 MongoDB 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

MySqlLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'MySql'(필수)
typeProperties MySQL 연결된 서비스 속성입니다. mySqlLinkedServiceTypeProperties (필수)

MySqlLinkedServiceTypeProperties

이름 묘사
allowZeroDateTime 이렇게 하면 데이터베이스에서 특수 "0" 날짜 값 0000-00-00을 검색할 수 있습니다. 형식: 부울. 어떤
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
connectionTimeout 시도를 종료하고 오류를 생성하기 전에 서버에 대한 연결을 기다리는 시간(초)입니다. 형식: 정수입니다. 어떤
convertZeroDateTime 값이 허용되지 않는 날짜 또는 날짜/시간 열에 대해 DateTime.MinValue를 반환하려면 True입니다. 형식: 부울. 어떤
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다. 어떤
driverVersion MySQL 드라이버의 버전입니다. 형식: 문자열입니다. 레거시 드라이버의 경우 V1 또는 비어 있음, 새 드라이버의 경우 V2입니다. V1은 연결 문자열 및 속성 모음을 지원할 수 있으며 V2는 연결 문자열만 지원할 수 있습니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
guidFormat GUID로 읽어야 하는 열 형식(있는 경우)을 결정합니다. 형식: 문자열입니다. 없음: 열 형식이 자동으로 Guid로 읽혀지지 않습니다. Char36: 모든 CHAR(36) 열은 UUID와 일치하는 하이픈이 있는 소문자 16진수로 Guid로 읽거나 씁니다. 어떤
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
항구 연결의 포트입니다. 형식: 정수입니다. 어떤
서버 연결의 서버 이름입니다. 형식: 문자열입니다. 어떤
sslCert PEM 형식의 클라이언트 SSL 인증서 파일 경로입니다. SslKey도 지정해야 합니다. 형식: 문자열입니다. 어떤
sslKey PEM 형식의 클라이언트 SSL 프라이빗 키 경로입니다. SslCert도 지정해야 합니다. 형식: 문자열입니다. 어떤
sslMode 연결에 대한 SSL 모드입니다. 형식: 정수입니다. 0: disable, 1: prefer, 2: require, 3: verify-ca, 4: verify-full. 어떤
treatTinyAsBoolean true로 설정하면 TINYINT(1) 값이 부울로 반환됩니다. 형식: 부울. 어떤
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열입니다. 어떤
useSystemTrustStore 연결에 시스템 신뢰 저장소를 사용합니다. 형식: 정수입니다. 0: enable, 1: disable. 어떤

NetezzaLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Netezza'(필수)
typeProperties Netezza 연결된 서비스 속성입니다. NetezzaLinkedServiceTypeProperties(필수)

NetezzaLinkedServiceTypeProperties

이름 묘사
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
pwd 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

ODataLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'OData'(필수)
typeProperties OData 연결된 서비스 속성입니다. ODataLinkedServiceTypeProperties (필수)

ODataLinkedServiceTypeProperties

이름 묘사
aadResourceId 디렉터리를 사용하도록 권한 부여를 요청하는 리소스를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
aadServicePrincipalCredentialType 서비스 주체에 사용되는 자격 증명 유형(키 또는 인증서)을 지정합니다. 'ServicePrincipalCert'
'ServicePrincipalKey'
authenticationType OData 서비스에 연결하는 데 사용되는 인증 유형입니다. 'AadServicePrincipal'
'익명'
'기본'
'ManagedServiceIdentity'
'Windows'
authHeaders 권한 부여에 사용되는 RESTful API에 대한 요청의 추가 HTTP 헤더입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다). 어떤
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 OData 서비스의 암호입니다. SecretBase
servicePrincipalEmbeddedCert Azure Active Directory에 등록된 애플리케이션의 base64로 인코딩된 인증서를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalEmbeddedCertPassword 인증서에 암호가 있고 AadServicePrincipal 인증을 사용하는 경우 인증서의 암호를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalId Azure Active Directory에 등록된 애플리케이션의 애플리케이션 ID를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure Active Directory에 등록된 애플리케이션의 비밀을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
테 넌 트 애플리케이션이 상주하는 테넌트 정보(도메인 이름 또는 테넌트 ID)를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
url OData 서비스 엔드포인트의 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userName OData 서비스의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

OdbcLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Odbc'(필수)
typeProperties ODBC 연결된 서비스 속성입니다. OdbcLinkedServiceTypeProperties(필수)

OdbcLinkedServiceTypeProperties

이름 묘사
authenticationType ODBC 데이터 저장소에 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 기본 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
connectionString 연결 문자열의 액세스 권한 없는 자격 증명 부분과 선택적으로 암호화된 자격 증명입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference 또는 resultType 문자열이 있는 식입니다. any(필수)
자격 증명 드라이버별 속성-값 형식으로 지정된 연결 문자열의 액세스 자격 증명 부분입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 기본 인증에 대한 암호입니다. SecretBase
userName 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

Office365LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Office365'(필수)
typeProperties Office365 연결된 서비스 속성입니다. office365LinkedServiceTypeProperties (필수)

Office365LinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
office365TenantId Office 365 계정이 속한 Azure 테넌트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
servicePrincipalId 애플리케이션의 클라이언트 ID를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
servicePrincipalKey 애플리케이션의 키를 지정합니다. SecretBase(필수)
servicePrincipalTenantId Azure AD 웹 애플리케이션이 상주하는 테넌트 정보를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

OracleCloudStorageLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'OracleCloudStorage'(필수)
typeProperties Oracle Cloud Storage 연결된 서비스 속성입니다. OracleCloudStorageLinkedServiceTypeProperties (필수)

OracleCloudStorageLinkedServiceTypeProperties

이름 묘사
accessKeyId Oracle IAM(Cloud Storage ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
secretAccessKey Oracle IAM(Cloud Storage ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 Oracle Cloud Storage 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

OracleLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Oracle'(필수)
typeProperties Oracle 데이터베이스 연결된 서비스 속성입니다. OracleLinkedServiceTypeProperties (필수)

OracleLinkedServiceTypeProperties

이름 묘사
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

OracleServiceCloudLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'OracleServiceCloud'(필수)
typeProperties Oracle Service Cloud 연결된 서비스 속성입니다. OracleServiceCloudLinkedServiceTypeProperties(필수)

OracleServiceCloudLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Oracle Service Cloud 인스턴스의 URL입니다. any(필수)
암호 사용자 이름 키에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase(필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
사용자 이름 Oracle Service Cloud 서버에 액세스하는 데 사용하는 사용자 이름입니다. any(필수)

ParameterDefinitionSpecification

이름 묘사

ParameterSpecification

이름 묘사
defaultValue 매개 변수의 기본값입니다. 어떤
매개 변수 형식입니다. 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String'(필수)

ParameterValueSpecification

이름 묘사

ParameterValueSpecification

이름 묘사

PaypalLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'PayPal'(필수)
typeProperties PayPal 서비스 연결된 서비스 속성입니다. paypalLinkedServiceTypeProperties (필수)

PaypalLinkedServiceTypeProperties

이름 묘사
clientId PayPal 애플리케이션과 연결된 클라이언트 ID입니다. any(필수)
clientSecret PayPal 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 PayPal 인스턴스의 URL입니다. (예: api.sandbox.paypal.com) any(필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

PhoenixLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Phoenix'(필수)
typeProperties Phoenix 서버 연결된 서비스 속성입니다. PhoenixLinkedServiceTypeProperties(필수)

PhoenixLinkedServiceTypeProperties

이름 묘사
allowHostNameCNMismatch SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. 어떤
allowSelfSignedServerCert 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 어떤
authenticationType Phoenix 서버에 연결하는 데 사용되는 인증 메커니즘입니다. '익명'
'UsernameAndPassword'
'WindowsAzureHDInsightService'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Phoenix 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) any(필수)
httpPath Phoenix 서버에 해당하는 부분 URL입니다. (예: /gateway/sandbox/phoenix/version). WindowsAzureHDInsightService를 사용하는 경우 기본값은 hbasephoenix입니다. 어떤
암호 사용자 이름에 해당하는 암호입니다. SecretBase
항구 Phoenix 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 8765입니다. 어떤
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 어떤
사용자 이름 Phoenix 서버에 연결하는 데 사용되는 사용자 이름입니다. 어떤
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 어떤

PostgreSqlLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'PostgreSql'(필수)
typeProperties PostgreSQL 연결된 서비스 속성입니다. PostgreSqlLinkedServiceTypeProperties(필수)

PostgreSqlLinkedServiceTypeProperties

이름 묘사
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

PostgreSqlV2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'PostgreSqlV2'(필수)
typeProperties PostgreSQLV2 연결된 서비스 속성입니다. PostgreSqlV2LinkedServiceTypeProperties(필수)

PostgreSqlV2LinkedServiceTypeProperties

이름 묘사
authenticationType 사용할 인증 유형입니다. 형식: 문자열입니다. any(필수)
commandTimeout 시도를 종료하고 오류를 생성하기 전에 명령을 실행하는 동안 대기하는 시간(초)입니다. 무한대에 대해 0으로 설정합니다. 형식: 정수입니다. 어떤
connectionTimeout 시도를 종료하고 오류를 생성하기 전에 연결을 설정하는 동안 대기하는 시간(초)입니다. 형식: 정수입니다. 어떤
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다. any(필수)
인코딩 PostgreSQL 문자열 데이터를 인코딩/디코딩하는 데 사용할 .NET 인코딩을 가져오거나 설정합니다. 형식: 문자열 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
logParameters 사용하도록 설정하면 명령이 실행될 때 매개 변수 값이 기록됩니다. 형식: 부울. 어떤
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. 형식: 문자열입니다. AzureKeyVaultSecretReference
풀링 연결 풀링을 사용해야 하는지 여부입니다. 형식: 부울. 어떤
항구 연결의 포트입니다. 형식: 정수입니다. 어떤
readBufferSize 읽을 때 내부 버퍼가 사용하는 크기를 결정합니다. 데이터베이스에서 큰 값을 전송하는 경우 성능이 향상될 수 있습니다. 형식: 정수입니다. 어떤
스키마 스키마 검색 경로를 설정합니다. 형식: 문자열입니다. 어떤
서버 연결의 서버 이름입니다. 형식: 문자열입니다. any(필수)
sslCertificate 서버로 보낼 클라이언트 인증서의 위치입니다. 형식: 문자열입니다. 어떤
sslKey 서버로 보낼 클라이언트 인증서의 클라이언트 키 위치입니다. 형식: 문자열입니다. 어떤
sslMode 연결에 대한 SSL 모드입니다. 형식: 정수입니다. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 형식: 정수입니다. any(필수)
sslPassword 클라이언트 인증서의 키에 대한 암호입니다. 형식: 문자열입니다. 어떤
표준 시간대 세션 표준 시간대를 가져오거나 설정합니다. 형식: 문자열입니다. 어떤
trustServerCertificate 서버 인증서의 유효성을 검사하지 않고 서버 인증서를 신뢰할지 여부입니다. 형식: 부울. 어떤
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열입니다. any(필수)

PrestoLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Presto'(필수)
typeProperties Presto 서버 연결된 서비스 속성입니다. PrestoLinkedServiceTypeProperties(필수)

PrestoLinkedServiceTypeProperties

이름 묘사
allowHostNameCNMismatch SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. 어떤
allowSelfSignedServerCert 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 어떤
authenticationType Presto 서버에 연결하는 데 사용되는 인증 메커니즘입니다. '익명'
'LDAP'(필수)
카탈로그 서버에 대한 모든 요청에 대한 카탈로그 컨텍스트입니다. any(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Presto 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) any(필수)
암호 사용자 이름에 해당하는 암호입니다. SecretBase
항구 Presto 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 8080입니다. 어떤
serverVersion Presto 서버의 버전입니다. (예: 0.148-t) any(필수)
timeZoneID 연결에서 사용하는 현지 표준 시간대입니다. 이 옵션의 유효한 값은 IANA 표준 시간대 데이터베이스에 지정됩니다. 기본값은 시스템 표준 시간대입니다. 어떤
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 어떤
사용자 이름 Presto 서버에 연결하는 데 사용되는 사용자 이름입니다. 어떤
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 어떤

QuickbaseLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Quickbase'(필수)
typeProperties 빠른베이스 연결된 서비스 속성입니다. QuickbaseLinkedServiceTypeProperties (필수)

QuickbaseLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
url Quickbase 원본을 연결할 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userToken Quickbase 원본에 대한 사용자 토큰입니다. SecretBase(필수)

QuickBooksLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'QuickBooks'(필수)
typeProperties QuickBooks 서버 연결된 서비스 속성입니다. QuickBooksLinkedServiceTypeProperties (필수)

QuickBooksLinkedServiceTypeProperties

이름 묘사
accessToken OAuth 1.0 인증에 대한 액세스 토큰입니다. SecretBase
accessTokenSecret OAuth 1.0 인증에 대한 액세스 토큰 비밀입니다. SecretBase
companyId 권한을 부여할 QuickBooks 회사의 회사 ID입니다. 어떤
connectionProperties QuickBooks에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 상호 배타적입니다. Type: object입니다. 어떤
consumerKey OAuth 1.0 인증에 대한 소비자 키입니다. 어떤
consumerSecret OAuth 1.0 인증에 대한 소비자 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 QuickBooks 서버의 엔드포인트입니다. (예: quickbooks.api.intuit.com) 어떤
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤

ResponsysLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Responsys'(필수)
typeProperties Responsys 연결된 서비스 속성입니다. ResponsysLinkedServiceTypeProperties(필수)

ResponsysLinkedServiceTypeProperties

이름 묘사
clientId Responsys 애플리케이션과 연결된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
clientSecret Responsys 애플리케이션과 연결된 클라이언트 암호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 Responsys 서버의 엔드포인트입니다. any(필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤

RestServiceLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'RestService'(필수)
typeProperties Rest Service 연결된 서비스 속성입니다. RestServiceLinkedServiceTypeProperties(필수)

RestServiceLinkedServiceTypeProperties

이름 묘사
aadResourceId 사용할 권한 부여를 요청하는 리소스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType REST 서비스에 연결하는 데 사용되는 인증 유형입니다. 'AadServicePrincipal'
'익명'
'기본'
'ManagedServiceIdentity'
'OAuth2ClientCredential'(필수)
authHeaders 권한 부여에 사용되는 RESTful API에 대한 요청의 추가 HTTP 헤더입니다. Type: object(또는 resultType 개체가 있는 Expression). 어떤
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientId 애플리케이션과 연결된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientSecret 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
enableServerCertificateValidation 엔드포인트에 연결할 때 서버 쪽 SSL 인증서의 유효성을 검사할지 여부입니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 기본 인증 유형에 사용되는 암호입니다. SecretBase
자원 액세스가 요청될 대상 서비스 또는 리소스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
범위 필요한 액세스 범위입니다. 어떤 종류의 액세스가 요청되는지 설명합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalEmbeddedCert Azure Active Directory에 등록된 애플리케이션의 base64로 인코딩된 인증서를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalEmbeddedCertPassword 인증서에 암호가 있고 AadServicePrincipal 인증을 사용하는 경우 인증서의 암호를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalId AadServicePrincipal 인증 유형에 사용되는 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey AadServicePrincipal 인증 유형에 사용되는 애플리케이션의 키입니다. SecretBase
테 넌 트 애플리케이션이 상주하는 AadServicePrincipal 인증 유형에 사용되는 테넌트 정보(도메인 이름 또는 테넌트 ID)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
tokenEndpoint 액세스 토큰을 획득할 권한 부여 서버의 토큰 엔드포인트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
url REST 서비스의 기본 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userName 기본 인증 유형에 사용되는 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SalesforceLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Salesforce'(필수)
typeProperties Salesforce 연결된 서비스 속성입니다. SalesforceLinkedServiceTypeProperties(필수)

SalesforceLinkedServiceTypeProperties

이름 묘사
apiVersion ADF에 사용되는 Salesforce API 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
environmentUrl Salesforce 인스턴스의 URL입니다. 기본값은 'https://login.salesforce.com'입니다. 샌드박스에서 데이터를 복사하려면 'https://test.salesforce.com'을 지정합니다. 사용자 지정 도메인에서 데이터를 복사하려면 'https://[domain].my.salesforce.com'을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 Salesforce 인스턴스의 기본 인증에 대한 암호입니다. SecretBase
securityToken 보안 토큰은 Salesforce 인스턴스에 원격으로 액세스하는 선택 사항입니다. SecretBase
사용자 이름 Salesforce 인스턴스의 기본 인증에 대한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SalesforceMarketingCloudLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SalesforceMarketingCloud'(필수)
typeProperties Salesforce Marketing Cloud 연결된 서비스 속성입니다. SalesforceMarketingCloudLinkedServiceTypeProperties(필수)

SalesforceMarketingCloudLinkedServiceTypeProperties

이름 묘사
clientId Salesforce Marketing Cloud 애플리케이션과 연결된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientSecret Salesforce Marketing Cloud 애플리케이션과 연결된 클라이언트 암호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
connectionProperties Salesforce Marketing Cloud에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 상호 배타적입니다. Type: object입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤

SalesforceServiceCloudLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SalesforceServiceCloud'(필수)
typeProperties Salesforce Service Cloud 연결된 서비스 속성입니다. SalesforceServiceCloudLinkedServiceTypeProperties(필수)

SalesforceServiceCloudLinkedServiceTypeProperties

이름 묘사
apiVersion ADF에 사용되는 Salesforce API 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
environmentUrl Salesforce Service Cloud 인스턴스의 URL입니다. 기본값은 'https://login.salesforce.com'입니다. 샌드박스에서 데이터를 복사하려면 'https://test.salesforce.com'을 지정합니다. 사용자 지정 도메인에서 데이터를 복사하려면 'https://[domain].my.salesforce.com'을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
extendedProperties 연결 문자열에 추가된 확장 속성입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 Salesforce 인스턴스의 기본 인증에 대한 암호입니다. SecretBase
securityToken 보안 토큰은 Salesforce 인스턴스에 원격으로 액세스하는 선택 사항입니다. SecretBase
사용자 이름 Salesforce 인스턴스의 기본 인증에 대한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SalesforceServiceCloudV2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SalesforceServiceCloudV2'(필수)
typeProperties Salesforce Service Cloud V2 연결된 서비스 속성입니다. SalesforceServiceCloudV2LinkedServiceTypeProperties(필수)

SalesforceServiceCloudV2LinkedServiceTypeProperties

이름 묘사
apiVersion ADF에 사용되는 Salesforce API 버전입니다. 버전은 Salesforce BULK API 2.0에 필요한 47.0보다 크거나 같아야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType Salesforce에 연결하는 데 사용할 인증 유형입니다. 현재 OAuth2ClientCredentials만 지원하며 기본값이기도 합니다. 어떤
clientId Salesforce 인스턴스의 OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientSecret Salesforce 인스턴스의 OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
environmentUrl Salesforce Service Cloud 인스턴스의 URL입니다. 예를 들어 'https://[domain].my.salesforce.com'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SalesforceV2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SalesforceV2'(필수)
typeProperties Salesforce V2 연결된 서비스 속성입니다. SalesforceV2LinkedServiceTypeProperties(필수)

SalesforceV2LinkedServiceTypeProperties

이름 묘사
apiVersion ADF에 사용되는 Salesforce API 버전입니다. 버전은 Salesforce BULK API 2.0에 필요한 47.0보다 크거나 같아야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType Salesforce에 연결하는 데 사용할 인증 유형입니다. 현재 OAuth2ClientCredentials만 지원하며 기본값이기도 합니다. 어떤
clientId Salesforce 인스턴스의 OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientSecret Salesforce 인스턴스의 OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
environmentUrl Salesforce 인스턴스의 URL입니다. 예를 들어 'https://[domain].my.salesforce.com'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SapBWLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SapBW'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SapBWLinkedServiceTypeProperties(필수)

SapBWLinkedServiceTypeProperties

이름 묘사
clientId BW 시스템에 있는 클라이언트의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 SAP BW 서버에 액세스하기 위한 암호입니다. SecretBase
서버 SAP BW 인스턴스의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
systemNumber BW 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 두 자리 소수 자릿수입니다.) 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userName SAP BW 서버에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SapCloudForCustomerLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SapCloudForCustomer'(필수)
typeProperties SAP Cloud for Customer 연결된 서비스 속성입니다. sapCloudForCustomerLinkedServiceTypeProperties (필수)

SapCloudForCustomerLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: 문자열입니다. 문자열
암호 기본 인증에 대한 암호입니다. SecretBase
url SAP Cloud for Customer OData API의 URL입니다. 예를 들어 '[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
사용자 이름 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SapEccLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SapEcc'(필수)
typeProperties SAP ECC 연결된 서비스 속성입니다. SapEccLinkedServiceTypeProperties(필수)

SapEccLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: 문자열입니다. 문자열
암호 기본 인증에 대한 암호입니다. SecretBase
url SAP ECC OData API의 URL입니다. 예를 들어 '[https://hostname:port/sap/opu/odata/sap/servicename/]'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
사용자 이름 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SapHanaLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SapHana'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SapHanaLinkedServiceProperties(필수)

SapHanaLinkedServiceProperties

이름 묘사
authenticationType SAP HANA 서버에 연결하는 데 사용할 인증 유형입니다. '기본'
'Windows'
connectionString SAP HANA ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 SAP HANA 서버에 액세스하기 위한 암호입니다. SecretBase
서버 SAP HANA 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
userName SAP HANA 서버에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SapOdpLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SapOdp'(필수)
typeProperties SAP ODP 연결된 서비스 유형과 관련된 속성입니다. SapOdpLinkedServiceTypeProperties(필수)

SapOdpLinkedServiceTypeProperties

이름 묘사
clientId 테이블이 있는 SAP 시스템의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
언어 테이블이 있는 SAP 시스템의 언어입니다. 기본값은 EN입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
logonGroup SAP 시스템의 로그온 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
messageServer SAP 메시지 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
messageServerService 메시지 서버의 서비스 이름 또는 포트 번호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 테이블이 있는 SAP 서버에 액세스하기 위한 암호입니다. SecretBase
서버 테이블이 있는 SAP 인스턴스의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncLibraryPath 테이블이 있는 SAP 서버에 액세스하기 위한 외부 보안 제품의 라이브러리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncMode 테이블이 있는 SAP 서버에 액세스하기 위한 SNC 정품 인증 표시기입니다. 0(끄기) 또는 1(켜기)이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncMyName 테이블이 있는 SAP 서버에 액세스하기 위한 초기자의 SNC 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncPartnerName 테이블이 있는 SAP 서버에 액세스하기 위한 통신 파트너의 SNC 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncQop SNC 보호 품질. 허용되는 값은 1, 2, 3, 8, 9입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
subscriberName 구독자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
systemId 테이블이 있는 SAP 시스템의 SystemID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
systemNumber 테이블이 있는 SAP 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 두 자리 소수 자릿수입니다.) 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
userName 테이블이 있는 SAP 서버에 액세스하기 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
x509CertificatePath SNC X509 인증서 파일 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SapOpenHubLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SapOpenHub'(필수)
typeProperties SAP Business Warehouse Open Hub 대상 연결된 서비스 유형과 관련된 속성입니다. SapOpenHubLinkedServiceTypeProperties(필수)

SapOpenHubLinkedServiceTypeProperties

이름 묘사
clientId 오픈 허브 대상이 있는 BW 시스템에 있는 클라이언트의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
언어 오픈 허브 대상이 있는 BW 시스템의 언어입니다. 기본값은 EN입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
logonGroup SAP 시스템의 로그온 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
messageServer SAP 메시지 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
messageServerService 메시지 서버의 서비스 이름 또는 포트 번호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 오픈 허브 대상이 있는 SAP BW 서버에 액세스하기 위한 암호입니다. SecretBase
서버 오픈 허브 대상이 있는 SAP BW 인스턴스의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
systemId 테이블이 있는 SAP 시스템의 SystemID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
systemNumber 오픈 허브 대상이 있는 BW 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 두 자리 소수 자릿수입니다.) 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
userName 오픈 허브 대상이 있는 SAP BW 서버에 액세스하기 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SapTableLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SapTable'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SapTableLinkedServiceTypeProperties(필수)

SapTableLinkedServiceTypeProperties

이름 묘사
clientId 테이블이 있는 SAP 시스템의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
언어 테이블이 있는 SAP 시스템의 언어입니다. 기본값은 EN입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
logonGroup SAP 시스템의 로그온 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
messageServer SAP 메시지 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
messageServerService 메시지 서버의 서비스 이름 또는 포트 번호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 테이블이 있는 SAP 서버에 액세스하기 위한 암호입니다. SecretBase
서버 테이블이 있는 SAP 인스턴스의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncLibraryPath 테이블이 있는 SAP 서버에 액세스하기 위한 외부 보안 제품의 라이브러리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncMode 테이블이 있는 SAP 서버에 액세스하기 위한 SNC 정품 인증 표시기입니다. 0(끄기) 또는 1(켜기)이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncMyName 테이블이 있는 SAP 서버에 액세스하기 위한 초기자의 SNC 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncPartnerName 테이블이 있는 SAP 서버에 액세스하기 위한 통신 파트너의 SNC 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncQop SNC 보호 품질. 허용되는 값은 1, 2, 3, 8, 9입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
systemId 테이블이 있는 SAP 시스템의 SystemID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
systemNumber 테이블이 있는 SAP 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 두 자리 소수 자릿수입니다.) 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
userName 테이블이 있는 SAP 서버에 액세스하기 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

ScriptAction

이름 묘사
이름 사용자가 스크립트 동작의 이름을 제공했습니다. string(필수)
매개 변수 스크립트 동작에 대한 매개 변수입니다. 문자열
역할 스크립트 동작을 실행할 노드 형식입니다. any(필수)
uri 스크립트 동작에 대한 URI입니다. string(필수)

SecretBase

이름 묘사
AzureKeyVaultSecretReference형식에 대해 'AzureKeyVaultSecret'으로 설정합니다. SecureString형식에 대해 'SecureString'으로 설정합니다. 'AzureKeyVaultSecret'
'SecureString'(필수)

SecureString

이름 묘사
비밀의 유형입니다. 'SecureString'(필수)
보안 문자열의 값입니다. string(필수)

ServiceNowLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'ServiceNow'(필수)
typeProperties ServiceNow 서버 연결된 서비스 속성입니다. serviceNowLinkedServiceTypeProperties (필수)

ServiceNowLinkedServiceTypeProperties

이름 묘사
authenticationType 사용할 인증 유형입니다. '기본'
'OAuth2'(필수)
clientId OAuth2 인증의 클라이언트 ID입니다. 어떤
clientSecret OAuth2 인증에 대한 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 ServiceNow 서버의 엔드포인트입니다. (예: <인스턴스>.service-now.com) any(필수)
암호 Basic 및 OAuth2 인증의 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤
사용자 이름 Basic 및 OAuth2 인증을 위해 ServiceNow 서버에 연결하는 데 사용되는 사용자 이름입니다. 어떤

ServiceNowV2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'ServiceNowV2'(필수)
typeProperties ServiceNowV2 서버 연결된 서비스 속성입니다. serviceNowV2LinkedServiceTypeProperties (필수)

ServiceNowV2LinkedServiceTypeProperties

이름 묘사
authenticationType 사용할 인증 유형입니다. '기본'
'OAuth2'(필수)
clientId OAuth2 인증의 클라이언트 ID입니다. 어떤
clientSecret OAuth2 인증에 대한 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 ServiceNowV2 서버의 엔드포인트입니다. (예: <인스턴스>.service-now.com) any(필수)
grantType OAuth2 인증에 대한 GrantType입니다. 기본값은 암호입니다. 어떤
암호 Basic 및 OAuth2 인증의 사용자 이름에 해당하는 암호입니다. SecretBase
사용자 이름 Basic 및 OAuth2 인증을 위해 ServiceNowV2 서버에 연결하는 데 사용되는 사용자 이름입니다. 어떤

SftpServerLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Sftp'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SftpServerLinkedServiceTypeProperties(필수)

SftpServerLinkedServiceTypeProperties

이름 묘사
authenticationType FTP 서버에 연결하는 데 사용할 인증 유형입니다. '기본'
'MultiFactor'
'SshPublicKey'
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 SFTP 서버 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
hostKeyFingerprint SFTP 서버의 호스트 키 지문입니다. SkipHostKeyValidation이 false이면 HostKeyFingerprint를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
passPhrase SSH 프라이빗 키가 암호화된 경우 SSH 프라이빗 키의 암호를 해독하는 암호입니다. SecretBase
암호 기본 인증을 위해 SFTP 서버를 로그온하는 암호입니다. SecretBase
항구 SFTP 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 22입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. 어떤
privateKeyContent SshPublicKey 인증을 위해 Base64로 인코딩된 SSH 프라이빗 키 콘텐츠입니다. SshPublicKey 인증을 사용한 온-프레미스 복사의 경우 PrivateKeyPath 또는 PrivateKeyContent를 지정해야 합니다. SSH 프라이빗 키는 OpenSSH 형식이어야 합니다. SecretBase
privateKeyPath SshPublicKey 인증을 위한 SSH 프라이빗 키 파일 경로입니다. 온-프레미스 복사에만 유효합니다. SshPublicKey 인증을 사용한 온-프레미스 복사의 경우 PrivateKeyPath 또는 PrivateKeyContent를 지정해야 합니다. SSH 프라이빗 키는 OpenSSH 형식이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
skipHostKeyValidation true이면 SSH 호스트 키 유효성 검사를 건너뜁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
userName SFTP 서버에 로그온하는 데 사용되는 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SharePointOnlineListLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SharePointOnlineList'(필수)
typeProperties SharePoint Online 연결된 서비스 속성을 나열합니다. sharePointOnlineListLinkedServiceTypeProperties (필수)

SharePointOnlineListLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalEmbeddedCert Azure Active Directory에 등록된 애플리케이션의 base64로 인코딩된 인증서를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalEmbeddedCertPassword 인증서에 암호가 있고 AadServicePrincipal 인증을 사용하는 경우 인증서의 암호를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalId Azure Active Directory에 등록된 애플리케이션의 애플리케이션(클라이언트) ID입니다. 이 애플리케이션에 SharePoint 사이트 권한을 부여해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
servicePrincipalKey Azure Active Directory에 등록된 애플리케이션의 클라이언트 암호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
siteUrl SharePoint Online 사이트의 URL입니다. 예를 들어 https://contoso.sharepoint.com/sites/siteName. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
tenantId 애플리케이션이 있는 테넌트 ID입니다. Azure Portal Active Directory 개요 페이지에서 찾을 수 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

ShopifyLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Shopify'(필수)
typeProperties Shopify Service 연결된 서비스 속성입니다. ShopifyLinkedServiceTypeProperties(필수)

ShopifyLinkedServiceTypeProperties

이름 묘사
accessToken Shopify의 데이터에 액세스하는 데 사용할 수 있는 API 액세스 토큰입니다. 오프라인 모드인 경우 토큰이 만료되지 않습니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Shopify 서버의 엔드포인트입니다. (예: mystore.myshopify.com) any(필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

SmartsheetLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Smartsheet'(필수)
typeProperties 스마트시트 연결된 서비스 속성입니다. smartsheetLinkedServiceTypeProperties (필수)

SmartsheetLinkedServiceTypeProperties

이름 묘사
apiToken Smartsheet 원본에 대한 api 토큰입니다. SecretBase(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

SnowflakeLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Snowflake'(필수)
typeProperties Snowflake 연결된 서비스 속성입니다. SnowflakeLinkedServiceTypeProperties(필수)

SnowflakeLinkedServiceTypeProperties

이름 묘사
connectionString 눈송이의 연결 문자열입니다. 형식: string, SecureString. any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

SnowflakeLinkedV2ServiceTypeProperties

이름 묘사
accountIdentifier Snowflake 계정의 계정 식별자(예: xy12345.east-us-2.azure) any(필수)
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'AADServicePrincipal'
'기본'
'KeyPair'
clientId AADServicePrincipal 인증을 위해 Azure Active Directory에 등록된 애플리케이션의 클라이언트 ID입니다. 어떤
clientSecret AADServicePrincipal 인증에 대한 클라이언트 암호의 Azure Key Vault 비밀 참조입니다. SecretBase
데이터베이스 Snowflake 데이터베이스의 이름입니다. any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Snowflake 계정의 호스트 이름입니다. 어떤
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. SecretBase
privateKey KeyPair 인증에 대한 privateKey의 Azure Key Vault 비밀 참조입니다. SecretBase
privateKeyPassphrase 암호화된 프라이빗 키를 사용하는 KeyPair 인증에 대한 프라이빗 키 암호의 Azure Key Vault 비밀 참조입니다. SecretBase
범위 AADServicePrincipal 인증을 위해 Azure Active Directory에 등록된 애플리케이션의 범위입니다. 어떤
tenantId AADServicePrincipal 인증을 위해 Azure Active Directory에 등록된 애플리케이션의 테넌트 ID입니다. 어떤
사용자 Snowflake 사용자의 이름입니다. 어떤
창고 Snowflake 창고의 이름입니다. any(필수)

SnowflakeV2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SnowflakeV2'(필수)
typeProperties Snowflake 연결된 서비스 속성입니다. SnowflakeLinkedV2ServiceTypeProperties(필수)

SparkLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Spark'(필수)
typeProperties Spark Server 연결된 서비스 속성입니다. SparkLinkedServiceTypeProperties(필수)

SparkLinkedServiceTypeProperties

이름 묘사
allowHostNameCNMismatch SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. 어떤
allowSelfSignedServerCert 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 어떤
authenticationType Spark 서버에 액세스하는 데 사용되는 인증 방법입니다. '익명'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Spark 서버의 IP 주소 또는 호스트 이름 any(필수)
httpPath Spark 서버에 해당하는 부분 URL입니다. 어떤
암호 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
항구 Spark 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. any(필수)
serverType Spark 서버의 형식입니다. 'SharkServer'
'SharkServer2'
'SparkThriftServer'
thriftTransportProtocol Thrift 계층에서 사용할 전송 프로토콜입니다. 'Binary'
'HTTP '
'SASL'
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 어떤
사용자 이름 Spark Server에 액세스하는 데 사용하는 사용자 이름입니다. 어떤
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 어떤

SqlAlwaysEncryptedProperties

이름 묘사
alwaysEncryptedAkvAuthType Sql은 항상 암호화된 AKV 인증 유형입니다. 형식: 문자열입니다. 'ManagedIdentity'
'ServicePrincipal'
'UserAssignedManagedIdentity'(필수)
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
servicePrincipalId Azure Key Vault 인증에 사용되는 Azure Active Directory의 애플리케이션 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure Key Vault에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase

SqlServerLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SqlServer'(필수)
typeProperties SQL Server 연결된 서비스 속성입니다. sqlServerLinkedServiceTypeProperties (필수)

SqlServerLinkedServiceTypeProperties

이름 묘사
alwaysEncryptedSettings Sql은 항상 암호화된 속성입니다. SqlAlwaysEncryptedProperties
applicationIntent 서버에 연결할 때 권장 버전에서 사용하는 애플리케이션 워크로드 유형입니다. 가능한 값은 ReadOnly 및 ReadWrite입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'SQL'
'UserAssignedManagedIdentity'
'Windows'
commandTimeout 명령을 실행하려는 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전의 기본 대기 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
connectRetryCount 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 다시 연결이 시도된 수입니다. 0에서 255 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectRetryInterval 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 각 다시 연결 시도 사이의 시간(초)입니다. 1에서 60 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectTimeout 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전에 서버에 대한 연결을 기다리는 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 권장 버전에서 사용하는 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호화하다 권장 버전에서 사용하는 클라이언트와 서버 간에 전송되는 모든 데이터에 TLS 암호화가 필요한지 여부를 나타냅니다. 가능한 값은 true/yes/mandatory, false/no/optional 및 strict입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
failoverPartner 주 서버가 다운된 경우 연결할 파트너 서버의 이름 또는 주소이며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
hostNameInCertificate 연결에 대한 서버 인증서의 유효성을 검사할 때 사용할 호스트 이름입니다. 지정하지 않으면 데이터 원본의 서버 이름이 인증서 유효성 검사에 사용되며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
integratedSecurity 연결에 사용자 ID 및 암호가 지정되었는지(false인 경우) 또는 현재 Windows 계정 자격 증명이 인증에 사용되는지(true인 경우) 권장 버전에서 사용되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
loadBalanceTimeout 연결이 삭제되기 전에 연결 풀에 있는 최소 시간(초)으로, 권장 버전에서 사용합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
maxPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최대 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
minPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최소 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
multipleActiveResultSets true이면 애플리케이션이 MARS(여러 활성 결과 집합)를 유지할 수 있습니다. false이면 애플리케이션이 권장 버전에서 사용하는 해당 연결에서 다른 일괄 처리를 실행하기 전에 한 일괄 처리의 모든 결과 집합을 처리하거나 취소해야 합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
multiSubnetFailover 애플리케이션이 다른 서브넷의 AlwaysOn AG(가용성 그룹)에 연결하는 경우 MultiSubnetFailover=true를 설정하면 권장 버전에서 사용하는 (현재) 활성 서버에 대한 빠른 검색 및 연결을 제공합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
packetSize 권장 버전에서 사용하는 서버 인스턴스와 통신하는 데 사용되는 네트워크 패킷의 크기(바이트)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
암호 온-프레미스 Windows 인증 암호입니다. SecretBase
풀링 권장 버전에서 사용하는 연결이 요청될 때마다 연결을 풀하거나 명시적으로 열지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
서버 연결할 SQL Server 인스턴스의 이름 또는 네트워크 주소로, 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
trustServerCertificate 권장 버전에서 사용하는 신뢰의 유효성을 검사하기 위해 인증서 체인을 건너뛰는 동안 채널이 암호화되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
userName 온-프레미스 Windows 인증 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SquareLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Square'(필수)
typeProperties Square Service 연결된 서비스 속성입니다. SquareLinkedServiceTypeProperties(필수)

SquareLinkedServiceTypeProperties

이름 묘사
clientId Square 애플리케이션과 연결된 클라이언트 ID입니다. 어떤
clientSecret Square 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
connectionProperties Square에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 상호 배타적입니다. Type: object입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Square 인스턴스의 URL입니다. (예: mystore.mysquare.com) 어떤
redirectUri Square 애플리케이션 대시보드에 할당된 리디렉션 URL입니다. (즉, http://localhost:2500) 어떤
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

SybaseLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Sybase'(필수)
typeProperties Sybase 연결된 서비스 속성입니다. SybaseLinkedServiceTypeProperties(필수)

SybaseLinkedServiceTypeProperties

이름 묘사
authenticationType 연결에 사용할 AuthenticationType입니다. '기본'
'Windows'
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 인증을 위한 암호입니다. SecretBase
스키마 연결의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
서버 연결의 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

TeamDeskLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'TeamDesk'(필수)
typeProperties TeamDesk 연결된 서비스 속성입니다. TeamDeskLinkedServiceTypeProperties(필수)

TeamDeskLinkedServiceTypeProperties

이름 묘사
apiToken TeamDesk 원본에 대한 api 토큰입니다. SecretBase
authenticationType 사용할 인증 유형입니다. '기본'
'토큰'(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 TeamDesk 원본의 암호입니다. SecretBase
url TeamDesk 원본을 연결할 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userName TeamDesk 원본의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

TeradataLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Teradata'(필수)
typeProperties Teradata 연결된 서비스 속성입니다. TeradataLinkedServiceTypeProperties(필수)

TeradataLinkedServiceTypeProperties

이름 묘사
authenticationType 연결에 사용할 AuthenticationType입니다. '기본'
'Windows'
connectionString Teradata ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 인증을 위한 암호입니다. SecretBase
서버 연결의 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

TwilioLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Twilio'(필수)
typeProperties Twilio 연결된 서비스 속성입니다. TwilioLinkedServiceTypeProperties(필수)

TwilioLinkedServiceTypeProperties

이름 묘사
암호 Twilio 서비스의 인증 토큰입니다. SecretBase(필수)
userName Twilio 서비스의 계정 SID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

VerticaLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Vertica'(필수)
typeProperties Vertica 연결된 서비스 속성입니다. VerticaLinkedServiceTypeProperties(필수)

VerticaLinkedServiceTypeProperties

이름 묘사
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
항구 연결의 포트입니다. 형식: 정수입니다. 어떤
pwd 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
서버 연결의 서버 이름입니다. 형식: 문자열입니다. 어떤
uid 인증을 위한 사용자 이름입니다. 형식: 문자열입니다. 어떤

WarehouseLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Warehouse'(필수)
typeProperties Microsoft Fabric Warehouse 연결된 서비스 속성입니다. WarehouseLinkedServiceTypeProperties(필수)

WarehouseLinkedServiceTypeProperties

이름 묘사
artifactId Microsoft Fabric Warehouse 아티팩트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 Microsoft Fabric Warehouse 서버의 엔드포인트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Microsoft Fabric Warehouse에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Microsoft Fabric Warehouse에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
workspaceId Microsoft Fabric 작업 영역의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

WebAnonymousAuthentication

이름 묘사
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. 'Anonymous'(필수)

WebBasicAuthentication

이름 묘사
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. 'Basic'(필수)
암호 기본 인증에 대한 암호입니다. SecretBase(필수)
사용자 이름 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

WebClientCertificateAuthentication

이름 묘사
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. 'ClientCertificate'(필수)
암호 PFX 파일의 암호입니다. SecretBase(필수)
pfx PFX 파일의 Base64로 인코딩된 콘텐츠입니다. SecretBase(필수)

WebLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Web'(필수)
typeProperties 웹 연결된 서비스 속성입니다. WebLinkedServiceTypeProperties (필수)

WebLinkedServiceTypeProperties

이름 묘사
authenticationType WebAnonymousAuthentication형식에 대해 'Anonymous'로 설정합니다. WebBasicAuthentication형식에 대해 '기본'으로 설정합니다. WebClientCertificateAuthentication형식에 대해 'ClientCertificate'로 설정합니다. '익명'
'기본'
'ClientCertificate'(필수)
url 웹 서비스 엔드포인트의 URL(예: https://www.microsoft.com.) 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

XeroLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Xero'(필수)
typeProperties Xero 서비스 연결된 서비스 속성입니다. XeroLinkedServiceTypeProperties (필수)

XeroLinkedServiceTypeProperties

이름 묘사
connectionProperties Xero에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 상호 배타적입니다. Type: object입니다. 어떤
consumerKey Xero 애플리케이션과 연결된 소비자 키입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Xero 서버의 엔드포인트입니다. (예: api.xero.com) 어떤
privateKey Xero 프라이빗 애플리케이션에 대해 생성된 .pem 파일의 프라이빗 키입니다. Unix 줄 끝을 포함하여 .pem 파일의 모든 텍스트를 포함해야 합니다.
).
SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

ZendeskLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Zendesk'(필수)
typeProperties Zendesk 연결된 서비스 속성입니다. ZendeskLinkedServiceTypeProperties(필수)

ZendeskLinkedServiceTypeProperties

이름 묘사
apiToken Zendesk 원본에 대한 api 토큰입니다. SecretBase
authenticationType 사용할 인증 유형입니다. '기본'
'토큰'(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 Zendesk 원본의 암호입니다. SecretBase
url Zendesk 원본을 연결할 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userName Zendesk 원본의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

ZohoLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Zoho'(필수)
typeProperties Zoho 서버 연결된 서비스 속성입니다. ZohoLinkedServiceTypeProperties(필수)

ZohoLinkedServiceTypeProperties

이름 묘사
accessToken Zoho 인증에 대한 액세스 토큰입니다. SecretBase
connectionProperties Zoho에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 상호 배타적입니다. Type: object입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 Zoho 서버의 엔드포인트입니다. (예: crm.zoho.com/crm/private) 어떤
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

빠른 시작 템플릿

다음 빠른 시작 템플릿은 이 리소스 유형을 배포합니다.

템플렛 묘사
V2 데이터 팩터리 만들기

Azure
배포
이 템플릿은 Azure Blob Storage의 폴더에서 스토리지의 다른 폴더로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
Azure 아키텍처 스포츠 분석 배포

Azure
배포
ADLS Gen 2를 사용하도록 설정된 Azure Storage 계정, 스토리지 계정에 연결된 서비스가 있는 Azure Data Factory 인스턴스(배포된 경우 Azure SQL Database) 및 Azure Databricks 인스턴스를 만듭니다. 템플릿을 배포하는 사용자의 AAD ID와 ADF 인스턴스의 관리 ID에는 스토리지 계정에 대한 Storage Blob 데이터 기여자 역할이 부여됩니다. Azure Key Vault 인스턴스, Azure SQL Database 및 Azure Event Hub(스트리밍 사용 사례용)를 배포하는 옵션도 있습니다. Azure Key Vault가 배포되면 템플릿을 배포하는 사용자의 데이터 팩터리 관리 ID 및 AAD ID에 Key Vault 비밀 사용자 역할이 부여됩니다.
Azure Data Factory를 사용하여 더 많은 작업을 할 수 있습니다. 한 번의 클릭으로 Azure Data Factory

Azure 배포
이 템플릿은 Azure Blob에서 다른 Azure Blob으로의 복사 작업에 대한 데이터 팩터리 파이프라인을 만듭니다.

Terraform(AzAPI 공급자) 리소스 정의

팩터리/linkedservices 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

  • 리소스 그룹

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.DataFactory/factories/linkedservices 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.DataFactory/factories/linkedservices@2018-06-01"
  name = "string"
  body = jsonencode({
    properties = {
      annotations = [
        ?
      ]
      connectVia = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      description = "string"
      parameters = {
        {customized property} = {
          defaultValue = ?
          type = "string"
        }
      }
      version = "string"
      type = "string"
      // For remaining properties, see LinkedService objects
    }
  })
}

WebLinkedServiceTypeProperties 개체

authenticationType 속성을 설정하여 개체 유형을 지정합니다.

익명경우 다음을 사용합니다.

{
  authenticationType = "Anonymous"
}

기본경우 다음을 사용합니다.

{
  authenticationType = "Basic"
  password = {
    type = "string"
    // For remaining properties, see SecretBase objects
  }
  username = ?
}

ClientCertificate경우 다음을 사용합니다.

{
  authenticationType = "ClientCertificate"
  password = {
    type = "string"
    // For remaining properties, see SecretBase objects
  }
  pfx = {
    type = "string"
    // For remaining properties, see SecretBase objects
  }
}

LinkedService 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

amazonMWS경우 다음을 사용합니다.

{
  type = "AmazonMWS"
  typeProperties = {
    accessKeyId = ?
    encryptedCredential = "string"
    endpoint = ?
    marketplaceID = ?
    mwsAuthToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    secretKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    sellerID = ?
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

amazonRdsForOracle경우 다음을 사용합니다.

{
  type = "AmazonRdsForOracle"
  typeProperties = {
    connectionString = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }
}

amazonRdsForSqlServer경우 다음을 사용합니다.

{
  type = "AmazonRdsForSqlServer"
  typeProperties = {
    alwaysEncryptedSettings = {
      alwaysEncryptedAkvAuthType = "string"
      credential = {
        referenceName = "string"
        type = "string"
      }
      servicePrincipalId = ?
      servicePrincipalKey = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent = ?
    authenticationType = "string"
    commandTimeout = ?
    connectionString = ?
    connectRetryCount = ?
    connectRetryInterval = ?
    connectTimeout = ?
    database = ?
    encrypt = ?
    encryptedCredential = "string"
    failoverPartner = ?
    hostNameInCertificate = ?
    integratedSecurity = ?
    loadBalanceTimeout = ?
    maxPoolSize = ?
    minPoolSize = ?
    multipleActiveResultSets = ?
    multiSubnetFailover = ?
    packetSize = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    pooling = ?
    server = ?
    trustServerCertificate = ?
    userName = ?
  }
}

amazonRedshift경우 다음을 사용합니다.

{
  type = "AmazonRedshift"
  typeProperties = {
    database = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    server = ?
    username = ?
  }
}

amazonS3경우 다음을 사용합니다.

{
  type = "AmazonS3"
  typeProperties = {
    accessKeyId = ?
    authenticationType = ?
    encryptedCredential = "string"
    secretAccessKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    serviceUrl = ?
    sessionToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }
}

amazonS3Compatible경우 다음을 사용합니다.

{
  type = "AmazonS3Compatible"
  typeProperties = {
    accessKeyId = ?
    encryptedCredential = "string"
    forcePathStyle = ?
    secretAccessKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    serviceUrl = ?
  }
}

AppFigures경우 다음을 사용합니다.

{
  type = "AppFigures"
  typeProperties = {
    clientKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    userName = ?
  }
}

Asana경우 다음을 사용합니다.

{
  type = "Asana"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }
}

azureBatch경우 다음을 사용합니다.

{
  type = "AzureBatch"
  typeProperties = {
    accessKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    accountName = ?
    batchUri = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    encryptedCredential = "string"
    linkedServiceName = {
      parameters = {
        {customized property} = ?
      }
      referenceName = "string"
      type = "string"
    }
    poolName = ?
  }
}

AzureBlobFS경우 다음을 사용합니다.

{
  type = "AzureBlobFS"
  typeProperties = {
    accountKey = ?
    azureCloudType = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    encryptedCredential = "string"
    sasToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    sasUri = ?
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    url = ?
  }
}

AzureBlobStorage경우 다음을 사용합니다.

{
  type = "AzureBlobStorage"
  typeProperties = {
    accountKey = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    accountKind = ?
    authenticationType = "string"
    azureCloudType = ?
    connectionString = ?
    containerUri = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    encryptedCredential = "string"
    sasToken = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    sasUri = ?
    serviceEndpoint = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
  }
}

AzureDataExplorer경우 다음을 사용합니다.

{
  type = "AzureDataExplorer"
  typeProperties = {
    credential = {
      referenceName = "string"
      type = "string"
    }
    database = ?
    endpoint = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
  }
}

AzureDataLakeAnalytics경우 다음을 사용합니다.

{
  type = "AzureDataLakeAnalytics"
  typeProperties = {
    accountName = ?
    dataLakeAnalyticsUri = ?
    encryptedCredential = "string"
    resourceGroupName = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    subscriptionId = ?
    tenant = ?
  }
}

AzureDataLakeStore경우 다음을 사용합니다.

{
  type = "AzureDataLakeStore"
  typeProperties = {
    accountName = ?
    azureCloudType = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    dataLakeStoreUri = ?
    encryptedCredential = "string"
    resourceGroupName = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    subscriptionId = ?
    tenant = ?
  }
}

AzureDatabricks경우 다음을 사용합니다.

{
  type = "AzureDatabricks"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    authentication = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    domain = ?
    encryptedCredential = "string"
    existingClusterId = ?
    instancePoolId = ?
    newClusterCustomTags = {
      {customized property} = ?
    }
    newClusterDriverNodeType = ?
    newClusterEnableElasticDisk = ?
    newClusterInitScripts = ?
    newClusterLogDestination = ?
    newClusterNodeType = ?
    newClusterNumOfWorker = ?
    newClusterSparkConf = {
      {customized property} = ?
    }
    newClusterSparkEnvVars = {
      {customized property} = ?
    }
    newClusterVersion = ?
    policyId = ?
    workspaceResourceId = ?
  }
}

AzureDatabricksDeltaLake경우 다음을 사용합니다.

{
  type = "AzureDatabricksDeltaLake"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    clusterId = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    domain = ?
    encryptedCredential = "string"
    workspaceResourceId = ?
  }
}

AzureFileStorage경우 다음을 사용합니다.

{
  type = "AzureFileStorage"
  typeProperties = {
    accountKey = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    connectionString = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    encryptedCredential = "string"
    fileShare = ?
    host = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    sasToken = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    sasUri = ?
    serviceEndpoint = ?
    snapshot = ?
    userId = ?
  }
}

azureFunction경우 다음을 사용합니다.

{
  type = "AzureFunction"
  typeProperties = {
    authentication = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    encryptedCredential = "string"
    functionAppUrl = ?
    functionKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    resourceId = ?
  }
}

azureKeyVault경우 다음을 사용합니다.

{
  type = "AzureKeyVault"
  typeProperties = {
    baseUrl = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
  }
}

AzureML경우 다음을 사용합니다.

{
  type = "AzureML"
  typeProperties = {
    apiKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    authentication = ?
    encryptedCredential = "string"
    mlEndpoint = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    updateResourceEndpoint = ?
  }
}

AzureMLService경우 다음을 사용합니다.

{
  type = "AzureMLService"
  typeProperties = {
    authentication = ?
    encryptedCredential = "string"
    mlWorkspaceName = ?
    resourceGroupName = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    subscriptionId = ?
    tenant = ?
  }
}

AzureMariaDB경우 다음을 사용합니다.

{
  type = "AzureMariaDB"
  typeProperties = {
    connectionString = ?
    encryptedCredential = "string"
    pwd = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
  }
}

AzureMySql경우 다음을 사용합니다.

{
  type = "AzureMySql"
  typeProperties = {
    connectionString = ?
    encryptedCredential = "string"
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
  }
}

AzurePostgreSql경우 다음을 사용합니다.

{
  type = "AzurePostgreSql"
  typeProperties = {
    commandTimeout = ?
    connectionString = ?
    database = ?
    encoding = ?
    encryptedCredential = "string"
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    port = ?
    readBufferSize = ?
    server = ?
    sslMode = ?
    timeout = ?
    timezone = ?
    trustServerCertificate = ?
    username = ?
  }
}

azureSearch경우 다음을 사용합니다.

{
  type = "AzureSearch"
  typeProperties = {
    encryptedCredential = "string"
    key = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    url = ?
  }
}

azureSqlDW경우 다음을 사용합니다.

{
  type = "AzureSqlDW"
  typeProperties = {
    applicationIntent = ?
    authenticationType = "string"
    azureCloudType = ?
    commandTimeout = ?
    connectionString = ?
    connectRetryCount = ?
    connectRetryInterval = ?
    connectTimeout = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    database = ?
    encrypt = ?
    encryptedCredential = "string"
    failoverPartner = ?
    hostNameInCertificate = ?
    integratedSecurity = ?
    loadBalanceTimeout = ?
    maxPoolSize = ?
    minPoolSize = ?
    multipleActiveResultSets = ?
    multiSubnetFailover = ?
    packetSize = ?
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    pooling = ?
    server = ?
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    trustServerCertificate = ?
    userName = ?
  }
}

AzureSqlDatabase경우 다음을 사용합니다.

{
  type = "AzureSqlDatabase"
  typeProperties = {
    alwaysEncryptedSettings = {
      alwaysEncryptedAkvAuthType = "string"
      credential = {
        referenceName = "string"
        type = "string"
      }
      servicePrincipalId = ?
      servicePrincipalKey = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent = ?
    authenticationType = "string"
    azureCloudType = ?
    commandTimeout = ?
    connectionString = ?
    connectRetryCount = ?
    connectRetryInterval = ?
    connectTimeout = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    database = ?
    encrypt = ?
    encryptedCredential = "string"
    failoverPartner = ?
    hostNameInCertificate = ?
    integratedSecurity = ?
    loadBalanceTimeout = ?
    maxPoolSize = ?
    minPoolSize = ?
    multipleActiveResultSets = ?
    multiSubnetFailover = ?
    packetSize = ?
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    pooling = ?
    server = ?
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    trustServerCertificate = ?
    userName = ?
  }
}

AzureSqlMI경우 다음을 사용합니다.

{
  type = "AzureSqlMI"
  typeProperties = {
    alwaysEncryptedSettings = {
      alwaysEncryptedAkvAuthType = "string"
      credential = {
        referenceName = "string"
        type = "string"
      }
      servicePrincipalId = ?
      servicePrincipalKey = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent = ?
    authenticationType = "string"
    azureCloudType = ?
    commandTimeout = ?
    connectionString = ?
    connectRetryCount = ?
    connectRetryInterval = ?
    connectTimeout = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    database = ?
    encrypt = ?
    encryptedCredential = "string"
    failoverPartner = ?
    hostNameInCertificate = ?
    integratedSecurity = ?
    loadBalanceTimeout = ?
    maxPoolSize = ?
    minPoolSize = ?
    multipleActiveResultSets = ?
    multiSubnetFailover = ?
    packetSize = ?
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    pooling = ?
    server = ?
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    trustServerCertificate = ?
    userName = ?
  }
}

azureStorage경우 다음을 사용합니다.

{
  type = "AzureStorage"
  typeProperties = {
    accountKey = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    connectionString = ?
    encryptedCredential = "string"
    sasToken = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    sasUri = ?
  }
}

azureSynapseArtifacts경우 다음을 사용합니다.

{
  type = "AzureSynapseArtifacts"
  typeProperties = {
    authentication = ?
    endpoint = ?
    workspaceResourceId = ?
  }
}

AzureTableStorage경우 다음을 사용합니다.

{
  type = "AzureTableStorage"
  typeProperties = {
    accountKey = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    connectionString = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    encryptedCredential = "string"
    sasToken = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    sasUri = ?
    serviceEndpoint = ?
  }
}

Cassandra경우 다음을 사용합니다.

{
  type = "Cassandra"
  typeProperties = {
    authenticationType = ?
    encryptedCredential = "string"
    host = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    username = ?
  }
}

CommonDataServiceForApps경우 다음을 사용합니다.

{
  type = "CommonDataServiceForApps"
  typeProperties = {
    authenticationType = ?
    deploymentType = ?
    domain = ?
    encryptedCredential = "string"
    hostName = ?
    organizationName = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    serviceUri = ?
    username = ?
  }
}

Concur경우 다음을 사용합니다.

{
  type = "Concur"
  typeProperties = {
    clientId = ?
    connectionProperties = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
    username = ?
  }
}

CosmosDb경우 다음을 사용합니다.

{
  type = "CosmosDb"
  typeProperties = {
    accountEndpoint = ?
    accountKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    azureCloudType = ?
    connectionMode = "string"
    connectionString = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    database = ?
    encryptedCredential = "string"
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    tenant = ?
  }
}

CosmosDbMongoDbApi경우 다음을 사용합니다.

{
  type = "CosmosDbMongoDbApi"
  typeProperties = {
    connectionString = ?
    database = ?
    isServerVersionAbove32 = ?
  }
}

Couchbase경우 다음을 사용합니다.

{
  type = "Couchbase"
  typeProperties = {
    connectionString = ?
    credString = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    encryptedCredential = "string"
  }
}

CustomDataSource경우 다음을 사용합니다.

{
  type = "CustomDataSource"
  typeProperties = ?
}

Dataworld경우 다음을 사용합니다.

{
  type = "Dataworld"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }
}

Db2경우 다음을 사용합니다.

{
  type = "Db2"
  typeProperties = {
    authenticationType = "string"
    certificateCommonName = ?
    connectionString = ?
    database = ?
    encryptedCredential = "string"
    packageCollection = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    server = ?
    username = ?
  }
}

드릴경우 다음을 사용합니다.

{
  type = "Drill"
  typeProperties = {
    connectionString = ?
    encryptedCredential = "string"
    pwd = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
  }
}

Dynamics경우 다음을 사용합니다.

{
  type = "Dynamics"
  typeProperties = {
    authenticationType = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    deploymentType = ?
    domain = ?
    encryptedCredential = "string"
    hostName = ?
    organizationName = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    serviceUri = ?
    username = ?
  }
}

DynamicsAX경우 다음을 사용합니다.

{
  type = "DynamicsAX"
  typeProperties = {
    aadResourceId = ?
    encryptedCredential = "string"
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    url = ?
  }
}

DynamicsCrm경우 다음을 사용합니다.

{
  type = "DynamicsCrm"
  typeProperties = {
    authenticationType = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    deploymentType = ?
    domain = ?
    encryptedCredential = "string"
    hostName = ?
    organizationName = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    serviceUri = ?
    username = ?
  }
}

Eloqua경우 다음을 사용합니다.

{
  type = "Eloqua"
  typeProperties = {
    encryptedCredential = "string"
    endpoint = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
    username = ?
  }
}

fileServer경우 다음을 사용합니다.

{
  type = "FileServer"
  typeProperties = {
    encryptedCredential = "string"
    host = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    userId = ?
  }
}

ftpServer경우 다음을 사용합니다.

{
  type = "FtpServer"
  typeProperties = {
    authenticationType = "string"
    enableServerCertificateValidation = ?
    enableSsl = ?
    encryptedCredential = "string"
    host = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    userName = ?
  }
}

GoogleAdWords경우 다음을 사용합니다.

{
  type = "GoogleAdWords"
  typeProperties = {
    authenticationType = "string"
    clientCustomerID = ?
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    connectionProperties = ?
    developerToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    email = ?
    encryptedCredential = "string"
    googleAdsApiVersion = ?
    keyFilePath = ?
    loginCustomerID = ?
    privateKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    refreshToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    supportLegacyDataTypes = ?
    trustedCertPath = ?
    useSystemTrustStore = ?
  }
}

GoogleBigQuery경우 다음을 사용합니다.

{
  type = "GoogleBigQuery"
  typeProperties = {
    additionalProjects = ?
    authenticationType = "string"
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    email = ?
    encryptedCredential = "string"
    keyFilePath = ?
    project = ?
    refreshToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    requestGoogleDriveScope = ?
    trustedCertPath = ?
    useSystemTrustStore = ?
  }
}

googleBigQueryV2경우 다음을 사용합니다.

{
  type = "GoogleBigQueryV2"
  typeProperties = {
    authenticationType = "string"
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    keyFileContent = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    projectId = ?
    refreshToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }
}

GoogleCloudStorage경우 다음을 사용합니다.

{
  type = "GoogleCloudStorage"
  typeProperties = {
    accessKeyId = ?
    encryptedCredential = "string"
    secretAccessKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    serviceUrl = ?
  }
}

googleSheets경우 다음을 사용합니다.

{
  type = "GoogleSheets"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }
}

Greenplum경우 다음을 사용합니다.

{
  type = "Greenplum"
  typeProperties = {
    connectionString = ?
    encryptedCredential = "string"
    pwd = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
  }
}

HBase경우 다음을 사용합니다.

{
  type = "HBase"
  typeProperties = {
    allowHostNameCNMismatch = ?
    allowSelfSignedServerCert = ?
    authenticationType = "string"
    enableSsl = ?
    encryptedCredential = "string"
    host = ?
    httpPath = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    trustedCertPath = ?
    username = ?
  }
}

HDInsight경우 다음을 사용합니다.

{
  type = "HDInsight"
  typeProperties = {
    clusterUri = ?
    encryptedCredential = "string"
    fileSystem = ?
    hcatalogLinkedServiceName = {
      parameters = {
        {customized property} = ?
      }
      referenceName = "string"
      type = "string"
    }
    isEspEnabled = ?
    linkedServiceName = {
      parameters = {
        {customized property} = ?
      }
      referenceName = "string"
      type = "string"
    }
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    userName = ?
  }
}

HDInsightOnDemand경우 다음을 사용합니다.

{
  type = "HDInsightOnDemand"
  typeProperties = {
    additionalLinkedServiceNames = [
      {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
    ]
    clusterNamePrefix = ?
    clusterPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    clusterResourceGroup = ?
    clusterSize = ?
    clusterSshPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    clusterSshUserName = ?
    clusterType = ?
    clusterUserName = ?
    coreConfiguration = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    dataNodeSize = ?
    encryptedCredential = "string"
    hBaseConfiguration = ?
    hcatalogLinkedServiceName = {
      parameters = {
        {customized property} = ?
      }
      referenceName = "string"
      type = "string"
    }
    hdfsConfiguration = ?
    headNodeSize = ?
    hiveConfiguration = ?
    hostSubscriptionId = ?
    linkedServiceName = {
      parameters = {
        {customized property} = ?
      }
      referenceName = "string"
      type = "string"
    }
    mapReduceConfiguration = ?
    oozieConfiguration = ?
    scriptActions = [
      {
        name = "string"
        parameters = "string"
        roles = ?
        uri = "string"
      }
    ]
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    sparkVersion = ?
    stormConfiguration = ?
    subnetName = ?
    tenant = ?
    timeToLive = ?
    version = ?
    virtualNetworkId = ?
    yarnConfiguration = ?
    zookeeperNodeSize = ?
  }
}

hdfs경우 다음을 사용합니다.

{
  type = "Hdfs"
  typeProperties = {
    authenticationType = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    url = ?
    userName = ?
  }
}

hive경우 다음을 사용합니다.

{
  type = "Hive"
  typeProperties = {
    allowHostNameCNMismatch = ?
    allowSelfSignedServerCert = ?
    authenticationType = "string"
    enableSsl = ?
    encryptedCredential = "string"
    host = ?
    httpPath = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    serverType = "string"
    serviceDiscoveryMode = ?
    thriftTransportProtocol = "string"
    trustedCertPath = ?
    useNativeQuery = ?
    username = ?
    useSystemTrustStore = ?
    zooKeeperNameSpace = ?
  }
}

httpServer경우 다음을 사용합니다.

{
  type = "HttpServer"
  typeProperties = {
    authenticationType = "string"
    authHeaders = ?
    certThumbprint = ?
    embeddedCertData = ?
    enableServerCertificateValidation = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    url = ?
    userName = ?
  }
}

Hubspot경우 다음을 사용합니다.

{
  type = "Hubspot"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    refreshToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

Impala경우 다음을 사용합니다.

{
  type = "Impala"
  typeProperties = {
    allowHostNameCNMismatch = ?
    allowSelfSignedServerCert = ?
    authenticationType = "string"
    enableSsl = ?
    encryptedCredential = "string"
    host = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    trustedCertPath = ?
    username = ?
    useSystemTrustStore = ?
  }
}

Informix경우 다음을 사용합니다.

{
  type = "Informix"
  typeProperties = {
    authenticationType = ?
    connectionString = ?
    credential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    userName = ?
  }
}

Jira경우 다음을 사용합니다.

{
  type = "Jira"
  typeProperties = {
    encryptedCredential = "string"
    host = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
    username = ?
  }
}

LakeHouse경우 다음을 사용합니다.

{
  type = "LakeHouse"
  typeProperties = {
    artifactId = ?
    encryptedCredential = "string"
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    workspaceId = ?
  }
}

Magento경우 다음을 사용합니다.

{
  type = "Magento"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    host = ?
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

MariaDB경우 다음을 사용합니다.

{
  type = "MariaDB"
  typeProperties = {
    connectionString = ?
    database = ?
    driverVersion = ?
    encryptedCredential = "string"
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    port = ?
    server = ?
    sslMode = ?
    username = ?
    useSystemTrustStore = ?
  }
}

Marketo경우 다음을 사용합니다.

{
  type = "Marketo"
  typeProperties = {
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    endpoint = ?
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

microsoftAccess경우 다음을 사용합니다.

{
  type = "MicrosoftAccess"
  typeProperties = {
    authenticationType = ?
    connectionString = ?
    credential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    userName = ?
  }
}

MongoDb경우 다음을 사용합니다.

{
  type = "MongoDb"
  typeProperties = {
    allowSelfSignedServerCert = ?
    authenticationType = "string"
    authSource = ?
    databaseName = ?
    enableSsl = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    server = ?
    username = ?
  }
}

MongoDbAtlas경우 다음을 사용합니다.

{
  type = "MongoDbAtlas"
  typeProperties = {
    connectionString = ?
    database = ?
    driverVersion = ?
  }
}

MongoDbV2경우 다음을 사용합니다.

{
  type = "MongoDbV2"
  typeProperties = {
    connectionString = ?
    database = ?
  }
}

mySql경우 다음을 사용합니다.

{
  type = "MySql"
  typeProperties = {
    allowZeroDateTime = ?
    connectionString = ?
    connectionTimeout = ?
    convertZeroDateTime = ?
    database = ?
    driverVersion = ?
    encryptedCredential = "string"
    guidFormat = ?
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    port = ?
    server = ?
    sslCert = ?
    sslKey = ?
    sslMode = ?
    treatTinyAsBoolean = ?
    username = ?
    useSystemTrustStore = ?
  }
}

Netezza경우 다음을 사용합니다.

{
  type = "Netezza"
  typeProperties = {
    connectionString = ?
    encryptedCredential = "string"
    pwd = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
  }
}

OData경우 다음을 사용합니다.

{
  type = "OData"
  typeProperties = {
    aadResourceId = ?
    aadServicePrincipalCredentialType = "string"
    authenticationType = "string"
    authHeaders = ?
    azureCloudType = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCert = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCertPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    url = ?
    userName = ?
  }
}

Odbc경우 다음을 사용합니다.

{
  type = "Odbc"
  typeProperties = {
    authenticationType = ?
    connectionString = ?
    credential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    userName = ?
  }
}

office365경우 다음을 사용합니다.

{
  type = "Office365"
  typeProperties = {
    encryptedCredential = "string"
    office365TenantId = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalTenantId = ?
  }
}

Oracle경우 다음을 사용합니다.

{
  type = "Oracle"
  typeProperties = {
    connectionString = ?
    encryptedCredential = "string"
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
  }
}

OracleCloudStorage경우 다음을 사용합니다.

{
  type = "OracleCloudStorage"
  typeProperties = {
    accessKeyId = ?
    encryptedCredential = "string"
    secretAccessKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    serviceUrl = ?
  }
}

OracleServiceCloud경우 다음을 사용합니다.

{
  type = "OracleServiceCloud"
  typeProperties = {
    encryptedCredential = "string"
    host = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
    username = ?
  }
}

PayPal경우 다음을 사용합니다.

{
  type = "Paypal"
  typeProperties = {
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    host = ?
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

Phoenix경우 다음을 사용합니다.

{
  type = "Phoenix"
  typeProperties = {
    allowHostNameCNMismatch = ?
    allowSelfSignedServerCert = ?
    authenticationType = "string"
    enableSsl = ?
    encryptedCredential = "string"
    host = ?
    httpPath = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    trustedCertPath = ?
    username = ?
    useSystemTrustStore = ?
  }
}

PostgreSql경우 다음을 사용합니다.

{
  type = "PostgreSql"
  typeProperties = {
    connectionString = ?
    encryptedCredential = "string"
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
  }
}

PostgreSqlV2경우 다음을 사용합니다.

{
  type = "PostgreSqlV2"
  typeProperties = {
    authenticationType = ?
    commandTimeout = ?
    connectionTimeout = ?
    database = ?
    encoding = ?
    encryptedCredential = "string"
    logParameters = ?
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    pooling = ?
    port = ?
    readBufferSize = ?
    schema = ?
    server = ?
    sslCertificate = ?
    sslKey = ?
    sslMode = ?
    sslPassword = ?
    timezone = ?
    trustServerCertificate = ?
    username = ?
  }
}

Presto경우 다음을 사용합니다.

{
  type = "Presto"
  typeProperties = {
    allowHostNameCNMismatch = ?
    allowSelfSignedServerCert = ?
    authenticationType = "string"
    catalog = ?
    enableSsl = ?
    encryptedCredential = "string"
    host = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    serverVersion = ?
    timeZoneID = ?
    trustedCertPath = ?
    username = ?
    useSystemTrustStore = ?
  }
}

QuickBooks경우 다음을 사용합니다.

{
  type = "QuickBooks"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    accessTokenSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    companyId = ?
    connectionProperties = ?
    consumerKey = ?
    consumerSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    endpoint = ?
    useEncryptedEndpoints = ?
  }
}

빠른경우 다음을 사용합니다.

{
  type = "Quickbase"
  typeProperties = {
    encryptedCredential = "string"
    url = ?
    userToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }
}

Responsys경우 다음을 사용합니다.

{
  type = "Responsys"
  typeProperties = {
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    endpoint = ?
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

RestService경우 다음을 사용합니다.

{
  type = "RestService"
  typeProperties = {
    aadResourceId = ?
    authenticationType = "string"
    authHeaders = ?
    azureCloudType = ?
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    credential = {
      referenceName = "string"
      type = "string"
    }
    enableServerCertificateValidation = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    resource = ?
    scope = ?
    servicePrincipalCredentialType = ?
    servicePrincipalEmbeddedCert = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCertPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    tokenEndpoint = ?
    url = ?
    userName = ?
  }
}

Salesforce경우 다음을 사용합니다.

{
  type = "Salesforce"
  typeProperties = {
    apiVersion = ?
    encryptedCredential = "string"
    environmentUrl = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    securityToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    username = ?
  }
}

SalesforceMarketingCloud경우 다음을 사용합니다.

{
  type = "SalesforceMarketingCloud"
  typeProperties = {
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    connectionProperties = ?
    encryptedCredential = "string"
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

SalesforceServiceCloud경우 다음을 사용합니다.

{
  type = "SalesforceServiceCloud"
  typeProperties = {
    apiVersion = ?
    encryptedCredential = "string"
    environmentUrl = ?
    extendedProperties = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    securityToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    username = ?
  }
}

SalesforceServiceCloudV2경우 다음을 사용합니다.

{
  type = "SalesforceServiceCloudV2"
  typeProperties = {
    apiVersion = ?
    authenticationType = ?
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    environmentUrl = ?
  }
}

SalesforceV2경우 다음을 사용합니다.

{
  type = "SalesforceV2"
  typeProperties = {
    apiVersion = ?
    authenticationType = ?
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    environmentUrl = ?
  }
}

SapBW경우 다음을 사용합니다.

{
  type = "SapBW"
  typeProperties = {
    clientId = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    server = ?
    systemNumber = ?
    userName = ?
  }
}

sapCloudForCustomer경우 다음을 사용합니다.

{
  type = "SapCloudForCustomer"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    url = ?
    username = ?
  }
}

sapEcc경우 다음을 사용합니다.

{
  type = "SapEcc"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    url = ?
    username = ?
  }
}

sapHana경우 다음을 사용합니다.

{
  type = "SapHana"
  typeProperties = {
    authenticationType = "string"
    connectionString = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    server = ?
    userName = ?
  }
}

sapOdp경우 다음을 사용합니다.

{
  type = "SapOdp"
  typeProperties = {
    clientId = ?
    encryptedCredential = "string"
    language = ?
    logonGroup = ?
    messageServer = ?
    messageServerService = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    server = ?
    sncLibraryPath = ?
    sncMode = ?
    sncMyName = ?
    sncPartnerName = ?
    sncQop = ?
    subscriberName = ?
    systemId = ?
    systemNumber = ?
    userName = ?
    x509CertificatePath = ?
  }
}

SapOpenHub경우 다음을 사용합니다.

{
  type = "SapOpenHub"
  typeProperties = {
    clientId = ?
    encryptedCredential = "string"
    language = ?
    logonGroup = ?
    messageServer = ?
    messageServerService = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    server = ?
    systemId = ?
    systemNumber = ?
    userName = ?
  }
}

sapTable경우 다음을 사용합니다.

{
  type = "SapTable"
  typeProperties = {
    clientId = ?
    encryptedCredential = "string"
    language = ?
    logonGroup = ?
    messageServer = ?
    messageServerService = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    server = ?
    sncLibraryPath = ?
    sncMode = ?
    sncMyName = ?
    sncPartnerName = ?
    sncQop = ?
    systemId = ?
    systemNumber = ?
    userName = ?
  }
}

ServiceNow경우 다음을 사용합니다.

{
  type = "ServiceNow"
  typeProperties = {
    authenticationType = "string"
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    endpoint = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
    username = ?
  }
}

ServiceNowV2경우 다음을 사용합니다.

{
  type = "ServiceNowV2"
  typeProperties = {
    authenticationType = "string"
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    endpoint = ?
    grantType = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    username = ?
  }
}

Sftp경우 다음을 사용합니다.

{
  type = "Sftp"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    host = ?
    hostKeyFingerprint = ?
    passPhrase = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    privateKeyContent = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    privateKeyPath = ?
    skipHostKeyValidation = ?
    userName = ?
  }
}

sharePointOnlineList경우 다음을 사용합니다.

{
  type = "SharePointOnlineList"
  typeProperties = {
    encryptedCredential = "string"
    servicePrincipalCredentialType = ?
    servicePrincipalEmbeddedCert = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCertPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    siteUrl = ?
    tenantId = ?
  }
}

shopify경우 다음을 사용합니다.

{
  type = "Shopify"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    host = ?
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

Smartsheet경우 다음을 사용합니다.

{
  type = "Smartsheet"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }
}

Snowflake경우 다음을 사용합니다.

{
  type = "Snowflake"
  typeProperties = {
    connectionString = ?
    encryptedCredential = "string"
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
  }
}

SnowflakeV2경우 다음을 사용합니다.

{
  type = "SnowflakeV2"
  typeProperties = {
    accountIdentifier = ?
    authenticationType = "string"
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    database = ?
    encryptedCredential = "string"
    host = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    privateKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    privateKeyPassphrase = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    scope = ?
    tenantId = ?
    user = ?
    warehouse = ?
  }
}

spark경우 다음을 사용합니다.

{
  type = "Spark"
  typeProperties = {
    allowHostNameCNMismatch = ?
    allowSelfSignedServerCert = ?
    authenticationType = "string"
    enableSsl = ?
    encryptedCredential = "string"
    host = ?
    httpPath = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    serverType = "string"
    thriftTransportProtocol = "string"
    trustedCertPath = ?
    username = ?
    useSystemTrustStore = ?
  }
}

SqlServer경우 다음을 사용합니다.

{
  type = "SqlServer"
  typeProperties = {
    alwaysEncryptedSettings = {
      alwaysEncryptedAkvAuthType = "string"
      credential = {
        referenceName = "string"
        type = "string"
      }
      servicePrincipalId = ?
      servicePrincipalKey = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent = ?
    authenticationType = "string"
    commandTimeout = ?
    connectionString = ?
    connectRetryCount = ?
    connectRetryInterval = ?
    connectTimeout = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    database = ?
    encrypt = ?
    encryptedCredential = "string"
    failoverPartner = ?
    hostNameInCertificate = ?
    integratedSecurity = ?
    loadBalanceTimeout = ?
    maxPoolSize = ?
    minPoolSize = ?
    multipleActiveResultSets = ?
    multiSubnetFailover = ?
    packetSize = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    pooling = ?
    server = ?
    trustServerCertificate = ?
    userName = ?
  }
}

Square경우 다음을 사용합니다.

{
  type = "Square"
  typeProperties = {
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    connectionProperties = ?
    encryptedCredential = "string"
    host = ?
    redirectUri = ?
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

Sybase경우 다음을 사용합니다.

{
  type = "Sybase"
  typeProperties = {
    authenticationType = "string"
    database = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    schema = ?
    server = ?
    username = ?
  }
}

TeamDesk경우 다음을 사용합니다.

{
  type = "TeamDesk"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    url = ?
    userName = ?
  }
}

Teradata경우 다음을 사용합니다.

{
  type = "Teradata"
  typeProperties = {
    authenticationType = "string"
    connectionString = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    server = ?
    username = ?
  }
}

Twilio경우 다음을 사용합니다.

{
  type = "Twilio"
  typeProperties = {
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    userName = ?
  }
}

Vertica경우 다음을 사용합니다.

{
  type = "Vertica"
  typeProperties = {
    connectionString = ?
    database = ?
    encryptedCredential = "string"
    port = ?
    pwd = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    server = ?
    uid = ?
  }
}

Warehouse경우 다음을 사용합니다.

{
  type = "Warehouse"
  typeProperties = {
    artifactId = ?
    encryptedCredential = "string"
    endpoint = ?
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    workspaceId = ?
  }
}

경우 다음을 사용합니다.

{
  type = "Web"
  typeProperties = {
    url = ?
    authenticationType = "string"
    // For remaining properties, see WebLinkedServiceTypeProperties objects
  }
}

Xero경우 다음을 사용합니다.

{
  type = "Xero"
  typeProperties = {
    connectionProperties = ?
    consumerKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    host = ?
    privateKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

Zendesk경우 다음을 사용합니다.

{
  type = "Zendesk"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    url = ?
    userName = ?
  }
}

Zoho경우 다음을 사용합니다.

{
  type = "Zoho"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    connectionProperties = ?
    encryptedCredential = "string"
    endpoint = ?
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

SecretBase 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

AzureKeyVaultSecret경우 다음을 사용합니다.

{
  secretName = ?
  secretVersion = ?
  store = {
    parameters = {
      {customized property} = ?
    }
    referenceName = "string"
    type = "string"
  }
  type = "AzureKeyVaultSecret"
}

SecureString경우 다음을 사용합니다.

{
  type = "SecureString"
  value = "string"
}

속성 값

AmazonMWSLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AmazonMWS'(필수)
typeProperties Amazon Marketplace 웹 서비스 연결된 서비스 속성입니다. AmazonMWSLinkedServiceTypeProperties (필수)

AmazonMWSLinkedServiceTypeProperties

이름 묘사
accessKeyId 데이터에 액세스하는 데 사용되는 액세스 키 ID입니다. any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 Amazon MWS 서버의 엔드포인트(즉, mws.amazonservices.com) any(필수)
marketplaceID 데이터를 검색하려는 Amazon Marketplace ID입니다. 여러 Marketplace ID에서 데이터를 검색하려면 쉼표(,)로 구분합니다. (예: A2EUQ1WTGCTBG2) any(필수)
mwsAuthToken Amazon MWS 인증 토큰입니다. SecretBase
secretKey 데이터에 액세스하는 데 사용되는 비밀 키입니다. SecretBase
sellerID Amazon 판매자 ID입니다. any(필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

AmazonRdsForLinkedServiceTypeProperties

이름 묘사
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. SecretBase

AmazonRdsForOracleLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AmazonRdsForOracle'(필수)
typeProperties AmazonRdsForOracle 데이터베이스 연결된 서비스 속성입니다. amazonRdsForLinkedServiceTypeProperties (필수)

AmazonRdsForSqlServerLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AmazonRdsForSqlServer'(필수)
typeProperties SQL Server 연결된 서비스 속성에 대한 Amazon RDS입니다. amazonRdsForSqlServerLinkedServiceTypeProperties (필수)

AmazonRdsForSqlServerLinkedServiceTypeProperties

이름 묘사
alwaysEncryptedSettings Sql은 항상 암호화된 속성입니다. SqlAlwaysEncryptedProperties
applicationIntent 서버에 연결할 때 권장 버전에서 사용하는 애플리케이션 워크로드 유형입니다. 가능한 값은 ReadOnly 및 ReadWrite입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'SQL'
'Windows'
commandTimeout 명령을 실행하려는 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전의 기본 대기 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
connectRetryCount 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 다시 연결이 시도된 수입니다. 0에서 255 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectRetryInterval 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 각 다시 연결 시도 사이의 시간(초)입니다. 1에서 60 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectTimeout 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전에 서버에 대한 연결을 기다리는 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
데이터베이스 권장 버전에서 사용하는 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호화하다 권장 버전에서 사용하는 클라이언트와 서버 간에 전송되는 모든 데이터에 TLS 암호화가 필요한지 여부를 나타냅니다. 가능한 값은 true/yes/mandatory, false/no/optional 및 strict입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
failoverPartner 주 서버가 다운된 경우 연결할 파트너 서버의 이름 또는 주소이며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
hostNameInCertificate 연결에 대한 서버 인증서의 유효성을 검사할 때 사용할 호스트 이름입니다. 지정하지 않으면 데이터 원본의 서버 이름이 인증서 유효성 검사에 사용되며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
integratedSecurity 연결에 사용자 ID 및 암호가 지정되었는지(false인 경우) 또는 현재 Windows 계정 자격 증명이 인증에 사용되는지(true인 경우) 권장 버전에서 사용되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
loadBalanceTimeout 연결이 삭제되기 전에 연결 풀에 있는 최소 시간(초)으로, 권장 버전에서 사용합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
maxPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최대 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
minPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최소 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
multipleActiveResultSets true이면 애플리케이션이 MARS(여러 활성 결과 집합)를 유지할 수 있습니다. false이면 애플리케이션이 권장 버전에서 사용하는 해당 연결에서 다른 일괄 처리를 실행하기 전에 한 일괄 처리의 모든 결과 집합을 처리하거나 취소해야 합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
multiSubnetFailover 애플리케이션이 다른 서브넷의 AlwaysOn AG(가용성 그룹)에 연결하는 경우 MultiSubnetFailover=true를 설정하면 권장 버전에서 사용하는 (현재) 활성 서버에 대한 빠른 검색 및 연결을 제공합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
packetSize 권장 버전에서 사용하는 서버 인스턴스와 통신하는 데 사용되는 네트워크 패킷의 크기(바이트)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
암호 온-프레미스 Windows 인증 암호입니다. SecretBase
풀링 권장 버전에서 사용하는 연결이 요청될 때마다 연결을 풀하거나 명시적으로 열지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
서버 연결할 SQL Server 인스턴스의 이름 또는 네트워크 주소로, 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
trustServerCertificate 권장 버전에서 사용하는 신뢰의 유효성을 검사하기 위해 인증서 체인을 건너뛰는 동안 채널이 암호화되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
userName 온-프레미스 Windows 인증 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AmazonRedshiftLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AmazonRedshift'(필수)
typeProperties Amazon Redshift 연결된 서비스 속성입니다. amazonRedshiftLinkedServiceTypeProperties (필수)

AmazonRedshiftLinkedServiceTypeProperties

이름 묘사
데이터베이스 Amazon Redshift 원본의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 Amazon Redshift 원본의 암호입니다. SecretBase
항구 Amazon Redshift 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 5439입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
서버 Amazon Redshift 서버의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
사용자 이름 Amazon Redshift 원본의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AmazonS3CompatibleLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AmazonS3Compatible'(필수)
typeProperties Amazon S3 호환 가능한 연결된 서비스 속성입니다. AmazonS3CompatibleLinkedServiceTypeProperties(필수)

AmazonS3CompatibleLinkedServiceTypeProperties

이름 묘사
accessKeyId Amazon S3 IAM(호환 ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
forcePathStyle true이면 가상 호스트 스타일 액세스 대신 S3 경로 스타일 액세스를 사용합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
secretAccessKey Amazon S3 IAM(호환 ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 Amazon S3 호환 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AmazonS3LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AmazonS3'(필수)
typeProperties Amazon S3 연결된 서비스 속성입니다. amazonS3LinkedServiceTypeProperties (필수)

AmazonS3LinkedServiceTypeProperties

이름 묘사
accessKeyId Amazon S3 IAM(ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType S3의 인증 유형입니다. 허용되는 값: AccessKey(기본값) 또는 TemporarySecurityCredentials입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
secretAccessKey Amazon S3 IAM(ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 S3 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sessionToken S3 임시 보안 자격 증명에 대한 세션 토큰입니다. SecretBase

AppFiguresLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AppFigures'(필수)
typeProperties AppFigures 연결된 서비스 속성입니다. AppFiguresLinkedServiceTypeProperties (필수)

AppFiguresLinkedServiceTypeProperties

이름 묘사
clientKey AppFigures 원본의 클라이언트 키입니다. SecretBase(필수)
암호 AppFigures 원본의 암호입니다. SecretBase(필수)
userName Appfigures 원본의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

AsanaLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Asana'(필수)
typeProperties Asana 연결된 서비스 속성입니다. asanaLinkedServiceTypeProperties (필수)

AsanaLinkedServiceTypeProperties

이름 묘사
apiToken Asana 원본에 대한 api 토큰입니다. SecretBase(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

AzureBatchLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureBatch'(필수)
typeProperties Azure Batch 연결된 서비스 속성입니다. AzureBatchLinkedServiceTypeProperties (필수)

AzureBatchLinkedServiceTypeProperties

이름 묘사
accessKey Azure Batch 계정 액세스 키입니다. SecretBase
accountName Azure Batch 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
batchUri Azure Batch URI입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
linkedServiceName Azure Storage 연결된 서비스 참조입니다. linkedServiceReference (필수)
poolName Azure Batch 풀 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

AzureBlobFSLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureBlobFS'(필수)
typeProperties Azure Data Lake Storage Gen2 연결된 서비스 속성입니다. AzureBlobFSLinkedServiceTypeProperties (필수)

AzureBlobFSLinkedServiceTypeProperties

이름 묘사
accountKey Azure Data Lake Storage Gen2 서비스의 계정 키입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
sasToken sas uri에서 sasToken의 Azure Key Vault 비밀 참조입니다. SecretBase
sasUri Azure Data Lake Storage Gen2 서비스의 SAS URI입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Azure Data Lake Storage Gen2 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure Data Lake Storage Gen2 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
url Azure Data Lake Storage Gen2 서비스의 엔드포인트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureBlobStorageLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureBlobStorage'(필수)
typeProperties Azure Blob Storage 연결된 서비스 속성입니다. AzureBlobStorageLinkedServiceTypeProperties (필수)

AzureBlobStorageLinkedServiceTypeProperties

이름 묘사
accountKey 연결 문자열에서 accountKey의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
accountKind 스토리지 계정의 종류를 지정합니다. 허용되는 값은 스토리지(범용 v1), StorageV2(범용 v2), BlobStorage 또는 BlockBlobStorage입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'AccountKey'
'익명'
'Msi'
'SasUri'
'ServicePrincipal'
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
connectionString 연결 문자열입니다. sasUri, serviceEndpoint 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
containerUri Azure Blob Storage 리소스의 컨테이너 URI는 익명 액세스만 지원합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
sasToken sas uri에서 sasToken의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
sasUri Azure Blob Storage 리소스의 SAS URI입니다. connectionString, serviceEndpoint 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
serviceEndpoint Azure Blob Storage 리소스의 Blob Service 엔드포인트입니다. connectionString, sasUri 속성과 함께 사용할 수 없습니다. 어떤
servicePrincipalId Azure SQL Data Warehouse에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure SQL Data Warehouse에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureDatabricksDeltaLakeLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureDatabricksDeltaLake'(필수)
typeProperties Azure Databricks Delta Lake 연결된 서비스 속성입니다. AzureDatabricksDetltaLakeLinkedServiceTypeProperties (필수)

AzureDatabricksDetltaLakeLinkedServiceTypeProperties

이름 묘사
accessToken databricks REST API에 대한 액세스 토큰입니다. https://docs.azuredatabricks.net/api/latest/authentication.html참조하세요. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. SecretBase
clusterId 이 작업의 모든 실행에 사용할 기존 대화형 클러스터의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
도메인 <REGION>.azuredatabricks.net, Databricks 배포의 도메인 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
workspaceResourceId databricks REST API의 작업 영역 리소스 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureDatabricksLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureDatabricks'(필수)
typeProperties Azure Databricks 연결된 서비스 속성입니다. AzureDatabricksLinkedServiceTypeProperties (필수)

AzureDatabricksLinkedServiceTypeProperties

이름 묘사
accessToken databricks REST API에 대한 액세스 토큰입니다. https://docs.azuredatabricks.net/api/latest/authentication.html참조하세요. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
인증 databricks REST API에 작업 영역 리소스 ID를 사용하는 경우 MSI를 지정하는 데 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
도메인 <REGION>.azuredatabricks.net, Databricks 배포의 도메인 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
existingClusterId 이 활동의 모든 실행에 사용할 기존 대화형 클러스터의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
instancePoolId 이 작업의 모든 실행에 사용할 기존 인스턴스 풀의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
newClusterCustomTags 클러스터 리소스에 대한 추가 태그입니다. 이 속성은 인스턴스 풀 구성에서 무시됩니다. azureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags
newClusterDriverNodeType 새 작업 클러스터의 드라이버 노드 유형입니다. 이 속성은 인스턴스 풀 구성에서 무시됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
newClusterEnableElasticDisk 새 클러스터에서 탄력적 디스크를 사용하도록 설정합니다. 이 속성은 이제 무시되며 Databricks에서 기본 탄력적 디스크 동작을 사용합니다(탄력적 디스크는 항상 사용됨). 형식: 부울(또는 resultType 부울이 있는 식). 어떤
newClusterInitScripts 새 클러스터에 대한 사용자 정의 초기화 스크립트입니다. 형식: 문자열 배열(또는 resultType 문자열 배열이 있는 식)입니다. 어떤
newClusterLogDestination Spark 드라이버, 작업자 및 이벤트 로그를 배달할 위치를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
newClusterNodeType 새 작업 클러스터의 노드 유형입니다. newClusterVersion을 지정하고 instancePoolId를 지정하지 않은 경우 이 속성이 필요합니다. instancePoolId를 지정하면 이 속성은 무시됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
newClusterNumOfWorker 기존 대화형 클러스터를 사용하지 않는 경우 새 작업 클러스터 또는 인스턴스 풀에 사용할 작업자 노드 수를 지정합니다. 새 작업 클러스터의 경우 '1'과 같이 문자열 형식의 Int32는 numOfWorker가 1이거나 '1:10'이면 1(분)에서 10(최대)으로 자동 크기 조정을 의미합니다. 인스턴스 풀의 경우 문자열 형식 Int32이며 고정된 수의 작업자 노드(예: '2')만 지정할 수 있습니다. newClusterVersion이 지정된 경우 필수입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
newClusterSparkConf 선택적 사용자 지정 Spark 구성 키-값 쌍 집합입니다. azureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
newClusterSparkEnvVars 선택적 사용자 지정 Spark 환경 변수 키-값 쌍 집합입니다. AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars
newClusterVersion 기존 대화형 클러스터를 사용하지 않는 경우 이 작업의 각 실행에 대해 만들어진 새 작업 클러스터 또는 인스턴스 풀 노드의 Spark 버전을 지정합니다. instancePoolId가 지정된 경우 필수입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
policyId 사용자 정의 규칙 집합에 따라 클러스터를 구성하는 기능을 제한하는 정책 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
workspaceResourceId databricks REST API의 작업 영역 리소스 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags

이름 묘사

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf

이름 묘사

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars

이름 묘사

AzureDataExplorerLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureDataExplorer'(필수)
typeProperties Azure Data Explorer(Kusto) 연결된 서비스 속성입니다. AzureDataExplorerLinkedServiceTypeProperties (필수)

AzureDataExplorerLinkedServiceTypeProperties

이름 묘사
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
끝점 Azure Data Explorer의 엔드포인트(엔진의 엔드포인트)입니다. URL은 clusterName>https://<형식입니다.<regionName>.kusto.windows.net. 형식: 문자열(또는 resultType 문자열이 있는 식) any(필수)
servicePrincipalId Azure Data Explorer에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Kusto에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureDataLakeAnalyticsLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureDataLakeAnalytics'(필수)
typeProperties Azure Data Lake Analytics 연결된 서비스 속성입니다. AzureDataLakeAnalyticsLinkedServiceTypeProperties (필수)

AzureDataLakeAnalyticsLinkedServiceTypeProperties

이름 묘사
accountName Azure Data Lake Analytics 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
dataLakeAnalyticsUri Azure Data Lake Analytics URI 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
resourceGroupName Data Lake Analytics 계정 리소스 그룹 이름(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Azure Data Lake Analytics 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure Data Lake Analytics 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
subscriptionId Data Lake Analytics 계정 구독 ID(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

AzureDataLakeStoreLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureDataLakeStore'(필수)
typeProperties Azure Data Lake Store 연결된 서비스 속성입니다. AzureDataLakeStoreLinkedServiceTypeProperties (필수)

AzureDataLakeStoreLinkedServiceTypeProperties

이름 묘사
accountName Data Lake Store 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
dataLakeStoreUri Data Lake Store 서비스 URI. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
resourceGroupName Data Lake Store 계정 리소스 그룹 이름(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Azure Data Lake Store 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure Data Lake Store 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
subscriptionId Data Lake Store 계정 구독 ID(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureFileStorageLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureFileStorage'(필수)
typeProperties Azure File Storage 연결된 서비스 속성입니다. AzureFileStorageLinkedServiceTypeProperties (필수)

AzureFileStorageLinkedServiceTypeProperties

이름 묘사
accountKey 연결 문자열에서 accountKey의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
connectionString 연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
fileShare Azure 파일 공유 이름입니다. accountKey/sasToken을 사용하여 인증할 때 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
호스트 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 서버를 로그온하기 위한 암호입니다. SecretBase
sasToken sas uri에서 sasToken의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
sasUri Azure File 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
serviceEndpoint Azure File Storage 리소스의 파일 서비스 엔드포인트입니다. connectionString, sasUri 속성과 함께 사용할 수 없습니다. 어떤
스냅 사진 Azure 파일 공유 스냅샷 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
userId 서버에 로그온할 사용자 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureFunctionLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureFunction'(필수)
typeProperties Azure Function 연결된 서비스 속성입니다. AzureFunctionLinkedServiceTypeProperties (필수)

AzureFunctionLinkedServiceTypeProperties

이름 묘사
인증 AzureFunction에 연결하는 데 사용되는 인증 유형(MSI를 지정하는 데 필요)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
functionAppUrl Azure 함수 앱의 엔드포인트입니다. URL은 accountName>.azurewebsites.net https://<형식입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
functionKey Azure Function App에 대한 함수 또는 호스트 키입니다. SecretBase
resourceId Azure 함수에 허용되는 토큰 대상 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureKeyVaultLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureKeyVault'(필수)
typeProperties Azure Key Vault 연결된 서비스 속성입니다. AzureKeyVaultLinkedServiceTypeProperties (필수)

AzureKeyVaultLinkedServiceTypeProperties

이름 묘사
baseUrl Azure Key Vault의 기본 URL입니다. 예: https://myakv.vault.azure.net 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference

AzureKeyVaultSecretReference

이름 묘사
secretName Azure Key Vault의 비밀 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
secretVersion Azure Key Vault의 비밀 버전입니다. 기본값은 비밀의 최신 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
가게 Azure Key Vault 연결된 서비스 참조입니다. linkedServiceReference (필수)
비밀의 유형입니다. string(필수)

AzureKeyVaultSecretReference

이름 묘사
secretName Azure Key Vault의 비밀 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
secretVersion Azure Key Vault의 비밀 버전입니다. 기본값은 비밀의 최신 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
가게 Azure Key Vault 연결된 서비스 참조입니다. linkedServiceReference (필수)
비밀의 유형입니다. 'AzureKeyVaultSecret'(필수)

AzureMariaDBLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureMariaDB'(필수)
typeProperties Azure Database for MariaDB 연결된 서비스 속성입니다. AzureMariaDBLinkedServiceTypeProperties (필수)

AzureMariaDBLinkedServiceTypeProperties

이름 묘사
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
pwd 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

AzureMLLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureML'(필수)
typeProperties Azure ML Studio 웹 서비스 연결된 서비스 속성입니다. AzureMLLinkedServiceTypeProperties (필수)

AzureMLLinkedServiceTypeProperties

이름 묘사
apiKey Azure ML 모델 엔드포인트에 액세스하기 위한 API 키입니다. SecretBase(필수)
인증 AzureML에 연결하는 데 사용되는 인증 유형(MSI를 지정하는 데 필요)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
mlEndpoint Azure ML Studio 웹 서비스 엔드포인트에 대한 Batch 실행 REST URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
servicePrincipalId Azure ML Studio 웹 서비스의 ARM 기반 updateResourceEndpoint에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure ML Studio 웹 서비스의 ARM 기반 updateResourceEndpoint에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
updateResourceEndpoint Azure ML Studio 웹 서비스 엔드포인트에 대한 리소스 REST 업데이트 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureMLServiceLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureMLService'(필수)
typeProperties Azure ML Service 연결된 서비스 속성입니다. AzureMLServiceLinkedServiceTypeProperties (필수)

AzureMLServiceLinkedServiceTypeProperties

이름 묘사
인증 AzureML에 연결하는 데 사용되는 인증 유형(MSI를 지정하는 데 필요)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
mlWorkspaceName Azure ML Service 작업 영역 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
resourceGroupName Azure ML Service 작업 영역 리소스 그룹 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
servicePrincipalId 게시된 Azure ML Service 파이프라인의 엔드포인트에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey 게시된 Azure ML Service 파이프라인의 엔드포인트에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
subscriptionId Azure ML Service 작업 영역 구독 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureMySqlLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureMySql'(필수)
typeProperties Azure MySQL 데이터베이스 연결된 서비스 속성입니다. AzureMySqlLinkedServiceTypeProperties (필수)

AzureMySqlLinkedServiceTypeProperties

이름 묘사
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

AzurePostgreSqlLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzurePostgreSql'(필수)
typeProperties Azure PostgreSQL 연결된 서비스 속성입니다. AzurePostgreSqlLinkedServiceTypeProperties (필수)

AzurePostgreSqlLinkedServiceTypeProperties

이름 묘사
commandTimeout 시도를 종료하고 오류를 생성하기 전에 명령을 실행하는 동안 대기하는 시간(초)입니다. 무한대에 대해 0으로 설정합니다. 형식: 정수입니다. 어떤
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다. 어떤
인코딩 PostgreSQL 문자열 데이터를 인코딩/디코딩하는 데 사용할 .NET 인코딩을 가져오거나 설정합니다. 형식: 문자열 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
항구 연결의 포트입니다. 형식: 정수입니다. 어떤
readBufferSize 읽을 때 내부 버퍼가 사용하는 크기를 결정합니다. 데이터베이스에서 큰 값을 전송하는 경우 성능이 향상될 수 있습니다. 형식: 정수입니다. 어떤
서버 연결의 서버 이름입니다. 형식: 문자열입니다. 어떤
sslMode 연결에 대한 SSL 모드입니다. 형식: 정수입니다. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 형식: 정수입니다. 어떤
타임 아웃 시도를 종료하고 오류를 생성하기 전에 연결을 설정하는 동안 대기하는 시간(초)입니다. 형식: 정수입니다. 어떤
표준 시간대 세션 표준 시간대를 가져오거나 설정합니다. 형식: 문자열입니다. 어떤
trustServerCertificate 서버 인증서의 유효성을 검사하지 않고 서버 인증서를 신뢰할지 여부입니다. 형식: 부울. 어떤
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열입니다. 어떤

AzureSearchLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureSearch'(필수)
typeProperties Windows Azure Search Service 연결된 서비스 속성입니다. AzureSearchLinkedServiceTypeProperties (필수)

AzureSearchLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
열쇠 Azure Search 서비스에 대한 관리 키 SecretBase
url Azure Search 서비스의 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

AzureSqlDatabaseLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureSqlDatabase'(필수)
typeProperties Azure SQL Database 연결된 서비스 속성입니다. AzureSqlDatabaseLinkedServiceTypeProperties (필수)

AzureSqlDatabaseLinkedServiceTypeProperties

이름 묘사
alwaysEncryptedSettings Sql은 항상 암호화된 속성입니다. SqlAlwaysEncryptedProperties
applicationIntent 서버에 연결할 때 권장 버전에서 사용하는 애플리케이션 워크로드 유형입니다. 가능한 값은 ReadOnly 및 ReadWrite입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
commandTimeout 명령을 실행하려는 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전의 기본 대기 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
connectRetryCount 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 다시 연결이 시도된 수입니다. 0에서 255 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectRetryInterval 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 각 다시 연결 시도 사이의 시간(초)입니다. 1에서 60 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectTimeout 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전에 서버에 대한 연결을 기다리는 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 권장 버전에서 사용하는 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호화하다 권장 버전에서 사용하는 클라이언트와 서버 간에 전송되는 모든 데이터에 TLS 암호화가 필요한지 여부를 나타냅니다. 가능한 값은 true/yes/mandatory, false/no/optional 및 strict입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
failoverPartner 주 서버가 다운된 경우 연결할 파트너 서버의 이름 또는 주소이며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
hostNameInCertificate 연결에 대한 서버 인증서의 유효성을 검사할 때 사용할 호스트 이름입니다. 지정하지 않으면 데이터 원본의 서버 이름이 인증서 유효성 검사에 사용되며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
integratedSecurity 연결에 사용자 ID 및 암호가 지정되었는지(false인 경우) 또는 현재 Windows 계정 자격 증명이 인증에 사용되는지(true인 경우) 권장 버전에서 사용되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
loadBalanceTimeout 연결이 삭제되기 전에 연결 풀에 있는 최소 시간(초)으로, 권장 버전에서 사용합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
maxPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최대 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
minPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최소 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
multipleActiveResultSets true이면 애플리케이션이 MARS(여러 활성 결과 집합)를 유지할 수 있습니다. false이면 애플리케이션이 권장 버전에서 사용하는 해당 연결에서 다른 일괄 처리를 실행하기 전에 한 일괄 처리의 모든 결과 집합을 처리하거나 취소해야 합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
multiSubnetFailover 애플리케이션이 다른 서브넷의 AlwaysOn AG(가용성 그룹)에 연결하는 경우 MultiSubnetFailover=true를 설정하면 권장 버전에서 사용하는 (현재) 활성 서버에 대한 빠른 검색 및 연결을 제공합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
packetSize 권장 버전에서 사용하는 서버 인스턴스와 통신하는 데 사용되는 네트워크 패킷의 크기(바이트)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
풀링 권장 버전에서 사용하는 연결이 요청될 때마다 연결을 풀하거나 명시적으로 열지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
서버 연결할 SQL Server 인스턴스의 이름 또는 네트워크 주소로, 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
trustServerCertificate 권장 버전에서 사용하는 신뢰의 유효성을 검사하기 위해 인증서 체인을 건너뛰는 동안 채널이 암호화되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
userName 서버에 연결할 때 사용할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureSqlDWLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureSqlDW'(필수)
typeProperties Azure SQL Data Warehouse 연결된 서비스 속성입니다. AzureSqlDWLinkedServiceTypeProperties (필수)

AzureSqlDWLinkedServiceTypeProperties

이름 묘사
applicationIntent 서버에 연결할 때 권장 버전에서 사용하는 애플리케이션 워크로드 유형입니다. 가능한 값은 ReadOnly 및 ReadWrite입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
commandTimeout 명령을 실행하려는 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전의 기본 대기 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
connectRetryCount 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 다시 연결이 시도된 수입니다. 0에서 255 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectRetryInterval 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 각 다시 연결 시도 사이의 시간(초)입니다. 1에서 60 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectTimeout 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전에 서버에 대한 연결을 기다리는 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 권장 버전에서 사용하는 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호화하다 권장 버전에서 사용하는 클라이언트와 서버 간에 전송되는 모든 데이터에 TLS 암호화가 필요한지 여부를 나타냅니다. 가능한 값은 true/yes/mandatory, false/no/optional 및 strict입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
failoverPartner 주 서버가 다운된 경우 연결할 파트너 서버의 이름 또는 주소이며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
hostNameInCertificate 연결에 대한 서버 인증서의 유효성을 검사할 때 사용할 호스트 이름입니다. 지정하지 않으면 데이터 원본의 서버 이름이 인증서 유효성 검사에 사용되며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
integratedSecurity 연결에 사용자 ID 및 암호가 지정되었는지(false인 경우) 또는 현재 Windows 계정 자격 증명이 인증에 사용되는지(true인 경우) 권장 버전에서 사용되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
loadBalanceTimeout 연결이 삭제되기 전에 연결 풀에 있는 최소 시간(초)으로, 권장 버전에서 사용합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
maxPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최대 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
minPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최소 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
multipleActiveResultSets true이면 애플리케이션이 MARS(여러 활성 결과 집합)를 유지할 수 있습니다. false이면 애플리케이션이 권장 버전에서 사용하는 해당 연결에서 다른 일괄 처리를 실행하기 전에 한 일괄 처리의 모든 결과 집합을 처리하거나 취소해야 합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
multiSubnetFailover 애플리케이션이 다른 서브넷의 AlwaysOn AG(가용성 그룹)에 연결하는 경우 MultiSubnetFailover=true를 설정하면 권장 버전에서 사용하는 (현재) 활성 서버에 대한 빠른 검색 및 연결을 제공합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
packetSize 권장 버전에서 사용하는 서버 인스턴스와 통신하는 데 사용되는 네트워크 패킷의 크기(바이트)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
풀링 권장 버전에서 사용하는 연결이 요청될 때마다 연결을 풀하거나 명시적으로 열지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
서버 연결할 SQL Server 인스턴스의 이름 또는 네트워크 주소로, 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Azure SQL Data Warehouse에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure SQL Data Warehouse에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
trustServerCertificate 권장 버전에서 사용하는 신뢰의 유효성을 검사하기 위해 인증서 체인을 건너뛰는 동안 채널이 암호화되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
userName 서버에 연결할 때 사용할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureSqlMILinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureSqlMI'(필수)
typeProperties Azure SQL Managed Instance 연결된 서비스 속성입니다. AzureSqlMILinkedServiceTypeProperties (필수)

AzureSqlMILinkedServiceTypeProperties

이름 묘사
alwaysEncryptedSettings Sql은 항상 암호화된 속성입니다. SqlAlwaysEncryptedProperties
applicationIntent 서버에 연결할 때 권장 버전에서 사용하는 애플리케이션 워크로드 유형입니다. 가능한 값은 ReadOnly 및 ReadWrite입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
commandTimeout 명령을 실행하려는 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전의 기본 대기 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
connectRetryCount 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 다시 연결이 시도된 수입니다. 0에서 255 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectRetryInterval 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 각 다시 연결 시도 사이의 시간(초)입니다. 1에서 60 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectTimeout 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전에 서버에 대한 연결을 기다리는 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 권장 버전에서 사용하는 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호화하다 권장 버전에서 사용하는 클라이언트와 서버 간에 전송되는 모든 데이터에 TLS 암호화가 필요한지 여부를 나타냅니다. 가능한 값은 true/yes/mandatory, false/no/optional 및 strict입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
failoverPartner 주 서버가 다운된 경우 연결할 파트너 서버의 이름 또는 주소이며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
hostNameInCertificate 연결에 대한 서버 인증서의 유효성을 검사할 때 사용할 호스트 이름입니다. 지정하지 않으면 데이터 원본의 서버 이름이 인증서 유효성 검사에 사용되며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
integratedSecurity 연결에 사용자 ID 및 암호가 지정되었는지(false인 경우) 또는 현재 Windows 계정 자격 증명이 인증에 사용되는지(true인 경우) 권장 버전에서 사용되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
loadBalanceTimeout 연결이 삭제되기 전에 연결 풀에 있는 최소 시간(초)으로, 권장 버전에서 사용합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
maxPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최대 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
minPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최소 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
multipleActiveResultSets true이면 애플리케이션이 MARS(여러 활성 결과 집합)를 유지할 수 있습니다. false이면 애플리케이션이 권장 버전에서 사용하는 해당 연결에서 다른 일괄 처리를 실행하기 전에 한 일괄 처리의 모든 결과 집합을 처리하거나 취소해야 합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
multiSubnetFailover 애플리케이션이 다른 서브넷의 AlwaysOn AG(가용성 그룹)에 연결하는 경우 MultiSubnetFailover=true를 설정하면 권장 버전에서 사용하는 (현재) 활성 서버에 대한 빠른 검색 및 연결을 제공합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
packetSize 권장 버전에서 사용하는 서버 인스턴스와 통신하는 데 사용되는 네트워크 패킷의 크기(바이트)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
풀링 권장 버전에서 사용하는 연결이 요청될 때마다 연결을 풀하거나 명시적으로 열지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
서버 연결할 SQL Server 인스턴스의 이름 또는 네트워크 주소로, 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Azure SQL Managed Instance에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure SQL Managed Instance에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
trustServerCertificate 권장 버전에서 사용하는 신뢰의 유효성을 검사하기 위해 인증서 체인을 건너뛰는 동안 채널이 암호화되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
userName 서버에 연결할 때 사용할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureStorageLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureStorage'(필수)
typeProperties Azure Storage 연결된 서비스 속성입니다. AzureStorageLinkedServiceTypeProperties (필수)

AzureStorageLinkedServiceTypeProperties

이름 묘사
accountKey 연결 문자열에서 accountKey의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
connectionString 연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
sasToken sas uri에서 sasToken의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
sasUri Azure Storage 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤

AzureSynapseArtifactsLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureSynapseArtifacts'(필수)
typeProperties Azure Synapse Analytics(아티팩트) 연결된 서비스 속성입니다. AzureSynapseArtifactsLinkedServiceTypeProperties (필수)

AzureSynapseArtifactsLinkedServiceTypeProperties

이름 묘사
인증 시스템 할당 관리 ID를 인증 방법으로 사용하는 경우 MSI를 지정하는 데 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
끝점 작업 영역 이름>.dev.azuresynapse.net, Azure Synapse Analytics 작업 영역 URL을 https://<. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
workspaceResourceId Synapse 작업 영역의 리소스 ID입니다. 형식은 /subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

AzureTableStorageLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'AzureTableStorage'(필수)
typeProperties Azure Table Storage 연결된 서비스 속성입니다. AzureTableStorageLinkedServiceTypeProperties (필수)

AzureTableStorageLinkedServiceTypeProperties

이름 묘사
accountKey 연결 문자열에서 accountKey의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
connectionString 연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
sasToken sas uri에서 sasToken의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
sasUri Azure Storage 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
serviceEndpoint Azure Table Storage 리소스의 Table Service 엔드포인트입니다. connectionString, sasUri 속성과 함께 사용할 수 없습니다. 어떤

CassandraLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Cassandra'(필수)
typeProperties Cassandra 연결된 서비스 속성입니다. CassandraLinkedServiceTypeProperties(필수)

CassandraLinkedServiceTypeProperties

이름 묘사
authenticationType 연결에 사용할 AuthenticationType입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 연결의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
암호 인증을 위한 암호입니다. SecretBase
항구 연결의 포트입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

CommonDataServiceForAppsLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'CommonDataServiceForApps'(필수)
typeProperties 앱용 Common Data Service 연결된 서비스 속성입니다. CommonDataServiceForAppsLinkedServiceTypeProperties(필수)

CommonDataServiceForAppsLinkedServiceTypeProperties

이름 묘사
authenticationType 앱용 Common Data Service 서버에 연결할 인증 유형입니다. 온라인 시나리오의 경우 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd'입니다. 온라인 시나리오에서 서버To-Server 인증을 위한 'AADServicePrincipal', IFD를 사용하는 Dynamics 온-프레미스용 'Active Directory' 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
deploymentType 앱용 Common Data Service 인스턴스의 배포 유형입니다. App Online용 Common Data Service의 경우 'Online'이고 Ifd를 사용하는 앱용 Common Data Service의 경우 'OnPremisesWithIfd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
도메인 사용자 자격 증명을 확인할 Active Directory 도메인입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
hostName 온-프레미스 Common Data Service for Apps 서버의 호스트 이름입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
organizationName 앱용 Common Data Service 인스턴스의 조직 이름입니다. 이 속성은 온-프레미스에 필요하며 사용자와 연결된 앱용 Common Data Service 인스턴스가 둘 이상 있는 경우 온라인용으로 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 앱용 Common Data Service 인스턴스에 액세스하기 위한 암호입니다. SecretBase
항구 앱용 온-프레미스 Common Data Service 서버의 포트입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. 어떤
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId 서버To-Server 인증에 사용되는 Azure Active Directory의 애플리케이션 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
serviceUri 앱용 Microsoft Common Data Service 서버의 URL입니다. 이 속성은 온-프레미스에 필요하고 온-프레미스에는 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
사용자 이름 앱용 Common Data Service 인스턴스에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

ConcurLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Concur'(필수)
typeProperties Concur Service 연결된 서비스 속성입니다. concurLinkedServiceTypeProperties (필수)

ConcurLinkedServiceTypeProperties

이름 묘사
clientId Concur 앱 관리에서 제공하는 애플리케이션 client_id. any(필수)
connectionProperties Concur에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 상호 배타적입니다. Type: object입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤
사용자 이름 Concur Service에 액세스하는 데 사용하는 사용자 이름입니다. any(필수)

CosmosDbLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'CosmosDb'(필수)
typeProperties CosmosDB 연결된 서비스 속성입니다. CosmosDbLinkedServiceTypeProperties(필수)

CosmosDbLinkedServiceTypeProperties

이름 묘사
accountEndpoint Azure CosmosDB 계정의 엔드포인트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식) 어떤
accountKey Azure CosmosDB 계정의 계정 키입니다. 형식: SecureString 또는 AzureKeyVaultSecretReference. SecretBase
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
connectionMode CosmosDB 계정에 액세스하는 데 사용되는 연결 모드입니다. 형식: 문자열입니다. 'Direct'
'게이트웨이'
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식) 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열입니다. 어떤
servicePrincipalId 서버To-Server 인증에 사용되는 Azure Active Directory의 애플리케이션 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

CosmosDbMongoDbApiLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'CosmosDbMongoDbApi'(필수)
typeProperties CosmosDB(MongoDB API) 연결된 서비스 속성입니다. CosmosDbMongoDbApiLinkedServiceTypeProperties(필수)

CosmosDbMongoDbApiLinkedServiceTypeProperties

이름 묘사
connectionString CosmosDB(MongoDB API) 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. any(필수)
데이터베이스 액세스하려는 CosmosDB(MongoDB API) 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
isServerVersionAbove32 CosmosDB(MongoDB API) 서버 버전이 3.2보다 높은지 여부입니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤

CouchbaseLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Couchbase'(필수)
typeProperties Couchbase 서버 연결된 서비스 속성입니다. CouchbaseLinkedServiceTypeProperties(필수)

CouchbaseLinkedServiceTypeProperties

이름 묘사
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
credString 연결 문자열에서 credString의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

CredentialReference

이름 묘사
referenceName 참조 자격 증명 이름입니다. string(필수)
자격 증명 참조 형식입니다. 'CredentialReference'(필수)

CustomDataSourceLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'CustomDataSource'(필수)
typeProperties 사용자 지정 연결된 서비스 속성입니다. any(필수)

DataworldLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Dataworld'(필수)
typeProperties Dataworld 연결된 서비스 속성입니다. dataworldLinkedServiceTypeProperties (필수)

DataworldLinkedServiceTypeProperties

이름 묘사
apiToken Dataworld 원본에 대한 api 토큰입니다. SecretBase(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

Db2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Db2'(필수)
typeProperties DB2 연결된 서비스 속성입니다. Db2LinkedServiceTypeProperties(필수)

Db2LinkedServiceTypeProperties

이름 묘사
authenticationType 연결에 사용할 AuthenticationType입니다. connectionString 속성과 함께 사용할 수 없습니다. '기본'
certificateCommonName TLS를 사용하는 경우 인증서 일반 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
connectionString 연결 문자열입니다. 서버, 데이터베이스, authenticationType, userName, packageCollection 및 certificateCommonName 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
데이터베이스 연결의 데이터베이스 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열입니다. 문자열
packageCollection 데이터베이스를 쿼리할 때 패키지가 만들어지는 위치입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 인증을 위한 암호입니다. SecretBase
서버 연결의 서버 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
사용자 이름 인증을 위한 사용자 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

DrillLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Drill'(필수)
typeProperties 드릴 서버 연결된 서비스 속성입니다. DrillLinkedServiceTypeProperties(필수)

DrillLinkedServiceTypeProperties

이름 묘사
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
pwd 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

DynamicsAXLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'DynamicsAX'(필수)
typeProperties Dynamics AX 연결된 서비스 속성입니다. DynamicsAXLinkedServiceTypeProperties(필수)

DynamicsAXLinkedServiceTypeProperties

이름 묘사
aadResourceId 권한 부여를 요청하는 리소스를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
servicePrincipalId 애플리케이션의 클라이언트 ID를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
servicePrincipalKey 애플리케이션의 키를 지정합니다. 이 필드를 SecureString으로 표시하여 Data Factory에 안전하게 저장하거나 Azure Key Vault에 저장된 비밀을 참조합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase(필수)
테 넌 트 애플리케이션이 상주하는 테넌트 정보(도메인 이름 또는 테넌트 ID)를 지정합니다. Azure Portal의 오른쪽 위 모서리에 마우스를 가져가서 검색합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
url Dynamics AX(또는 Dynamics 365 Finance and Operations) 인스턴스 OData 엔드포인트입니다. any(필수)

DynamicsCrmLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'DynamicsCrm'(필수)
typeProperties Dynamics CRM 연결된 서비스 속성입니다. DynamicsCrmLinkedServiceTypeProperties(필수)

DynamicsCrmLinkedServiceTypeProperties

이름 묘사
authenticationType Dynamics CRM 서버에 연결할 인증 유형입니다. 온라인 시나리오용 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd', 온라인 시나리오에서 서버To-Server 인증의 경우 'AADServicePrincipal', IFD를 사용하는 Dynamics 온-프레미스용 'Active Directory'. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
deploymentType Dynamics CRM 인스턴스의 배포 유형입니다. Dynamics CRM Online의 경우 'Online'이고 Ifd를 사용하는 Dynamics CRM 온-프레미스의 경우 'OnPremisesWithIfd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
도메인 사용자 자격 증명을 확인할 Active Directory 도메인입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
hostName 온-프레미스 Dynamics CRM 서버의 호스트 이름입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
organizationName Dynamics CRM 인스턴스의 조직 이름입니다. 이 속성은 온-프레미스에 필요하며 사용자와 연결된 Dynamics CRM 인스턴스가 둘 이상 있는 경우 온라인에 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 Dynamics CRM 인스턴스에 액세스하기 위한 암호입니다. SecretBase
항구 온-프레미스 Dynamics CRM 서버의 포트입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. 어떤
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId 서버To-Server 인증에 사용되는 Azure Active Directory의 애플리케이션 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
serviceUri Microsoft Dynamics CRM 서버의 URL입니다. 이 속성은 온-프레미스에 필요하고 온-프레미스에는 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
사용자 이름 Dynamics CRM 인스턴스에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

DynamicsLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Dynamics'(필수)
typeProperties Dynamics 연결된 서비스 속성입니다. DynamicsLinkedServiceTypeProperties(필수)

DynamicsLinkedServiceTypeProperties

이름 묘사
authenticationType Dynamics 서버에 연결할 인증 유형입니다. 온라인 시나리오용 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd', 온라인 시나리오에서 서버To-Server 인증의 경우 'AADServicePrincipal', IFD를 사용하는 Dynamics 온-프레미스용 'Active Directory'. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
deploymentType Dynamics 인스턴스의 배포 유형입니다. Dynamics Online의 경우 'Online'이고 Ifd를 사용하는 Dynamics 온-프레미스의 경우 'OnPremisesWithIfd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
도메인 사용자 자격 증명을 확인할 Active Directory 도메인입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
hostName 온-프레미스 Dynamics 서버의 호스트 이름입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
organizationName Dynamics 인스턴스의 조직 이름입니다. 이 속성은 온-프레미스에 필요하며 사용자와 연결된 Dynamics 인스턴스가 둘 이상 있는 경우 온라인에 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 Dynamics 인스턴스에 액세스하기 위한 암호입니다. SecretBase
항구 온-프레미스 Dynamics 서버의 포트입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. 어떤
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId 서버To-Server 인증에 사용되는 Azure Active Directory의 애플리케이션 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
serviceUri Microsoft Dynamics 서버의 URL입니다. 이 속성은 온-프레미스에 필요하고 온-프레미스에는 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
사용자 이름 Dynamics 인스턴스에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

EloquaLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Eloqua'(필수)
typeProperties Eloqua 서버 연결된 서비스 속성입니다. EloquaLinkedServiceTypeProperties(필수)

EloquaLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 Eloqua 서버의 엔드포인트입니다. (즉, eloqua.example.com) any(필수)
암호 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤
사용자 이름 사이트 이름/사용자 이름 형식의 Eloqua 계정의 사이트 이름 및 사용자 이름입니다. (예: 엘로쿠아/앨리스) any(필수)

FileServerLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'FileServer'(필수)
typeProperties 파일 시스템 연결된 서비스 속성입니다. fileServerLinkedServiceTypeProperties (필수)

FileServerLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
암호 서버를 로그온하기 위한 암호입니다. SecretBase
userId 서버에 로그온할 사용자 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

FtpServerLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'FtpServer'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. ftpServerLinkedServiceTypeProperties (필수)

FtpServerLinkedServiceTypeProperties

이름 묘사
authenticationType FTP 서버에 연결하는 데 사용할 인증 유형입니다. '익명'
'기본'
enableServerCertificateValidation true이면 SSL/TLS 채널을 통해 연결할 때 FTP 서버 SSL 인증서의 유효성을 검사합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
enableSsl true이면 SSL/TLS 채널을 통해 FTP 서버에 연결합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 FTP 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
암호 FTP 서버를 로그온하는 암호입니다. SecretBase
항구 FTP 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 21입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. 어떤
userName FTP 서버를 로그온할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

GoogleAdWordsLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'GoogleAdWords'(필수)
typeProperties Google AdWords 서비스 연결된 서비스 속성입니다. GoogleAdWordsLinkedServiceTypeProperties (필수)

GoogleAdWordsLinkedServiceTypeProperties

이름 묘사
authenticationType 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. ServiceAuthentication은 자체 호스팅 IR에서만 사용할 수 있습니다. 'ServiceAuthentication'
'UserAuthentication'
clientCustomerID 보고서 데이터를 가져오려는 애드워즈 계정의 클라이언트 고객 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientId 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientSecret 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. SecretBase
connectionProperties (사용되지 않음) GoogleAds에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 상호 배타적입니다. Type: object입니다. 어떤
developerToken AdWords API에 대한 액세스 권한을 부여하는 데 사용하는 관리자 계정과 연결된 개발자 토큰입니다. SecretBase
메일 주소 ServiceAuthentication에 사용되며 자체 호스팅 IR에서만 사용할 수 있는 서비스 계정 전자 메일 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
googleAdsApiVersion Google Ads API 주 버전(예: v14) 지원되는 주 버전은 https://developers.google.com/google-ads/api/docs/release-notes찾을 수 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
keyFilePath (사용되지 않음) 서비스 계정 전자 메일 주소를 인증하는 데 사용되며 자체 호스팅 IR에서만 사용할 수 있는 .p12 키 파일의 전체 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
loginCustomerID 특정 고객의 보고서 데이터를 가져오려는 Google Ads Manager 계정의 고객 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
privateKey 서비스 계정 전자 메일 주소를 인증하는 데 사용되며 자체 호스팅 IR에서만 사용할 수 있는 프라이빗 키입니다. SecretBase
refreshToken UserAuthentication용 AdWords에 대한 액세스 권한을 부여하기 위해 Google에서 가져온 새로 고침 토큰입니다. SecretBase
supportLegacyDataTypes Google에서 문자열로 float, int32 및 int64를 매핑하는 레거시 데이터 형식 매핑을 사용할지 여부를 지정합니다. 레거시 드라이버의 데이터 형식 매핑과 이전 버전과의 호환성을 유지하려는 경우가 아니면 true로 설정하지 마세요. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
trustedCertPath (사용되지 않음) SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
useSystemTrustStore (사용되지 않음) 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤

GoogleBigQueryLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'GoogleBigQuery'(필수)
typeProperties Google BigQuery 서비스 연결된 서비스 속성입니다. googleBigQueryLinkedServiceTypeProperties (필수)

GoogleBigQueryLinkedServiceTypeProperties

이름 묘사
additionalProjects 액세스할 공용 BigQuery 프로젝트의 쉼표로 구분된 목록입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. ServiceAuthentication은 자체 호스팅 IR에서만 사용할 수 있습니다. 'ServiceAuthentication'
'UserAuthentication'(필수)
clientId 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientSecret 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. SecretBase
메일 주소 ServiceAuthentication에 사용되며 자체 호스팅 IR에서만 사용할 수 있는 서비스 계정 전자 메일 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
keyFilePath 서비스 계정 전자 메일 주소를 인증하는 데 사용되며 자체 호스팅 IR에서만 사용할 수 있는 .p12 키 파일의 전체 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
프로젝트 쿼리할 기본 BigQuery 프로젝트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
refreshToken UserAuthentication에 대한 BigQuery에 대한 액세스 권한을 부여하기 위해 Google에서 얻은 새로 고침 토큰입니다. SecretBase
requestGoogleDriveScope Google 드라이브에 대한 액세스를 요청할지 여부입니다. Google 드라이브 액세스를 허용하면 BigQuery 데이터를 Google Drive의 데이터와 결합하는 페더레이션 테이블을 지원할 수 있습니다. 기본값은 false입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤

GoogleBigQueryV2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'GoogleBigQueryV2'(필수)
typeProperties Google BigQuery 서비스 연결된 서비스 속성입니다. googleBigQueryV2LinkedServiceTypeProperties (필수)

GoogleBigQueryV2LinkedServiceTypeProperties

이름 묘사
authenticationType 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. 'ServiceAuthentication'
'UserAuthentication'(필수)
clientId 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientSecret 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
keyFileContent 서비스 계정을 인증하는 데 사용되는 .json 키 파일의 콘텐츠입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
projectId 쿼리할 기본 BigQuery 프로젝트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
refreshToken UserAuthentication에 대한 BigQuery에 대한 액세스 권한을 부여하기 위해 Google에서 얻은 새로 고침 토큰입니다. SecretBase

GoogleCloudStorageLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'GoogleCloudStorage'(필수)
typeProperties Google Cloud Storage 연결된 서비스 속성입니다. GoogleCloudStorageLinkedServiceTypeProperties (필수)

GoogleCloudStorageLinkedServiceTypeProperties

이름 묘사
accessKeyId Google Cloud Storage IAM(ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
secretAccessKey Google Cloud Storage ID 및 액세스 관리(IAM) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 Google Cloud Storage 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

GoogleSheetsLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'GoogleSheets'(필수)
typeProperties GoogleSheets 연결된 서비스 속성입니다. GoogleSheetsLinkedServiceTypeProperties (필수)

GoogleSheetsLinkedServiceTypeProperties

이름 묘사
apiToken GoogleSheets 원본에 대한 api 토큰입니다. SecretBase(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

GreenplumLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Greenplum'(필수)
typeProperties Greenplum Database 연결된 서비스 속성입니다. GreenplumLinkedServiceTypeProperties(필수)

GreenplumLinkedServiceTypeProperties

이름 묘사
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
pwd 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

HBaseLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'HBase'(필수)
typeProperties HBase 서버 연결된 서비스 속성입니다. HBaseLinkedServiceTypeProperties(필수)

HBaseLinkedServiceTypeProperties

이름 묘사
allowHostNameCNMismatch SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. 어떤
allowSelfSignedServerCert 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 어떤
authenticationType HBase 서버에 연결하는 데 사용할 인증 메커니즘입니다. '익명'
'Basic'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 HBase 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) any(필수)
httpPath HBase 서버에 해당하는 부분 URL입니다. (예: /gateway/sandbox/hbase/version) 어떤
암호 사용자 이름에 해당하는 암호입니다. SecretBase
항구 HBase 인스턴스가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 9090입니다. 어떤
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 어떤
사용자 이름 HBase 인스턴스에 연결하는 데 사용되는 사용자 이름입니다. 어떤

HdfsLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Hdfs'(필수)
typeProperties HDFS 연결된 서비스 속성입니다. hdfsLinkedServiceTypeProperties (필수)

HdfsLinkedServiceTypeProperties

이름 묘사
authenticationType HDFS에 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 Windows입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 Windows 인증에 대한 암호입니다. SecretBase
url HDFS 서비스 엔드포인트의 URL(예: http://myhostname:50070/webhdfs/v1)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userName Windows 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

HDInsightLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'HDInsight'(필수)
typeProperties HDInsight 연결된 서비스 속성입니다. HDInsightLinkedServiceTypeProperties (필수)

HDInsightLinkedServiceTypeProperties

이름 묘사
clusterUri HDInsight 클러스터 URI. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
fileSystem HDInsight의 기본 스토리지가 ADLS Gen2인 경우 FileSystem을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
hcatalogLinkedServiceName HCatalog 데이터베이스를 가리키는 Azure SQL 연결된 서비스에 대한 참조입니다. linkedServiceReference
isEspEnabled ESP(Enterprise Security Package)를 사용하여 HDInsight를 만들 것인지 지정합니다. 형식: 부울. 어떤
linkedServiceName Azure Storage 연결된 서비스 참조입니다. linkedServiceReference
암호 HDInsight 클러스터 암호입니다. SecretBase
userName HDInsight 클러스터 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

HDInsightOnDemandLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'HDInsightOnDemand'(필수)
typeProperties HDInsight 온디맨드 연결된 서비스 속성입니다. HDInsightOnDemandLinkedServiceTypeProperties (필수)

HDInsightOnDemandLinkedServiceTypeProperties

이름 묘사
additionalLinkedServiceNames Data Factory 서비스가 사용자 대신 등록할 수 있도록 HDInsight 연결된 서비스에 대한 추가 스토리지 계정을 지정합니다. linkedServiceReference[]
clusterNamePrefix 클러스터 이름의 접두사, 접두사는 타임스탬프와 구별됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clusterPassword 클러스터에 액세스할 암호입니다. SecretBase
clusterResourceGroup 클러스터가 속한 리소스 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
clusterSize 클러스터의 작업자/데이터 노드 수입니다. 제안 값: 4. 형식: int(또는 resultType int가 있는 식). any(필수)
clusterSshPassword SSH에 대한 암호는 클러스터의 노드(Linux용)를 원격으로 연결합니다. SecretBase
clusterSshUserName SSH에 대한 사용자 이름은 클러스터의 노드(Linux용)에 원격으로 연결됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clusterType 클러스터 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clusterUserName 클러스터에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
coreConfiguration 만들 HDInsight 클러스터에 대한 핵심 구성 매개 변수(core-site.xml)를 지정합니다. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
dataNodeSize HDInsight 클러스터의 데이터 노드 크기를 지정합니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
hBaseConfiguration HDInsight 클러스터에 대한 HBase 구성 매개 변수(hbase-site.xml)를 지정합니다. 어떤
hcatalogLinkedServiceName HCatalog 데이터베이스를 가리키는 Azure SQL 연결된 서비스의 이름입니다. 주문형 HDInsight 클러스터는 Azure SQL 데이터베이스를 메타스토어로 사용하여 만듭니다. linkedServiceReference
hdfsConfiguration HDInsight 클러스터에 대한 HDFS 구성 매개 변수(hdfs-site.xml)를 지정합니다. 어떤
headNodeSize HDInsight 클러스터의 헤드 노드 크기를 지정합니다. 어떤
hiveConfiguration HDInsight 클러스터에 대한 hive 구성 매개 변수(hive-site.xml)를 지정합니다. 어떤
hostSubscriptionId 클러스터를 호스트하는 고객의 구독입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
linkedServiceName 데이터를 저장하고 처리하기 위해 주문형 클러스터에서 사용할 Azure Storage 연결된 서비스입니다. linkedServiceReference (필수)
mapReduceConfiguration HDInsight 클러스터에 대한 MapReduce 구성 매개 변수(mapred-site.xml)를 지정합니다. 어떤
oozieConfiguration HDInsight 클러스터에 대한 Oozie 구성 매개 변수(oozie-site.xml)를 지정합니다. 어떤
scriptActions HDI 온디맨드 클러스터가 작동되면 실행할 사용자 지정 스크립트 작업입니다. /azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions를 참조하세요. ScriptAction[]
servicePrincipalId hostSubscriptionId의 서비스 주체 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey 서비스 주체 ID의 키입니다. SecretBase
sparkVersion 클러스터 유형이 'spark'인 경우 spark의 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
stormConfiguration HDInsight 클러스터에 대한 Storm 구성 매개 변수(storm-site.xml)를 지정합니다. 어떤
subnetName vNet의 서브넷에 대한 ARM 리소스 ID입니다. virtualNetworkId를 지정한 경우 이 속성이 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
테 넌 트 서비스 주체가 속한 테넌트 ID/이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
timeToLive 주문형 HDInsight 클러스터에 허용되는 유휴 시간입니다. 클러스터에 다른 활성 작업이 없는 경우 작업 실행이 완료된 후 주문형 HDInsight 클러스터가 활성 상태로 유지되는 기간을 지정합니다. 최소값은 5분입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
버전 HDInsight 클러스터의 버전입니다.  형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
virtualNetworkId 클러스터를 만든 후 조인해야 하는 vNet의 ARM 리소스 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
yarnConfiguration HDInsight 클러스터에 대한 Yarn 구성 매개 변수(yarn-site.xml)를 지정합니다. 어떤
zookeeperNodeSize HDInsight 클러스터에 대한 Zoo Keeper 노드의 크기를 지정합니다. 어떤

HiveLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Hive'(필수)
typeProperties Hive Server 연결된 서비스 속성입니다. HiveLinkedServiceTypeProperties(필수)

HiveLinkedServiceTypeProperties

이름 묘사
allowHostNameCNMismatch SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. 어떤
allowSelfSignedServerCert 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 어떤
authenticationType Hive 서버에 액세스하는 데 사용되는 인증 방법입니다. '익명'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 여러 호스트에 대해 ';'로 구분된 Hive 서버의 IP 주소 또는 호스트 이름입니다(serviceDiscoveryMode를 사용하는 경우에만). any(필수)
httpPath Hive 서버에 해당하는 부분 URL입니다. 어떤
암호 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
항구 Hive 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 어떤
serverType Hive 서버의 유형입니다. 'HiveServer1'
'HiveServer2'
'HiveThriftServer'
serviceDiscoveryMode ZooKeeper 서비스를 사용함을 나타내려면 true입니다. false가 아닙니다. 어떤
thriftTransportProtocol Thrift 계층에서 사용할 전송 프로토콜입니다. 'Binary'
'HTTP '
'SASL'
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 어떤
useNativeQuery 드라이버에서 네이티브 HiveQL 쿼리를 사용할지 또는 HiveQL에서 동일한 형식으로 변환할지를 지정합니다. 어떤
사용자 이름 Hive Server에 액세스하는 데 사용하는 사용자 이름입니다. 어떤
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 어떤
zooKeeperNameSpace Hive Server 2 노드가 추가되는 ZooKeeper의 네임스페이스입니다. 어떤

HttpLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'HttpServer'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. httpLinkedServiceTypeProperties (필수)

HttpLinkedServiceTypeProperties

이름 묘사
authenticationType HTTP 서버에 연결하는 데 사용할 인증 유형입니다. '익명'
'기본'
'ClientCertificate'
'다이제스트'
'Windows'
authHeaders 권한 부여에 사용되는 RESTful API에 대한 요청의 추가 HTTP 헤더입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다). 어떤
certThumbprint ClientCertificate 인증을 위한 인증서의 지문입니다. 온-프레미스 복사에만 유효합니다. ClientCertificate 인증을 사용한 온-프레미스 복사의 경우 CertThumbprint 또는 EmbeddedCertData/Password를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
embeddedCertData ClientCertificate 인증을 위해 Base64로 인코딩된 인증서 데이터입니다. ClientCertificate 인증을 사용한 온-프레미스 복사의 경우 CertThumbprint 또는 EmbeddedCertData/Password를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
enableServerCertificateValidation true이면 HTTPS 서버 SSL 인증서의 유효성을 검사합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 EmbeddedCertData 인증을 사용하는 기본, 다이제스트, Windows 또는 ClientCertificate의 암호입니다. SecretBase
url HTTP 엔드포인트의 기본 URL(예: https://www.microsoft.com. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userName 기본, 다이제스트 또는 Windows 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

HubspotLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Hubspot'(필수)
typeProperties Hubspot Service 연결된 서비스 속성입니다. HubspotLinkedServiceTypeProperties(필수)

HubspotLinkedServiceTypeProperties

이름 묘사
accessToken OAuth 통합을 처음 인증할 때 가져온 액세스 토큰입니다. SecretBase
clientId Hubspot 애플리케이션과 연결된 클라이언트 ID입니다. any(필수)
clientSecret Hubspot 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
refreshToken OAuth 통합을 처음 인증할 때 가져온 새로 고침 토큰입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

ImpalaLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Impala'(필수)
typeProperties Impala 서버 연결된 서비스 속성입니다. ImpalaLinkedServiceTypeProperties(필수)

ImpalaLinkedServiceTypeProperties

이름 묘사
allowHostNameCNMismatch SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. 어떤
allowSelfSignedServerCert 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 어떤
authenticationType 사용할 인증 유형입니다. '익명'
'SASLUsername'
'UsernameAndPassword'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Impala 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) any(필수)
암호 UsernameAndPassword를 사용할 때 사용자 이름에 해당하는 암호입니다. SecretBase
항구 Impala 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 21050입니다. 어떤
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 어떤
사용자 이름 Impala 서버에 액세스하는 데 사용되는 사용자 이름입니다. SASLUsername을 사용하는 경우 기본값은 익명입니다. 어떤
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 어떤

InformixLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Informix'(필수)
typeProperties Informix 연결된 서비스 속성입니다. InformixLinkedServiceTypeProperties(필수)

InformixLinkedServiceTypeProperties

이름 묘사
authenticationType Informix에 ODBC 데이터 저장소로 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 기본 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
connectionString 연결 문자열의 액세스 권한 없는 자격 증명 부분과 선택적으로 암호화된 자격 증명입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference 또는 resultType 문자열이 있는 식입니다. any(필수)
자격 증명 드라이버별 속성-값 형식으로 지정된 연결 문자열의 액세스 자격 증명 부분입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 기본 인증에 대한 암호입니다. SecretBase
userName 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

IntegrationRuntimeReference

이름 묘사
매개 변수 통합 런타임에 대한 인수입니다. ParameterValueSpecification
referenceName 통합 런타임 이름을 참조합니다. string(필수)
통합 런타임의 유형입니다. 'IntegrationRuntimeReference'(필수)

JiraLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Jira'(필수)
typeProperties Jira 서비스 연결된 서비스 속성입니다. JiraLinkedServiceTypeProperties (필수)

JiraLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Jira 서비스의 IP 주소 또는 호스트 이름입니다. (예: jira.example.com) any(필수)
암호 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
항구 Jira 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 HTTPS를 통해 연결하는 경우 443이고, HTTP를 통해 연결하는 경우 8080입니다. 어떤
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤
사용자 이름 Jira 서비스에 액세스하는 데 사용하는 사용자 이름입니다. any(필수)

LakeHouseLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'LakeHouse'(필수)
typeProperties Microsoft Fabric LakeHouse 연결된 서비스 속성입니다. LakeHouseLinkedServiceTypeProperties(필수)

LakeHouseLinkedServiceTypeProperties

이름 묘사
artifactId Microsoft Fabric LakeHouse 아티팩트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Microsoft Fabric LakeHouse에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Microsoft Fabric LakeHouse에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
workspaceId Microsoft Fabric 작업 영역의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

LinkedService

이름 묘사
주석 연결된 서비스를 설명하는 데 사용할 수 있는 태그 목록입니다. any[]
connectVia 통합 런타임 참조입니다. IntegrationRuntimeReference
묘사 연결된 서비스 설명입니다. 문자열
매개 변수 연결된 서비스에 대한 매개 변수입니다. ParameterDefinitionSpecification
AmazonMWSLinkedService유형에 대해 'AmazonMWS'로 설정합니다. AmazonRdsForOracleLinkedService형식에 대해 'AmazonRdsForOracle'로 설정합니다. AmazonRdsForSqlServerLinkedService형식에 대해 'AmazonRdsForSqlServer'로 설정합니다. AmazonRedshiftLinkedService형식에 대해 'AmazonRedshift'로 설정합니다. AmazonS3LinkedService유형에 대해 'AmazonS3'으로 설정합니다. AmazonS3CompatibleLinkedService형식에 대해 'AmazonS3Compatible'으로 설정합니다. AppFiguresLinkedService형식에 대해 'AppFigures'로 설정합니다. AsanaLinkedService형식에 대해 'Asana'로 설정합니다. AzureBatchLinkedService형식에 대해 'AzureBatch'로 설정합니다. AzureBlobFSLinkedService형식에 대해 'AzureBlobFS'로 설정합니다. AzureBlobStorageLinkedService형식에 대해 'AzureBlobStorage'로 설정합니다. AzureDataExplorerLinkedService형식에 대해 'AzureDataExplorer'로 설정합니다. AzureDataLakeAnalyticsLinkedService형식에 대해 'AzureDataLakeAnalytics'로 설정합니다. AzureDataLakeStoreLinkedService형식에 대해 'AzureDataLakeStore'로 설정합니다. AzureDatabricksLinkedService형식에 대해 'AzureDatabricks'로 설정합니다. AzureDatabricksDeltaLakeLinkedService형식에 대해 'AzureDatabricksDeltaLake'로 설정합니다. AzureFileStorageLinkedService형식에 대해 'AzureFileStorage'로 설정합니다. AzureFunctionLinkedService형식에 대해 'AzureFunction'으로 설정합니다. AzureKeyVaultLinkedService형식에 대해 'AzureKeyVault'로 설정합니다. AzureMLLinkedService형식에 대해 'AzureML'로 설정합니다. AzureMLServiceLinkedService형식에 대해 'AzureMLService'로 설정합니다. AzureMariaDBLinkedService형식에 대해 'AzureMariaDB'로 설정합니다. AzureMySqlLinkedService형식에 대해 'AzureMySql'로 설정합니다. AzurePostgreSqlLinkedService형식에 대해 'AzurePostgreSql'로 설정합니다. AzureSearchLinkedService형식에 대해 'AzureSearch'로 설정합니다. AzureSqlDWLinkedService형식에 대해 'AzureSqlDW'로 설정합니다. AzureSqlDatabaseLinkedService형식에 대해 'AzureSqlDatabase'로 설정합니다. AzureSqlMILinkedService형식에 대해 'AzureSqlMI'로 설정합니다. AzureStorageLinkedService형식에 대해 'AzureStorage'로 설정합니다. AzureSynapseArtifactsLinkedService형식에 대해 'AzureSynapseArtifacts'로 설정합니다. AzureTableStorageLinkedService형식에 대해 'AzureTableStorage'로 설정합니다. CassandraLinkedService형식에 대해 'Cassandra'로 설정합니다. CommonDataServiceForAppsLinkedService형식에 대해 'CommonDataServiceForApps'로 설정합니다. ConcurLinkedService형식에 대해 'Concur'로 설정합니다. CosmosDbLinkedService형식에 대해 'CosmosDb'로 설정합니다. CosmosDbMongoDbApiLinkedService형식에 대해 'CosmosDbMongoDbApi'로 설정합니다. CouchbaseLinkedService형식에 'Couchbase'로 설정합니다. CustomDataSourceLinkedService형식에 대해 'CustomDataSource'로 설정합니다. DataworldLinkedService형식에 대해 'Dataworld'로 설정합니다. 형식 Db2LinkedService'Db2'로 설정합니다. DrillLinkedService형식에 대해 'Drill'으로 설정합니다. DynamicsLinkedService형식에 대해 'Dynamics'로 설정합니다. DynamicsAXLinkedService 형식에 대해 'DynamicsAX'로. DynamicsCrmLinkedService형식에 대해 'DynamicsCrm'으로 설정합니다. EloquaLinkedService형식에 대해 'Eloqua'로 설정합니다. FileServerLinkedService형식에 대해 'FileServer'로 설정합니다. FtpServerLinkedService형식에 대해 'FtpServer'로 설정합니다. GoogleAdWordsLinkedService형식에 대해 'GoogleAdWords'로 설정합니다. GoogleBigQueryLinkedService형식에 대해 'GoogleBigQuery'로 설정합니다. GoogleBigQueryV2LinkedService형식의 경우 'GoogleBigQueryV2'로 설정합니다. GoogleCloudStorageLinkedService형식에 대해 'GoogleCloudStorage'로 설정합니다. GoogleSheetsLinkedService형식에 대해 'GoogleSheets'로 설정합니다. GreenplumLinkedService형식에 대해 'Greenplum'으로 설정합니다. HBaseLinkedService형식에 대해 'HBase'로 설정합니다. HDInsightLinkedService형식에 대해 'HDInsight'로 설정합니다. HDInsightOnDemandLinkedService형식에 대해 'HDInsightOnDemand'로 설정합니다. hdfsLinkedService형식에 대해 'Hdfs'로 설정합니다. HiveLinkedService형식에 대해 'Hive'로 설정합니다. 형식 HttpLinkedService대해 'HttpServer'로 설정합니다. HubspotLinkedService형식에 대해 'Hubspot'으로 설정합니다. 유형 ImpalaLinkedService'Impala'로 설정합니다. InformixLinkedService형식 'Informix'로 설정합니다. JiraLinkedService형식 'Jira'로 설정합니다. LakeHouseLinkedService유형에 대해 'LakeHouse'로 설정합니다. MagentoLinkedService형식에 대해 'Magento'로 설정합니다. MariaDBLinkedService형식에 대해 'MariaDB'로 설정합니다. MarketoLinkedService유형에 대해 'Marketo'로 설정합니다. MicrosoftAccessLinkedService형식에 대해 'MicrosoftAccess'로 설정합니다. MongoDbLinkedService형식에 대해 'MongoDb'로 설정합니다. MongoDbAtlasLinkedService형식에 대해 'MongoDbAtlas'로 설정합니다. MongoDbV2LinkedService형식에 대해 'MongoDbV2'로 설정합니다. MySqlLinkedService형식에 대해 'MySql'로 설정합니다. NetezzaLinkedService형식에 대해 'Netezza'로 설정합니다. ODataLinkedService형식에 대해 'OData'로 설정합니다. OdbcLinkedService형식에 대해 'Odbc'로 설정합니다. Office365LinkedService형식의 경우 'Office365'로 설정합니다. OracleLinkedService형식에 대해 'Oracle'로 설정합니다. OracleCloudStorageLinkedService형식에 대해 'OracleCloudStorage'로 설정합니다. OracleServiceCloudLinkedService형식에 대해 'OracleServiceCloud'로 설정합니다. PaypalLinkedService형식에 대해 'PayPal'로 . PhoenixLinkedService형식을 'Phoenix'로 설정합니다. PostgreSqlLinkedService형식에 대해 'PostgreSql'로 설정합니다. PostgreSqlV2LinkedService형식에 대해 'PostgreSqlV2'로 설정합니다. PrestoLinkedService형식에 대해 'Presto'로 설정합니다. QuickBooksLinkedService형식에 대해 'QuickBooks'로 설정합니다. QuickbaseLinkedService형식에 대해 'Quickbase'로 설정합니다. ResponsysLinkedService형식에 대해 'Responsys'로 설정합니다. RestServiceLinkedService형식에 대해 'RestService'로 설정합니다. SalesforceLinkedService형식에 대해 'Salesforce'로 설정합니다. SalesforceMarketingCloudLinkedService형식 'SalesforceMarketingCloud'로 설정합니다. SalesforceServiceCloudLinkedService형식에 대해 'SalesforceServiceCloud'로 설정합니다. SalesforceServiceCloudV2LinkedService형식에 대해 'SalesforceServiceCloudV2'로 설정합니다. SalesforceV2LinkedService형식에 대해 'SalesforceV2'로 설정합니다. SapBWLinkedService형식에 대해 'SapBW'로 설정합니다. SapCloudForCustomerLinkedService형식에 대해 'SapCloudForCustomer'로 설정합니다. SapEccLinkedService형식에 대해 'SapEcc'로 설정합니다. SapHanaLinkedService형식에 대해 'SapHana'로 설정합니다. SapOdpLinkedService형식에 대해 'SapOdp'로 설정합니다. SapOpenHubLinkedService형식에 대해 'SapOpenHub'로 설정합니다. sapTableLinkedService형식에 대해 'SapTable'로 설정합니다. ServiceNowLinkedService형식에 대해 'ServiceNow'로 설정합니다. ServiceNowV2LinkedService형식에 대해 'ServiceNowV2'로 설정합니다. SftpServerLinkedService형식에 대해 'Sftp'로 설정합니다. SharePointOnlineListLinkedService형식에 대해 'SharePointOnlineList'로 설정합니다. ShopifyLinkedService유형에 대해 'Shopify'로 설정합니다. SmartsheetLinkedService형식에 대해 'Smartsheet'로 설정합니다. SnowflakeLinkedService유형에 대해 'Snowflake'로 설정합니다. SnowflakeV2LinkedService형식에 대해 'SnowflakeV2'로 설정합니다. SparkLinkedService형식에 대해 'Spark'로 설정합니다. 형식 SqlServerLinkedService대해 'SqlServer'로 설정합니다. SquareLinkedService형식에 대해 'Square'로 설정합니다. SybaseLinkedService형식에 대해 'Sybase'로 설정합니다. TeamDeskLinkedService형식에 대해 'TeamDesk'로 설정합니다. TeradataLinkedService형식에 대해 'Teradata'로 설정합니다. TwilioLinkedService형식에 대해 'Twilio'로 설정합니다. VerticaLinkedService형식에 대해 'Vertica'로 설정합니다. WarehouseLinkedService유형에 대해 'Warehouse'로 설정합니다. WebLinkedService형식에 대해 'Web'으로 설정합니다. XeroLinkedService형식에 대해 'Xero'로 설정합니다. ZendeskLinkedService형식에 대해 'Zendesk'로 설정합니다. ZohoLinkedService형식 'Zoho'로 설정합니다. 'AmazonMWS'
'AmazonRdsForOracle'
'AmazonRdsForSqlServer'
'아마존레드시프'
'AmazonS3'
'AmazonS3Compatible'
'AppFigures'
'Asana'
'AzureBatch'
'AzureBlobFS'
'AzureBlobStorage'
'AzureDatabricks'
'AzureDatabricksDeltaLake'
'AzureDataExplorer'
'AzureDataLakeAnalytics'
'AzureDataLakeStore'
'AzureFileStorage'
'AzureFunction'
'AzureKeyVault'
'AzureMariaDB'
'AzureML'
'AzureMLService'
'AzureMySql'
'AzurePostgreSql'
'AzureSearch'
'AzureSqlDatabase'
'AzureSqlDW'
'AzureSqlMI'
'AzureStorage'
'AzureSynapseArtifacts'
'AzureTableStorage'
'Cassandra'
'CommonDataServiceForApps'
'Concur'
'CosmosDb'
'CosmosDbMongoDbApi'
'Couchbase'
'CustomDataSource'
'Dataworld'
'Db2'
'Drill'
'Dynamics'
'DynamicsAX'
'DynamicsCrm'
'엘로쿠아'
'FileServer'
'FtpServer'
'GoogleAdWords'
'GoogleBigQuery'
'GoogleBigQueryV2'
'GoogleCloudStorage'
'GoogleSheets'
'Greenplum'
'HBase'
'Hdfs'
'HDInsight'
'HDInsightOnDemand'
'Hive'
'HttpServer'
'Hubspot'
'임팔라'
'Informix'
'Jira'
'레이크하우스'
'Magento'
'MariaDB'
'Marketo'
'MicrosoftAccess'
'MongoDb'
'MongoDbAtlas'
'MongoDbV2'
'MySql'
'Netezza'
'OData'
'Odbc'
'Office365'
'Oracle'
'OracleCloudStorage'
'OracleServiceCloud'
'PayPal'
'피닉스'
'PostgreSql'
'PostgreSqlV2'
'Presto'
'Quickbase'
'QuickBooks'
'Responsys'
'RestService'
'Salesforce'
'SalesforceMarketingCloud'
'SalesforceServiceCloud'
'SalesforceServiceCloudV2'
'SalesforceV2'
'SapBW'
'SapCloudForCustomer'
'SapEcc'
'SapHana'
'SapOdp'
'SapOpenHub'
'SapTable'
'ServiceNow'
'ServiceNowV2'
'Sftp'
'SharePointOnlineList'
'Shopify'
'Smartsheet'
'눈송이'
'SnowflakeV2'
'Spark'
'SqlServer'
'Square'
'Sybase'
'TeamDesk'
'Teradata'
'트윌리오'
'버티카'
'Warehouse'
'웹'
'Xero'
'Zendesk'
'Zoho'(필수)
버전 연결된 서비스의 버전입니다. 문자열

LinkedServiceReference

이름 묘사
매개 변수 LinkedService에 대한 인수입니다. ParameterValueSpecification
referenceName LinkedService 이름을 참조합니다. string(필수)
연결된 서비스 참조 형식입니다. 'LinkedServiceReference'(필수)

MagentoLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Magento'(필수)
typeProperties Magento 서버 연결된 서비스 속성입니다. MagentoLinkedServiceTypeProperties(필수)

MagentoLinkedServiceTypeProperties

이름 묘사
accessToken Magento의 액세스 토큰입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Magento 인스턴스의 URL입니다. (예: 192.168.222.110/magento3) any(필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

MariaDBLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'MariaDB'(필수)
typeProperties MariaDB 서버 연결된 서비스 속성입니다. MariaDBLinkedServiceTypeProperties(필수)

MariaDBLinkedServiceTypeProperties

이름 묘사
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다. 어떤
driverVersion MariaDB 드라이버의 버전입니다. 형식: 문자열입니다. 레거시 드라이버의 경우 V1 또는 비어 있음, 새 드라이버의 경우 V2입니다. V1은 연결 문자열 및 속성 모음을 지원할 수 있으며 V2는 연결 문자열만 지원할 수 있습니다. 레거시 드라이버는 2024년 10월까지 사용 중단될 예정입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
항구 연결의 포트입니다. 형식: 정수입니다. 어떤
서버 연결의 서버 이름입니다. 형식: 문자열입니다. 어떤
sslMode 이 옵션은 MariaDB에 연결할 때 드라이버가 TLS 암호화 및 확인을 사용하는지 여부를 지정합니다. 예를 들어 SSLMode=<0/1/2/3/4>. 옵션: DISABLED (0) / PREFERRED (1)(기본값) / REQUIRED (2) / VERIFY_CA (3) / VERIFY_IDENTITY (4), REQUIRED (2)는 SSL / TLS로 암호화 된 연결만 허용하는 것이 좋습니다. 어떤
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열입니다. 어떤
useSystemTrustStore 이 옵션은 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 예: UseSystemTrustStore=<0/1>; 옵션: 사용(1) / 사용 안 함(0)(기본값) 어떤

MarketoLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Marketo'(필수)
typeProperties Marketo 서버 연결된 서비스 속성입니다. MarketoLinkedServiceTypeProperties(필수)

MarketoLinkedServiceTypeProperties

이름 묘사
clientId Marketo 서비스의 클라이언트 ID입니다. any(필수)
clientSecret Marketo 서비스의 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 Marketo 서버의 엔드포인트입니다. (예: 123-ABC-321.mktorest.com) any(필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

Microsoft.DataFactory/factoryies/linkedservices

이름 묘사
이름 리소스 이름 문자열

제약 조건:
최소 길이 = 1
최대 길이 = 1
패턴 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$(필수)
parent_id 이 리소스의 부모인 리소스의 ID입니다. 유형의 리소스 ID: 팩터리
속성 연결된 서비스의 속성입니다. linkedService (필수)
리소스 종류 "Microsoft.DataFactory/factoryies/linkedservices@2018-06-01"

MicrosoftAccessLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'MicrosoftAccess'(필수)
typeProperties Microsoft Access 연결된 서비스 속성입니다. MicrosoftAccessLinkedServiceTypeProperties (필수)

MicrosoftAccessLinkedServiceTypeProperties

이름 묘사
authenticationType Microsoft Access에 ODBC 데이터 저장소로 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 기본 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
connectionString 연결 문자열의 액세스 권한 없는 자격 증명 부분과 선택적으로 암호화된 자격 증명입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference 또는 resultType 문자열이 있는 식입니다. any(필수)
자격 증명 드라이버별 속성-값 형식으로 지정된 연결 문자열의 액세스 자격 증명 부분입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 기본 인증에 대한 암호입니다. SecretBase
userName 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

MongoDbAtlasLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'MongoDbAtlas'(필수)
typeProperties MongoDB Atlas 연결된 서비스 속성입니다. MongoDbAtlasLinkedServiceTypeProperties(필수)

MongoDbAtlasLinkedServiceTypeProperties

이름 묘사
connectionString MongoDB Atlas 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. any(필수)
데이터베이스 액세스하려는 MongoDB Atlas 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
driverVersion 선택할 드라이버 버전입니다. 허용되는 값은 v1 및 v2입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

MongoDbLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'MongoDb'(필수)
typeProperties MongoDB 연결된 서비스 속성입니다. MongoDbLinkedServiceTypeProperties(필수)

MongoDbLinkedServiceTypeProperties

이름 묘사
allowSelfSignedServerCert 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
authenticationType MongoDB 데이터베이스에 연결하는 데 사용할 인증 유형입니다. '익명'
'기본'
authSource 사용자 이름 및 암호를 확인하는 데이터베이스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
databaseName 액세스하려는 MongoDB 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 인증을 위한 암호입니다. SecretBase
항구 MongoDB 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 27017입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. 어떤
서버 MongoDB 서버의 IP 주소 또는 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

MongoDbV2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'MongoDbV2'(필수)
typeProperties MongoDB 연결된 서비스 속성입니다. MongoDbV2LinkedServiceTypeProperties(필수)

MongoDbV2LinkedServiceTypeProperties

이름 묘사
connectionString MongoDB 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. any(필수)
데이터베이스 액세스하려는 MongoDB 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

MySqlLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'MySql'(필수)
typeProperties MySQL 연결된 서비스 속성입니다. mySqlLinkedServiceTypeProperties (필수)

MySqlLinkedServiceTypeProperties

이름 묘사
allowZeroDateTime 이렇게 하면 데이터베이스에서 특수 "0" 날짜 값 0000-00-00을 검색할 수 있습니다. 형식: 부울. 어떤
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
connectionTimeout 시도를 종료하고 오류를 생성하기 전에 서버에 대한 연결을 기다리는 시간(초)입니다. 형식: 정수입니다. 어떤
convertZeroDateTime 값이 허용되지 않는 날짜 또는 날짜/시간 열에 대해 DateTime.MinValue를 반환하려면 True입니다. 형식: 부울. 어떤
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다. 어떤
driverVersion MySQL 드라이버의 버전입니다. 형식: 문자열입니다. 레거시 드라이버의 경우 V1 또는 비어 있음, 새 드라이버의 경우 V2입니다. V1은 연결 문자열 및 속성 모음을 지원할 수 있으며 V2는 연결 문자열만 지원할 수 있습니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
guidFormat GUID로 읽어야 하는 열 형식(있는 경우)을 결정합니다. 형식: 문자열입니다. 없음: 열 형식이 자동으로 Guid로 읽혀지지 않습니다. Char36: 모든 CHAR(36) 열은 UUID와 일치하는 하이픈이 있는 소문자 16진수로 Guid로 읽거나 씁니다. 어떤
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
항구 연결의 포트입니다. 형식: 정수입니다. 어떤
서버 연결의 서버 이름입니다. 형식: 문자열입니다. 어떤
sslCert PEM 형식의 클라이언트 SSL 인증서 파일 경로입니다. SslKey도 지정해야 합니다. 형식: 문자열입니다. 어떤
sslKey PEM 형식의 클라이언트 SSL 프라이빗 키 경로입니다. SslCert도 지정해야 합니다. 형식: 문자열입니다. 어떤
sslMode 연결에 대한 SSL 모드입니다. 형식: 정수입니다. 0: disable, 1: prefer, 2: require, 3: verify-ca, 4: verify-full. 어떤
treatTinyAsBoolean true로 설정하면 TINYINT(1) 값이 부울로 반환됩니다. 형식: 부울. 어떤
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열입니다. 어떤
useSystemTrustStore 연결에 시스템 신뢰 저장소를 사용합니다. 형식: 정수입니다. 0: enable, 1: disable. 어떤

NetezzaLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Netezza'(필수)
typeProperties Netezza 연결된 서비스 속성입니다. NetezzaLinkedServiceTypeProperties(필수)

NetezzaLinkedServiceTypeProperties

이름 묘사
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
pwd 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

ODataLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'OData'(필수)
typeProperties OData 연결된 서비스 속성입니다. ODataLinkedServiceTypeProperties (필수)

ODataLinkedServiceTypeProperties

이름 묘사
aadResourceId 디렉터리를 사용하도록 권한 부여를 요청하는 리소스를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
aadServicePrincipalCredentialType 서비스 주체에 사용되는 자격 증명 유형(키 또는 인증서)을 지정합니다. 'ServicePrincipalCert'
'ServicePrincipalKey'
authenticationType OData 서비스에 연결하는 데 사용되는 인증 유형입니다. 'AadServicePrincipal'
'익명'
'기본'
'ManagedServiceIdentity'
'Windows'
authHeaders 권한 부여에 사용되는 RESTful API에 대한 요청의 추가 HTTP 헤더입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다). 어떤
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 OData 서비스의 암호입니다. SecretBase
servicePrincipalEmbeddedCert Azure Active Directory에 등록된 애플리케이션의 base64로 인코딩된 인증서를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalEmbeddedCertPassword 인증서에 암호가 있고 AadServicePrincipal 인증을 사용하는 경우 인증서의 암호를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalId Azure Active Directory에 등록된 애플리케이션의 애플리케이션 ID를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure Active Directory에 등록된 애플리케이션의 비밀을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
테 넌 트 애플리케이션이 상주하는 테넌트 정보(도메인 이름 또는 테넌트 ID)를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
url OData 서비스 엔드포인트의 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userName OData 서비스의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

OdbcLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Odbc'(필수)
typeProperties ODBC 연결된 서비스 속성입니다. OdbcLinkedServiceTypeProperties(필수)

OdbcLinkedServiceTypeProperties

이름 묘사
authenticationType ODBC 데이터 저장소에 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 기본 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
connectionString 연결 문자열의 액세스 권한 없는 자격 증명 부분과 선택적으로 암호화된 자격 증명입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference 또는 resultType 문자열이 있는 식입니다. any(필수)
자격 증명 드라이버별 속성-값 형식으로 지정된 연결 문자열의 액세스 자격 증명 부분입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 기본 인증에 대한 암호입니다. SecretBase
userName 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

Office365LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Office365'(필수)
typeProperties Office365 연결된 서비스 속성입니다. office365LinkedServiceTypeProperties (필수)

Office365LinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
office365TenantId Office 365 계정이 속한 Azure 테넌트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
servicePrincipalId 애플리케이션의 클라이언트 ID를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
servicePrincipalKey 애플리케이션의 키를 지정합니다. SecretBase(필수)
servicePrincipalTenantId Azure AD 웹 애플리케이션이 상주하는 테넌트 정보를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

OracleCloudStorageLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'OracleCloudStorage'(필수)
typeProperties Oracle Cloud Storage 연결된 서비스 속성입니다. OracleCloudStorageLinkedServiceTypeProperties (필수)

OracleCloudStorageLinkedServiceTypeProperties

이름 묘사
accessKeyId Oracle IAM(Cloud Storage ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
secretAccessKey Oracle IAM(Cloud Storage ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 Oracle Cloud Storage 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

OracleLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Oracle'(필수)
typeProperties Oracle 데이터베이스 연결된 서비스 속성입니다. OracleLinkedServiceTypeProperties (필수)

OracleLinkedServiceTypeProperties

이름 묘사
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

OracleServiceCloudLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'OracleServiceCloud'(필수)
typeProperties Oracle Service Cloud 연결된 서비스 속성입니다. OracleServiceCloudLinkedServiceTypeProperties(필수)

OracleServiceCloudLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Oracle Service Cloud 인스턴스의 URL입니다. any(필수)
암호 사용자 이름 키에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase(필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
사용자 이름 Oracle Service Cloud 서버에 액세스하는 데 사용하는 사용자 이름입니다. any(필수)

ParameterDefinitionSpecification

이름 묘사

ParameterSpecification

이름 묘사
defaultValue 매개 변수의 기본값입니다. 어떤
매개 변수 형식입니다. 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String'(필수)

ParameterValueSpecification

이름 묘사

ParameterValueSpecification

이름 묘사

PaypalLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'PayPal'(필수)
typeProperties PayPal 서비스 연결된 서비스 속성입니다. paypalLinkedServiceTypeProperties (필수)

PaypalLinkedServiceTypeProperties

이름 묘사
clientId PayPal 애플리케이션과 연결된 클라이언트 ID입니다. any(필수)
clientSecret PayPal 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 PayPal 인스턴스의 URL입니다. (예: api.sandbox.paypal.com) any(필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

PhoenixLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Phoenix'(필수)
typeProperties Phoenix 서버 연결된 서비스 속성입니다. PhoenixLinkedServiceTypeProperties(필수)

PhoenixLinkedServiceTypeProperties

이름 묘사
allowHostNameCNMismatch SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. 어떤
allowSelfSignedServerCert 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 어떤
authenticationType Phoenix 서버에 연결하는 데 사용되는 인증 메커니즘입니다. '익명'
'UsernameAndPassword'
'WindowsAzureHDInsightService'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Phoenix 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) any(필수)
httpPath Phoenix 서버에 해당하는 부분 URL입니다. (예: /gateway/sandbox/phoenix/version). WindowsAzureHDInsightService를 사용하는 경우 기본값은 hbasephoenix입니다. 어떤
암호 사용자 이름에 해당하는 암호입니다. SecretBase
항구 Phoenix 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 8765입니다. 어떤
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 어떤
사용자 이름 Phoenix 서버에 연결하는 데 사용되는 사용자 이름입니다. 어떤
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 어떤

PostgreSqlLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'PostgreSql'(필수)
typeProperties PostgreSQL 연결된 서비스 속성입니다. PostgreSqlLinkedServiceTypeProperties(필수)

PostgreSqlLinkedServiceTypeProperties

이름 묘사
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

PostgreSqlV2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'PostgreSqlV2'(필수)
typeProperties PostgreSQLV2 연결된 서비스 속성입니다. PostgreSqlV2LinkedServiceTypeProperties(필수)

PostgreSqlV2LinkedServiceTypeProperties

이름 묘사
authenticationType 사용할 인증 유형입니다. 형식: 문자열입니다. any(필수)
commandTimeout 시도를 종료하고 오류를 생성하기 전에 명령을 실행하는 동안 대기하는 시간(초)입니다. 무한대에 대해 0으로 설정합니다. 형식: 정수입니다. 어떤
connectionTimeout 시도를 종료하고 오류를 생성하기 전에 연결을 설정하는 동안 대기하는 시간(초)입니다. 형식: 정수입니다. 어떤
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다. any(필수)
인코딩 PostgreSQL 문자열 데이터를 인코딩/디코딩하는 데 사용할 .NET 인코딩을 가져오거나 설정합니다. 형식: 문자열 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
logParameters 사용하도록 설정하면 명령이 실행될 때 매개 변수 값이 기록됩니다. 형식: 부울. 어떤
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. 형식: 문자열입니다. AzureKeyVaultSecretReference
풀링 연결 풀링을 사용해야 하는지 여부입니다. 형식: 부울. 어떤
항구 연결의 포트입니다. 형식: 정수입니다. 어떤
readBufferSize 읽을 때 내부 버퍼가 사용하는 크기를 결정합니다. 데이터베이스에서 큰 값을 전송하는 경우 성능이 향상될 수 있습니다. 형식: 정수입니다. 어떤
스키마 스키마 검색 경로를 설정합니다. 형식: 문자열입니다. 어떤
서버 연결의 서버 이름입니다. 형식: 문자열입니다. any(필수)
sslCertificate 서버로 보낼 클라이언트 인증서의 위치입니다. 형식: 문자열입니다. 어떤
sslKey 서버로 보낼 클라이언트 인증서의 클라이언트 키 위치입니다. 형식: 문자열입니다. 어떤
sslMode 연결에 대한 SSL 모드입니다. 형식: 정수입니다. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 형식: 정수입니다. any(필수)
sslPassword 클라이언트 인증서의 키에 대한 암호입니다. 형식: 문자열입니다. 어떤
표준 시간대 세션 표준 시간대를 가져오거나 설정합니다. 형식: 문자열입니다. 어떤
trustServerCertificate 서버 인증서의 유효성을 검사하지 않고 서버 인증서를 신뢰할지 여부입니다. 형식: 부울. 어떤
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열입니다. any(필수)

PrestoLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Presto'(필수)
typeProperties Presto 서버 연결된 서비스 속성입니다. PrestoLinkedServiceTypeProperties(필수)

PrestoLinkedServiceTypeProperties

이름 묘사
allowHostNameCNMismatch SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. 어떤
allowSelfSignedServerCert 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 어떤
authenticationType Presto 서버에 연결하는 데 사용되는 인증 메커니즘입니다. '익명'
'LDAP'(필수)
카탈로그 서버에 대한 모든 요청에 대한 카탈로그 컨텍스트입니다. any(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Presto 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) any(필수)
암호 사용자 이름에 해당하는 암호입니다. SecretBase
항구 Presto 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 8080입니다. 어떤
serverVersion Presto 서버의 버전입니다. (예: 0.148-t) any(필수)
timeZoneID 연결에서 사용하는 현지 표준 시간대입니다. 이 옵션의 유효한 값은 IANA 표준 시간대 데이터베이스에 지정됩니다. 기본값은 시스템 표준 시간대입니다. 어떤
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 어떤
사용자 이름 Presto 서버에 연결하는 데 사용되는 사용자 이름입니다. 어떤
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 어떤

QuickbaseLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Quickbase'(필수)
typeProperties 빠른베이스 연결된 서비스 속성입니다. QuickbaseLinkedServiceTypeProperties (필수)

QuickbaseLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
url Quickbase 원본을 연결할 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userToken Quickbase 원본에 대한 사용자 토큰입니다. SecretBase(필수)

QuickBooksLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'QuickBooks'(필수)
typeProperties QuickBooks 서버 연결된 서비스 속성입니다. QuickBooksLinkedServiceTypeProperties (필수)

QuickBooksLinkedServiceTypeProperties

이름 묘사
accessToken OAuth 1.0 인증에 대한 액세스 토큰입니다. SecretBase
accessTokenSecret OAuth 1.0 인증에 대한 액세스 토큰 비밀입니다. SecretBase
companyId 권한을 부여할 QuickBooks 회사의 회사 ID입니다. 어떤
connectionProperties QuickBooks에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 상호 배타적입니다. Type: object입니다. 어떤
consumerKey OAuth 1.0 인증에 대한 소비자 키입니다. 어떤
consumerSecret OAuth 1.0 인증에 대한 소비자 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 QuickBooks 서버의 엔드포인트입니다. (예: quickbooks.api.intuit.com) 어떤
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤

ResponsysLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Responsys'(필수)
typeProperties Responsys 연결된 서비스 속성입니다. ResponsysLinkedServiceTypeProperties(필수)

ResponsysLinkedServiceTypeProperties

이름 묘사
clientId Responsys 애플리케이션과 연결된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
clientSecret Responsys 애플리케이션과 연결된 클라이언트 암호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 Responsys 서버의 엔드포인트입니다. any(필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤

RestServiceLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'RestService'(필수)
typeProperties Rest Service 연결된 서비스 속성입니다. RestServiceLinkedServiceTypeProperties(필수)

RestServiceLinkedServiceTypeProperties

이름 묘사
aadResourceId 사용할 권한 부여를 요청하는 리소스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType REST 서비스에 연결하는 데 사용되는 인증 유형입니다. 'AadServicePrincipal'
'익명'
'기본'
'ManagedServiceIdentity'
'OAuth2ClientCredential'(필수)
authHeaders 권한 부여에 사용되는 RESTful API에 대한 요청의 추가 HTTP 헤더입니다. Type: object(또는 resultType 개체가 있는 Expression). 어떤
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientId 애플리케이션과 연결된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientSecret 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
enableServerCertificateValidation 엔드포인트에 연결할 때 서버 쪽 SSL 인증서의 유효성을 검사할지 여부입니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 기본 인증 유형에 사용되는 암호입니다. SecretBase
자원 액세스가 요청될 대상 서비스 또는 리소스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
범위 필요한 액세스 범위입니다. 어떤 종류의 액세스가 요청되는지 설명합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalEmbeddedCert Azure Active Directory에 등록된 애플리케이션의 base64로 인코딩된 인증서를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalEmbeddedCertPassword 인증서에 암호가 있고 AadServicePrincipal 인증을 사용하는 경우 인증서의 암호를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalId AadServicePrincipal 인증 유형에 사용되는 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey AadServicePrincipal 인증 유형에 사용되는 애플리케이션의 키입니다. SecretBase
테 넌 트 애플리케이션이 상주하는 AadServicePrincipal 인증 유형에 사용되는 테넌트 정보(도메인 이름 또는 테넌트 ID)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
tokenEndpoint 액세스 토큰을 획득할 권한 부여 서버의 토큰 엔드포인트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
url REST 서비스의 기본 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userName 기본 인증 유형에 사용되는 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SalesforceLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Salesforce'(필수)
typeProperties Salesforce 연결된 서비스 속성입니다. SalesforceLinkedServiceTypeProperties(필수)

SalesforceLinkedServiceTypeProperties

이름 묘사
apiVersion ADF에 사용되는 Salesforce API 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
environmentUrl Salesforce 인스턴스의 URL입니다. 기본값은 'https://login.salesforce.com'입니다. 샌드박스에서 데이터를 복사하려면 'https://test.salesforce.com'을 지정합니다. 사용자 지정 도메인에서 데이터를 복사하려면 'https://[domain].my.salesforce.com'을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 Salesforce 인스턴스의 기본 인증에 대한 암호입니다. SecretBase
securityToken 보안 토큰은 Salesforce 인스턴스에 원격으로 액세스하는 선택 사항입니다. SecretBase
사용자 이름 Salesforce 인스턴스의 기본 인증에 대한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SalesforceMarketingCloudLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SalesforceMarketingCloud'(필수)
typeProperties Salesforce Marketing Cloud 연결된 서비스 속성입니다. SalesforceMarketingCloudLinkedServiceTypeProperties(필수)

SalesforceMarketingCloudLinkedServiceTypeProperties

이름 묘사
clientId Salesforce Marketing Cloud 애플리케이션과 연결된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientSecret Salesforce Marketing Cloud 애플리케이션과 연결된 클라이언트 암호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
connectionProperties Salesforce Marketing Cloud에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 상호 배타적입니다. Type: object입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤

SalesforceServiceCloudLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SalesforceServiceCloud'(필수)
typeProperties Salesforce Service Cloud 연결된 서비스 속성입니다. SalesforceServiceCloudLinkedServiceTypeProperties(필수)

SalesforceServiceCloudLinkedServiceTypeProperties

이름 묘사
apiVersion ADF에 사용되는 Salesforce API 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
environmentUrl Salesforce Service Cloud 인스턴스의 URL입니다. 기본값은 'https://login.salesforce.com'입니다. 샌드박스에서 데이터를 복사하려면 'https://test.salesforce.com'을 지정합니다. 사용자 지정 도메인에서 데이터를 복사하려면 'https://[domain].my.salesforce.com'을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
extendedProperties 연결 문자열에 추가된 확장 속성입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 Salesforce 인스턴스의 기본 인증에 대한 암호입니다. SecretBase
securityToken 보안 토큰은 Salesforce 인스턴스에 원격으로 액세스하는 선택 사항입니다. SecretBase
사용자 이름 Salesforce 인스턴스의 기본 인증에 대한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SalesforceServiceCloudV2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SalesforceServiceCloudV2'(필수)
typeProperties Salesforce Service Cloud V2 연결된 서비스 속성입니다. SalesforceServiceCloudV2LinkedServiceTypeProperties(필수)

SalesforceServiceCloudV2LinkedServiceTypeProperties

이름 묘사
apiVersion ADF에 사용되는 Salesforce API 버전입니다. 버전은 Salesforce BULK API 2.0에 필요한 47.0보다 크거나 같아야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType Salesforce에 연결하는 데 사용할 인증 유형입니다. 현재 OAuth2ClientCredentials만 지원하며 기본값이기도 합니다. 어떤
clientId Salesforce 인스턴스의 OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientSecret Salesforce 인스턴스의 OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
environmentUrl Salesforce Service Cloud 인스턴스의 URL입니다. 예를 들어 'https://[domain].my.salesforce.com'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SalesforceV2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SalesforceV2'(필수)
typeProperties Salesforce V2 연결된 서비스 속성입니다. SalesforceV2LinkedServiceTypeProperties(필수)

SalesforceV2LinkedServiceTypeProperties

이름 묘사
apiVersion ADF에 사용되는 Salesforce API 버전입니다. 버전은 Salesforce BULK API 2.0에 필요한 47.0보다 크거나 같아야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType Salesforce에 연결하는 데 사용할 인증 유형입니다. 현재 OAuth2ClientCredentials만 지원하며 기본값이기도 합니다. 어떤
clientId Salesforce 인스턴스의 OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
clientSecret Salesforce 인스턴스의 OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
environmentUrl Salesforce 인스턴스의 URL입니다. 예를 들어 'https://[domain].my.salesforce.com'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SapBWLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SapBW'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SapBWLinkedServiceTypeProperties(필수)

SapBWLinkedServiceTypeProperties

이름 묘사
clientId BW 시스템에 있는 클라이언트의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 SAP BW 서버에 액세스하기 위한 암호입니다. SecretBase
서버 SAP BW 인스턴스의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
systemNumber BW 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 두 자리 소수 자릿수입니다.) 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userName SAP BW 서버에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SapCloudForCustomerLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SapCloudForCustomer'(필수)
typeProperties SAP Cloud for Customer 연결된 서비스 속성입니다. sapCloudForCustomerLinkedServiceTypeProperties (필수)

SapCloudForCustomerLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: 문자열입니다. 문자열
암호 기본 인증에 대한 암호입니다. SecretBase
url SAP Cloud for Customer OData API의 URL입니다. 예를 들어 '[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
사용자 이름 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SapEccLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SapEcc'(필수)
typeProperties SAP ECC 연결된 서비스 속성입니다. SapEccLinkedServiceTypeProperties(필수)

SapEccLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: 문자열입니다. 문자열
암호 기본 인증에 대한 암호입니다. SecretBase
url SAP ECC OData API의 URL입니다. 예를 들어 '[https://hostname:port/sap/opu/odata/sap/servicename/]'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
사용자 이름 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SapHanaLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SapHana'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SapHanaLinkedServiceProperties(필수)

SapHanaLinkedServiceProperties

이름 묘사
authenticationType SAP HANA 서버에 연결하는 데 사용할 인증 유형입니다. '기본'
'Windows'
connectionString SAP HANA ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 SAP HANA 서버에 액세스하기 위한 암호입니다. SecretBase
서버 SAP HANA 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
userName SAP HANA 서버에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SapOdpLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SapOdp'(필수)
typeProperties SAP ODP 연결된 서비스 유형과 관련된 속성입니다. SapOdpLinkedServiceTypeProperties(필수)

SapOdpLinkedServiceTypeProperties

이름 묘사
clientId 테이블이 있는 SAP 시스템의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
언어 테이블이 있는 SAP 시스템의 언어입니다. 기본값은 EN입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
logonGroup SAP 시스템의 로그온 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
messageServer SAP 메시지 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
messageServerService 메시지 서버의 서비스 이름 또는 포트 번호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 테이블이 있는 SAP 서버에 액세스하기 위한 암호입니다. SecretBase
서버 테이블이 있는 SAP 인스턴스의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncLibraryPath 테이블이 있는 SAP 서버에 액세스하기 위한 외부 보안 제품의 라이브러리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncMode 테이블이 있는 SAP 서버에 액세스하기 위한 SNC 정품 인증 표시기입니다. 0(끄기) 또는 1(켜기)이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncMyName 테이블이 있는 SAP 서버에 액세스하기 위한 초기자의 SNC 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncPartnerName 테이블이 있는 SAP 서버에 액세스하기 위한 통신 파트너의 SNC 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncQop SNC 보호 품질. 허용되는 값은 1, 2, 3, 8, 9입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
subscriberName 구독자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
systemId 테이블이 있는 SAP 시스템의 SystemID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
systemNumber 테이블이 있는 SAP 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 두 자리 소수 자릿수입니다.) 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
userName 테이블이 있는 SAP 서버에 액세스하기 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
x509CertificatePath SNC X509 인증서 파일 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SapOpenHubLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SapOpenHub'(필수)
typeProperties SAP Business Warehouse Open Hub 대상 연결된 서비스 유형과 관련된 속성입니다. SapOpenHubLinkedServiceTypeProperties(필수)

SapOpenHubLinkedServiceTypeProperties

이름 묘사
clientId 오픈 허브 대상이 있는 BW 시스템에 있는 클라이언트의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
언어 오픈 허브 대상이 있는 BW 시스템의 언어입니다. 기본값은 EN입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
logonGroup SAP 시스템의 로그온 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
messageServer SAP 메시지 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
messageServerService 메시지 서버의 서비스 이름 또는 포트 번호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 오픈 허브 대상이 있는 SAP BW 서버에 액세스하기 위한 암호입니다. SecretBase
서버 오픈 허브 대상이 있는 SAP BW 인스턴스의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
systemId 테이블이 있는 SAP 시스템의 SystemID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
systemNumber 오픈 허브 대상이 있는 BW 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 두 자리 소수 자릿수입니다.) 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
userName 오픈 허브 대상이 있는 SAP BW 서버에 액세스하기 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SapTableLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SapTable'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SapTableLinkedServiceTypeProperties(필수)

SapTableLinkedServiceTypeProperties

이름 묘사
clientId 테이블이 있는 SAP 시스템의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
언어 테이블이 있는 SAP 시스템의 언어입니다. 기본값은 EN입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
logonGroup SAP 시스템의 로그온 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
messageServer SAP 메시지 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
messageServerService 메시지 서버의 서비스 이름 또는 포트 번호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호 테이블이 있는 SAP 서버에 액세스하기 위한 암호입니다. SecretBase
서버 테이블이 있는 SAP 인스턴스의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncLibraryPath 테이블이 있는 SAP 서버에 액세스하기 위한 외부 보안 제품의 라이브러리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncMode 테이블이 있는 SAP 서버에 액세스하기 위한 SNC 정품 인증 표시기입니다. 0(끄기) 또는 1(켜기)이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncMyName 테이블이 있는 SAP 서버에 액세스하기 위한 초기자의 SNC 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncPartnerName 테이블이 있는 SAP 서버에 액세스하기 위한 통신 파트너의 SNC 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
sncQop SNC 보호 품질. 허용되는 값은 1, 2, 3, 8, 9입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
systemId 테이블이 있는 SAP 시스템의 SystemID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
systemNumber 테이블이 있는 SAP 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 두 자리 소수 자릿수입니다.) 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
userName 테이블이 있는 SAP 서버에 액세스하기 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

ScriptAction

이름 묘사
이름 사용자가 스크립트 동작의 이름을 제공했습니다. string(필수)
매개 변수 스크립트 동작에 대한 매개 변수입니다. 문자열
역할 스크립트 동작을 실행할 노드 형식입니다. any(필수)
uri 스크립트 동작에 대한 URI입니다. string(필수)

SecretBase

이름 묘사
AzureKeyVaultSecretReference형식에 대해 'AzureKeyVaultSecret'으로 설정합니다. SecureString형식에 대해 'SecureString'으로 설정합니다. 'AzureKeyVaultSecret'
'SecureString'(필수)

SecureString

이름 묘사
비밀의 유형입니다. 'SecureString'(필수)
보안 문자열의 값입니다. string(필수)

ServiceNowLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'ServiceNow'(필수)
typeProperties ServiceNow 서버 연결된 서비스 속성입니다. serviceNowLinkedServiceTypeProperties (필수)

ServiceNowLinkedServiceTypeProperties

이름 묘사
authenticationType 사용할 인증 유형입니다. '기본'
'OAuth2'(필수)
clientId OAuth2 인증의 클라이언트 ID입니다. 어떤
clientSecret OAuth2 인증에 대한 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 ServiceNow 서버의 엔드포인트입니다. (예: <인스턴스>.service-now.com) any(필수)
암호 Basic 및 OAuth2 인증의 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤
사용자 이름 Basic 및 OAuth2 인증을 위해 ServiceNow 서버에 연결하는 데 사용되는 사용자 이름입니다. 어떤

ServiceNowV2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'ServiceNowV2'(필수)
typeProperties ServiceNowV2 서버 연결된 서비스 속성입니다. serviceNowV2LinkedServiceTypeProperties (필수)

ServiceNowV2LinkedServiceTypeProperties

이름 묘사
authenticationType 사용할 인증 유형입니다. '기본'
'OAuth2'(필수)
clientId OAuth2 인증의 클라이언트 ID입니다. 어떤
clientSecret OAuth2 인증에 대한 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 ServiceNowV2 서버의 엔드포인트입니다. (예: <인스턴스>.service-now.com) any(필수)
grantType OAuth2 인증에 대한 GrantType입니다. 기본값은 암호입니다. 어떤
암호 Basic 및 OAuth2 인증의 사용자 이름에 해당하는 암호입니다. SecretBase
사용자 이름 Basic 및 OAuth2 인증을 위해 ServiceNowV2 서버에 연결하는 데 사용되는 사용자 이름입니다. 어떤

SftpServerLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Sftp'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SftpServerLinkedServiceTypeProperties(필수)

SftpServerLinkedServiceTypeProperties

이름 묘사
authenticationType FTP 서버에 연결하는 데 사용할 인증 유형입니다. '기본'
'MultiFactor'
'SshPublicKey'
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 SFTP 서버 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
hostKeyFingerprint SFTP 서버의 호스트 키 지문입니다. SkipHostKeyValidation이 false이면 HostKeyFingerprint를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
passPhrase SSH 프라이빗 키가 암호화된 경우 SSH 프라이빗 키의 암호를 해독하는 암호입니다. SecretBase
암호 기본 인증을 위해 SFTP 서버를 로그온하는 암호입니다. SecretBase
항구 SFTP 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 22입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. 어떤
privateKeyContent SshPublicKey 인증을 위해 Base64로 인코딩된 SSH 프라이빗 키 콘텐츠입니다. SshPublicKey 인증을 사용한 온-프레미스 복사의 경우 PrivateKeyPath 또는 PrivateKeyContent를 지정해야 합니다. SSH 프라이빗 키는 OpenSSH 형식이어야 합니다. SecretBase
privateKeyPath SshPublicKey 인증을 위한 SSH 프라이빗 키 파일 경로입니다. 온-프레미스 복사에만 유효합니다. SshPublicKey 인증을 사용한 온-프레미스 복사의 경우 PrivateKeyPath 또는 PrivateKeyContent를 지정해야 합니다. SSH 프라이빗 키는 OpenSSH 형식이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
skipHostKeyValidation true이면 SSH 호스트 키 유효성 검사를 건너뜁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
userName SFTP 서버에 로그온하는 데 사용되는 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SharePointOnlineListLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SharePointOnlineList'(필수)
typeProperties SharePoint Online 연결된 서비스 속성을 나열합니다. sharePointOnlineListLinkedServiceTypeProperties (필수)

SharePointOnlineListLinkedServiceTypeProperties

이름 묘사
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalEmbeddedCert Azure Active Directory에 등록된 애플리케이션의 base64로 인코딩된 인증서를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalEmbeddedCertPassword 인증서에 암호가 있고 AadServicePrincipal 인증을 사용하는 경우 인증서의 암호를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalId Azure Active Directory에 등록된 애플리케이션의 애플리케이션(클라이언트) ID입니다. 이 애플리케이션에 SharePoint 사이트 권한을 부여해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
servicePrincipalKey Azure Active Directory에 등록된 애플리케이션의 클라이언트 암호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
siteUrl SharePoint Online 사이트의 URL입니다. 예를 들어 https://contoso.sharepoint.com/sites/siteName. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
tenantId 애플리케이션이 있는 테넌트 ID입니다. Azure Portal Active Directory 개요 페이지에서 찾을 수 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

ShopifyLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Shopify'(필수)
typeProperties Shopify Service 연결된 서비스 속성입니다. ShopifyLinkedServiceTypeProperties(필수)

ShopifyLinkedServiceTypeProperties

이름 묘사
accessToken Shopify의 데이터에 액세스하는 데 사용할 수 있는 API 액세스 토큰입니다. 오프라인 모드인 경우 토큰이 만료되지 않습니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Shopify 서버의 엔드포인트입니다. (예: mystore.myshopify.com) any(필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

SmartsheetLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Smartsheet'(필수)
typeProperties 스마트시트 연결된 서비스 속성입니다. smartsheetLinkedServiceTypeProperties (필수)

SmartsheetLinkedServiceTypeProperties

이름 묘사
apiToken Smartsheet 원본에 대한 api 토큰입니다. SecretBase(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

SnowflakeLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Snowflake'(필수)
typeProperties Snowflake 연결된 서비스 속성입니다. SnowflakeLinkedServiceTypeProperties(필수)

SnowflakeLinkedServiceTypeProperties

이름 묘사
connectionString 눈송이의 연결 문자열입니다. 형식: string, SecureString. any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

SnowflakeLinkedV2ServiceTypeProperties

이름 묘사
accountIdentifier Snowflake 계정의 계정 식별자(예: xy12345.east-us-2.azure) any(필수)
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'AADServicePrincipal'
'기본'
'KeyPair'
clientId AADServicePrincipal 인증을 위해 Azure Active Directory에 등록된 애플리케이션의 클라이언트 ID입니다. 어떤
clientSecret AADServicePrincipal 인증에 대한 클라이언트 암호의 Azure Key Vault 비밀 참조입니다. SecretBase
데이터베이스 Snowflake 데이터베이스의 이름입니다. any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Snowflake 계정의 호스트 이름입니다. 어떤
암호 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. SecretBase
privateKey KeyPair 인증에 대한 privateKey의 Azure Key Vault 비밀 참조입니다. SecretBase
privateKeyPassphrase 암호화된 프라이빗 키를 사용하는 KeyPair 인증에 대한 프라이빗 키 암호의 Azure Key Vault 비밀 참조입니다. SecretBase
범위 AADServicePrincipal 인증을 위해 Azure Active Directory에 등록된 애플리케이션의 범위입니다. 어떤
tenantId AADServicePrincipal 인증을 위해 Azure Active Directory에 등록된 애플리케이션의 테넌트 ID입니다. 어떤
사용자 Snowflake 사용자의 이름입니다. 어떤
창고 Snowflake 창고의 이름입니다. any(필수)

SnowflakeV2LinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SnowflakeV2'(필수)
typeProperties Snowflake 연결된 서비스 속성입니다. SnowflakeLinkedV2ServiceTypeProperties(필수)

SparkLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Spark'(필수)
typeProperties Spark Server 연결된 서비스 속성입니다. SparkLinkedServiceTypeProperties(필수)

SparkLinkedServiceTypeProperties

이름 묘사
allowHostNameCNMismatch SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. 어떤
allowSelfSignedServerCert 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 어떤
authenticationType Spark 서버에 액세스하는 데 사용되는 인증 방법입니다. '익명'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Spark 서버의 IP 주소 또는 호스트 이름 any(필수)
httpPath Spark 서버에 해당하는 부분 URL입니다. 어떤
암호 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
항구 Spark 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. any(필수)
serverType Spark 서버의 형식입니다. 'SharkServer'
'SharkServer2'
'SparkThriftServer'
thriftTransportProtocol Thrift 계층에서 사용할 전송 프로토콜입니다. 'Binary'
'HTTP '
'SASL'
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 어떤
사용자 이름 Spark Server에 액세스하는 데 사용하는 사용자 이름입니다. 어떤
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 어떤

SqlAlwaysEncryptedProperties

이름 묘사
alwaysEncryptedAkvAuthType Sql은 항상 암호화된 AKV 인증 유형입니다. 형식: 문자열입니다. 'ManagedIdentity'
'ServicePrincipal'
'UserAssignedManagedIdentity'(필수)
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
servicePrincipalId Azure Key Vault 인증에 사용되는 Azure Active Directory의 애플리케이션 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Azure Key Vault에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase

SqlServerLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'SqlServer'(필수)
typeProperties SQL Server 연결된 서비스 속성입니다. sqlServerLinkedServiceTypeProperties (필수)

SqlServerLinkedServiceTypeProperties

이름 묘사
alwaysEncryptedSettings Sql은 항상 암호화된 속성입니다. SqlAlwaysEncryptedProperties
applicationIntent 서버에 연결할 때 권장 버전에서 사용하는 애플리케이션 워크로드 유형입니다. 가능한 값은 ReadOnly 및 ReadWrite입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'SQL'
'UserAssignedManagedIdentity'
'Windows'
commandTimeout 명령을 실행하려는 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전의 기본 대기 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
connectRetryCount 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 다시 연결이 시도된 수입니다. 0에서 255 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectRetryInterval 권장 버전에서 사용하는 유휴 연결 오류가 있음을 식별한 후 각 다시 연결 시도 사이의 시간(초)입니다. 1에서 60 사이의 정수여야 합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
connectTimeout 시도를 종료하고 권장 버전에서 사용하는 오류를 생성하기 전에 서버에 대한 연결을 기다리는 시간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
자격 증명 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 권장 버전에서 사용하는 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
암호화하다 권장 버전에서 사용하는 클라이언트와 서버 간에 전송되는 모든 데이터에 TLS 암호화가 필요한지 여부를 나타냅니다. 가능한 값은 true/yes/mandatory, false/no/optional 및 strict입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
failoverPartner 주 서버가 다운된 경우 연결할 파트너 서버의 이름 또는 주소이며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
hostNameInCertificate 연결에 대한 서버 인증서의 유효성을 검사할 때 사용할 호스트 이름입니다. 지정하지 않으면 데이터 원본의 서버 이름이 인증서 유효성 검사에 사용되며 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
integratedSecurity 연결에 사용자 ID 및 암호가 지정되었는지(false인 경우) 또는 현재 Windows 계정 자격 증명이 인증에 사용되는지(true인 경우) 권장 버전에서 사용되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
loadBalanceTimeout 연결이 삭제되기 전에 연결 풀에 있는 최소 시간(초)으로, 권장 버전에서 사용합니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
maxPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최대 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
minPoolSize 권장 버전에서 사용하는 이 특정 연결 문자열에 대해 연결 풀에서 허용되는 최소 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
multipleActiveResultSets true이면 애플리케이션이 MARS(여러 활성 결과 집합)를 유지할 수 있습니다. false이면 애플리케이션이 권장 버전에서 사용하는 해당 연결에서 다른 일괄 처리를 실행하기 전에 한 일괄 처리의 모든 결과 집합을 처리하거나 취소해야 합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
multiSubnetFailover 애플리케이션이 다른 서브넷의 AlwaysOn AG(가용성 그룹)에 연결하는 경우 MultiSubnetFailover=true를 설정하면 권장 버전에서 사용하는 (현재) 활성 서버에 대한 빠른 검색 및 연결을 제공합니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
packetSize 권장 버전에서 사용하는 서버 인스턴스와 통신하는 데 사용되는 네트워크 패킷의 크기(바이트)입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. 어떤
암호 온-프레미스 Windows 인증 암호입니다. SecretBase
풀링 권장 버전에서 사용하는 연결이 요청될 때마다 연결을 풀하거나 명시적으로 열지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
서버 연결할 SQL Server 인스턴스의 이름 또는 네트워크 주소로, 권장 버전에서 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
trustServerCertificate 권장 버전에서 사용하는 신뢰의 유효성을 검사하기 위해 인증서 체인을 건너뛰는 동안 채널이 암호화되는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). 어떤
userName 온-프레미스 Windows 인증 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

SquareLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Square'(필수)
typeProperties Square Service 연결된 서비스 속성입니다. SquareLinkedServiceTypeProperties(필수)

SquareLinkedServiceTypeProperties

이름 묘사
clientId Square 애플리케이션과 연결된 클라이언트 ID입니다. 어떤
clientSecret Square 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
connectionProperties Square에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 상호 배타적입니다. Type: object입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Square 인스턴스의 URL입니다. (예: mystore.mysquare.com) 어떤
redirectUri Square 애플리케이션 대시보드에 할당된 리디렉션 URL입니다. (즉, http://localhost:2500) 어떤
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

SybaseLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Sybase'(필수)
typeProperties Sybase 연결된 서비스 속성입니다. SybaseLinkedServiceTypeProperties(필수)

SybaseLinkedServiceTypeProperties

이름 묘사
authenticationType 연결에 사용할 AuthenticationType입니다. '기본'
'Windows'
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 인증을 위한 암호입니다. SecretBase
스키마 연결의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
서버 연결의 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

TeamDeskLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'TeamDesk'(필수)
typeProperties TeamDesk 연결된 서비스 속성입니다. TeamDeskLinkedServiceTypeProperties(필수)

TeamDeskLinkedServiceTypeProperties

이름 묘사
apiToken TeamDesk 원본에 대한 api 토큰입니다. SecretBase
authenticationType 사용할 인증 유형입니다. '기본'
'토큰'(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 TeamDesk 원본의 암호입니다. SecretBase
url TeamDesk 원본을 연결할 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userName TeamDesk 원본의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

TeradataLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Teradata'(필수)
typeProperties Teradata 연결된 서비스 속성입니다. TeradataLinkedServiceTypeProperties(필수)

TeradataLinkedServiceTypeProperties

이름 묘사
authenticationType 연결에 사용할 AuthenticationType입니다. '기본'
'Windows'
connectionString Teradata ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 인증을 위한 암호입니다. SecretBase
서버 연결의 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

TwilioLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Twilio'(필수)
typeProperties Twilio 연결된 서비스 속성입니다. TwilioLinkedServiceTypeProperties(필수)

TwilioLinkedServiceTypeProperties

이름 묘사
암호 Twilio 서비스의 인증 토큰입니다. SecretBase(필수)
userName Twilio 서비스의 계정 SID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

VerticaLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Vertica'(필수)
typeProperties Vertica 연결된 서비스 속성입니다. VerticaLinkedServiceTypeProperties(필수)

VerticaLinkedServiceTypeProperties

이름 묘사
connectionString ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 어떤
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
항구 연결의 포트입니다. 형식: 정수입니다. 어떤
pwd 연결 문자열의 암호에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
서버 연결의 서버 이름입니다. 형식: 문자열입니다. 어떤
uid 인증을 위한 사용자 이름입니다. 형식: 문자열입니다. 어떤

WarehouseLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Warehouse'(필수)
typeProperties Microsoft Fabric Warehouse 연결된 서비스 속성입니다. WarehouseLinkedServiceTypeProperties(필수)

WarehouseLinkedServiceTypeProperties

이름 묘사
artifactId Microsoft Fabric Warehouse 아티팩트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 Microsoft Fabric Warehouse 서버의 엔드포인트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버To-Server 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalId Microsoft Fabric Warehouse에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
servicePrincipalKey Microsoft Fabric Warehouse에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
테 넌 트 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤
workspaceId Microsoft Fabric 작업 영역의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

WebAnonymousAuthentication

이름 묘사
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. 'Anonymous'(필수)

WebBasicAuthentication

이름 묘사
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. 'Basic'(필수)
암호 기본 인증에 대한 암호입니다. SecretBase(필수)
사용자 이름 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

WebClientCertificateAuthentication

이름 묘사
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. 'ClientCertificate'(필수)
암호 PFX 파일의 암호입니다. SecretBase(필수)
pfx PFX 파일의 Base64로 인코딩된 콘텐츠입니다. SecretBase(필수)

WebLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Web'(필수)
typeProperties 웹 연결된 서비스 속성입니다. WebLinkedServiceTypeProperties (필수)

WebLinkedServiceTypeProperties

이름 묘사
authenticationType WebAnonymousAuthentication형식에 대해 'Anonymous'로 설정합니다. WebBasicAuthentication형식에 대해 '기본'으로 설정합니다. WebClientCertificateAuthentication형식에 대해 'ClientCertificate'로 설정합니다. '익명'
'기본'
'ClientCertificate'(필수)
url 웹 서비스 엔드포인트의 URL(예: https://www.microsoft.com.) 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)

XeroLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Xero'(필수)
typeProperties Xero 서비스 연결된 서비스 속성입니다. XeroLinkedServiceTypeProperties (필수)

XeroLinkedServiceTypeProperties

이름 묘사
connectionProperties Xero에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 상호 배타적입니다. Type: object입니다. 어떤
consumerKey Xero 애플리케이션과 연결된 소비자 키입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Xero 서버의 엔드포인트입니다. (예: api.xero.com) 어떤
privateKey Xero 프라이빗 애플리케이션에 대해 생성된 .pem 파일의 프라이빗 키입니다. Unix 줄 끝을 포함하여 .pem 파일의 모든 텍스트를 포함해야 합니다.
).
SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤

ZendeskLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Zendesk'(필수)
typeProperties Zendesk 연결된 서비스 속성입니다. ZendeskLinkedServiceTypeProperties(필수)

ZendeskLinkedServiceTypeProperties

이름 묘사
apiToken Zendesk 원본에 대한 api 토큰입니다. SecretBase
authenticationType 사용할 인증 유형입니다. '기본'
'토큰'(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
암호 Zendesk 원본의 암호입니다. SecretBase
url Zendesk 원본을 연결할 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). any(필수)
userName Zendesk 원본의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 어떤

ZohoLinkedService

이름 묘사
연결된 서비스의 유형입니다. 'Zoho'(필수)
typeProperties Zoho 서버 연결된 서비스 속성입니다. ZohoLinkedServiceTypeProperties(필수)

ZohoLinkedServiceTypeProperties

이름 묘사
accessToken Zoho 인증에 대한 액세스 토큰입니다. SecretBase
connectionProperties Zoho에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 상호 배타적입니다. Type: object입니다. 어떤
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
끝점 Zoho 서버의 엔드포인트입니다. (예: crm.zoho.com/crm/private) 어떤
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 어떤
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 어떤
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 어떤