Azure Blob FSLinked Service Response
    data class AzureBlobFSLinkedServiceResponse(val accountKey: Any? = null, val annotations: List<Any>? = null, val azureCloudType: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val credential: CredentialReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val sasToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val sasUri: Any? = null, val servicePrincipalCredential: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val servicePrincipalCredentialType: Any? = null, val servicePrincipalId: Any? = null, val servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val tenant: Any? = null, val type: String, val url: Any? = null)
Azure Data Lake Storage Gen2 linked service.
Constructors
Link copied to clipboard
                fun AzureBlobFSLinkedServiceResponse(accountKey: Any? = null, annotations: List<Any>? = null, azureCloudType: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, credential: CredentialReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, sasToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, sasUri: Any? = null, servicePrincipalCredential: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, servicePrincipalCredentialType: Any? = null, servicePrincipalId: Any? = null, servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, tenant: Any? = null, type: String, url: 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.