Common Data Service For Apps Linked Service Response
data class CommonDataServiceForAppsLinkedServiceResponse(val annotations: List<Any>? = null, val authenticationType: Any, val connectVia: IntegrationRuntimeReferenceResponse? = null, val deploymentType: Any, val description: String? = null, val encryptedCredential: String? = null, val hostName: Any? = null, val organizationName: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val port: Any? = null, val servicePrincipalCredential: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val servicePrincipalCredentialType: Any? = null, val servicePrincipalId: Any? = null, val serviceUri: Any? = null, val type: String, val username: Any? = null)
Common Data Service for Apps linked service.
Constructors
Link copied to clipboard
fun CommonDataServiceForAppsLinkedServiceResponse(annotations: List<Any>? = null, authenticationType: Any, connectVia: IntegrationRuntimeReferenceResponse? = null, deploymentType: Any, description: String? = null, encryptedCredential: String? = null, hostName: Any? = null, organizationName: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, port: Any? = null, servicePrincipalCredential: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, servicePrincipalCredentialType: Any? = null, servicePrincipalId: Any? = null, serviceUri: Any? = null, type: String, username: Any? = null)
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.