Class OdbcLinkedServiceResponse
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.OdbcLinkedServiceResponse
-
public final class OdbcLinkedServiceResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OdbcLinkedServiceResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>
annotations()
java.util.Optional<java.lang.Object>
authenticationType()
static OdbcLinkedServiceResponse.Builder
builder()
static OdbcLinkedServiceResponse.Builder
builder(OdbcLinkedServiceResponse defaults)
java.lang.Object
connectionString()
java.util.Optional<IntegrationRuntimeReferenceResponse>
connectVia()
java.util.Optional<com.pulumi.core.Either<AzureKeyVaultSecretReferenceResponse,SecureStringResponse>>
credential()
java.util.Optional<java.lang.String>
description()
java.util.Optional<java.lang.String>
encryptedCredential()
java.util.Map<java.lang.String,ParameterSpecificationResponse>
parameters()
java.util.Optional<com.pulumi.core.Either<AzureKeyVaultSecretReferenceResponse,SecureStringResponse>>
password()
java.lang.String
type()
java.util.Optional<java.lang.Object>
userName()
-
-
-
Method Detail
-
annotations
public java.util.List<java.lang.Object> annotations()
- Returns:
- List of tags that can be used for describing the linked service.
-
authenticationType
public java.util.Optional<java.lang.Object> authenticationType()
- Returns:
- Type of authentication used to connect to the ODBC data store. Possible values are: Anonymous and Basic. Type: string (or Expression with resultType string).
-
connectVia
public java.util.Optional<IntegrationRuntimeReferenceResponse> connectVia()
- Returns:
- The integration runtime reference.
-
connectionString
public java.lang.Object connectionString()
- Returns:
- The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, or SecureString, or AzureKeyVaultSecretReference, or Expression with resultType string.
-
credential
public java.util.Optional<com.pulumi.core.Either<AzureKeyVaultSecretReferenceResponse,SecureStringResponse>> credential()
- Returns:
- The access credential portion of the connection string specified in driver-specific property-value format.
-
description
public java.util.Optional<java.lang.String> description()
- Returns:
- Linked service description.
-
encryptedCredential
public java.util.Optional<java.lang.String> encryptedCredential()
- Returns:
- The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
-
parameters
public java.util.Map<java.lang.String,ParameterSpecificationResponse> parameters()
- Returns:
- Parameters for linked service.
-
password
public java.util.Optional<com.pulumi.core.Either<AzureKeyVaultSecretReferenceResponse,SecureStringResponse>> password()
- Returns:
- Password for Basic authentication.
-
type
public java.lang.String type()
- Returns:
- Type of linked service. Expected value is 'Odbc'.
-
userName
public java.util.Optional<java.lang.Object> userName()
- Returns:
- User name for Basic authentication. Type: string (or Expression with resultType string).
-
builder
public static OdbcLinkedServiceResponse.Builder builder()
-
builder
public static OdbcLinkedServiceResponse.Builder builder(OdbcLinkedServiceResponse defaults)
-
-