Cosmos Db Linked Service Args
Microsoft Azure Cosmos Database (CosmosDB) linked service.
Constructors
Properties
The endpoint of the Azure CosmosDB account. Type: string (or Expression with resultType string)
The account key of the Azure CosmosDB account. Type: SecureString or AzureKeyVaultSecretReference.
List of tags that can be used for describing the linked service.
Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string).
The connection mode used to access CosmosDB account. Type: string.
The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
The integration runtime reference.
The credential reference containing authentication information.
Linked service description.
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
Parameters for linked service.
The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.
The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string.
The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type: string (or Expression with resultType string).