OData Linked Service Args
data class ODataLinkedServiceArgs(val aadResourceId: Output<Any>? = null, val aadServicePrincipalCredentialType: Output<Either<String, ODataAadServicePrincipalCredentialType>>? = null, val annotations: Output<List<Any>>? = null, val authHeaders: Output<Any>? = null, val authenticationType: Output<Either<String, ODataAuthenticationType>>? = null, val azureCloudType: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val servicePrincipalEmbeddedCert: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val servicePrincipalEmbeddedCertPassword: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val tenant: Output<Any>? = null, val type: Output<String>, val url: Output<Any>, val userName: Output<Any>? = null) : ConvertibleToJava<ODataLinkedServiceArgs>
Open Data Protocol (OData) linked service.
Constructors
Link copied to clipboard
fun ODataLinkedServiceArgs(aadResourceId: Output<Any>? = null, aadServicePrincipalCredentialType: Output<Either<String, ODataAadServicePrincipalCredentialType>>? = null, annotations: Output<List<Any>>? = null, authHeaders: Output<Any>? = null, authenticationType: Output<Either<String, ODataAuthenticationType>>? = null, azureCloudType: Output<Any>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, servicePrincipalEmbeddedCert: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, servicePrincipalEmbeddedCertPassword: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, servicePrincipalId: Output<Any>? = null, servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, tenant: Output<Any>? = null, type: Output<String>, url: Output<Any>, userName: Output<Any>? = null)
Functions
Properties
Link copied to clipboard
val aadServicePrincipalCredentialType: Output<Either<String, ODataAadServicePrincipalCredentialType>>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val servicePrincipalEmbeddedCert: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null
Link copied to clipboard
val servicePrincipalEmbeddedCertPassword: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null