Cosmos Db Linked Service Response
data class CosmosDbLinkedServiceResponse(val accountEndpoint: Any? = null, val accountKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val annotations: List<Any>? = null, val azureCloudType: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionMode: String? = null, val connectionString: Any? = null, val credential: CredentialReferenceResponse? = null, val database: Any? = null, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val servicePrincipalCredential: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val servicePrincipalCredentialType: Any? = null, val servicePrincipalId: Any? = null, val tenant: Any? = null, val type: String)
Microsoft Azure Cosmos Database (CosmosDB) linked service.
Constructors
Link copied to clipboard
fun CosmosDbLinkedServiceResponse(accountEndpoint: Any? = null, accountKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, annotations: List<Any>? = null, azureCloudType: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionMode: String? = null, connectionString: Any? = null, credential: CredentialReferenceResponse? = null, database: Any? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, servicePrincipalCredential: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, servicePrincipalCredentialType: Any? = null, servicePrincipalId: Any? = null, tenant: Any? = null, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val servicePrincipalCredential: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null
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.