ShopifyLinkedServiceResponse

data class ShopifyLinkedServiceResponse(val accessToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val host: Any, val parameters: Map<String, ParameterSpecificationResponse>? = null, val type: String, val useEncryptedEndpoints: Any? = null, val useHostVerification: Any? = null, val usePeerVerification: Any? = null, val version: String? = null)

Shopify Service linked service.

Constructors

Link copied to clipboard
constructor(accessToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, host: Any, parameters: Map<String, ParameterSpecificationResponse>? = null, type: String, useEncryptedEndpoints: Any? = null, useHostVerification: Any? = null, usePeerVerification: Any? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The API access token that can be used to access Shopify’s data. The token won't expire if it is offline mode.

Link copied to clipboard
val annotations: List<Any>? = null

List of tags that can be used for describing the linked service.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard
val host: Any

The endpoint of the Shopify server. (i.e. mystore.myshopify.com)

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

Type of linked service. Expected value is 'Shopify'.

Link copied to clipboard

Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.

Link copied to clipboard

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.

Link copied to clipboard

Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.

Link copied to clipboard
val version: String? = null

Version of the linked service.