Class XeroLinkedServiceResponse
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.XeroLinkedServiceResponse
-
public final class XeroLinkedServiceResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
XeroLinkedServiceResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>
annotations()
static XeroLinkedServiceResponse.Builder
builder()
static XeroLinkedServiceResponse.Builder
builder(XeroLinkedServiceResponse defaults)
java.util.Optional<java.lang.Object>
connectionProperties()
java.util.Optional<IntegrationRuntimeReferenceResponse>
connectVia()
java.util.Optional<com.pulumi.core.Either<AzureKeyVaultSecretReferenceResponse,SecureStringResponse>>
consumerKey()
java.util.Optional<java.lang.String>
description()
java.util.Optional<java.lang.String>
encryptedCredential()
java.util.Optional<java.lang.Object>
host()
java.util.Map<java.lang.String,ParameterSpecificationResponse>
parameters()
java.util.Optional<com.pulumi.core.Either<AzureKeyVaultSecretReferenceResponse,SecureStringResponse>>
privateKey()
java.lang.String
type()
java.util.Optional<java.lang.Object>
useEncryptedEndpoints()
java.util.Optional<java.lang.Object>
useHostVerification()
java.util.Optional<java.lang.Object>
usePeerVerification()
-
-
-
Method Detail
-
annotations
public java.util.List<java.lang.Object> annotations()
- Returns:
- List of tags that can be used for describing the linked service.
-
connectVia
public java.util.Optional<IntegrationRuntimeReferenceResponse> connectVia()
- Returns:
- The integration runtime reference.
-
connectionProperties
public java.util.Optional<java.lang.Object> connectionProperties()
- Returns:
- Properties used to connect to Xero. It is mutually exclusive with any other properties in the linked service. Type: object.
-
consumerKey
public java.util.Optional<com.pulumi.core.Either<AzureKeyVaultSecretReferenceResponse,SecureStringResponse>> consumerKey()
- Returns:
- The consumer key associated with the Xero application.
-
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.
-
host
public java.util.Optional<java.lang.Object> host()
- Returns:
- The endpoint of the Xero server. (i.e. api.xero.com)
-
parameters
public java.util.Map<java.lang.String,ParameterSpecificationResponse> parameters()
- Returns:
- Parameters for linked service.
-
privateKey
public java.util.Optional<com.pulumi.core.Either<AzureKeyVaultSecretReferenceResponse,SecureStringResponse>> privateKey()
- Returns:
- The private key from the .pem file that was generated for your Xero private application. You must include all the text from the .pem file, including the Unix line endings( ).
-
type
public java.lang.String type()
- Returns:
- Type of linked service. Expected value is 'Xero'.
-
useEncryptedEndpoints
public java.util.Optional<java.lang.Object> useEncryptedEndpoints()
- Returns:
- Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
-
useHostVerification
public java.util.Optional<java.lang.Object> useHostVerification()
- Returns:
- Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true.
-
usePeerVerification
public java.util.Optional<java.lang.Object> usePeerVerification()
- Returns:
- Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
-
builder
public static XeroLinkedServiceResponse.Builder builder()
-
builder
public static XeroLinkedServiceResponse.Builder builder(XeroLinkedServiceResponse defaults)
-
-