IntegrationPackEnvironmentAttachmentWithExtension
Represents the linkage between an Integration Pack instance and a specific environment with specific process, including any associated configuration and mapping extensions.
type IntegrationPackEnvironmentAttachmentWithExtension {
id: ID!
integrationPackInstanceId: ID
environmentId: ID
processId: ID
environmentExtensions: String
environmentMapExtension: String
}
Fields
IntegrationPackEnvironmentAttachmentWithExtension.id ● ID! non-null scalar miscellaneous
The unique identifier for the attachment record.
IntegrationPackEnvironmentAttachmentWithExtension.integrationPackInstanceId ● ID scalar miscellaneous
The unique identifier of the specific Integration Pack instance being attached to the environment.
IntegrationPackEnvironmentAttachmentWithExtension.environmentId ● ID scalar miscellaneous
The unique identifier of the environment to which the Integration Pack instance is attached.
IntegrationPackEnvironmentAttachmentWithExtension.processId ● ID scalar miscellaneous
The unique identifier of the specific process associated with this Integration Pack.
IntegrationPackEnvironmentAttachmentWithExtension.environmentExtensions ● String scalar miscellaneous
The environment-specific configuration extensions (connection settings, dynamic process properties and process properties) for this Integration Pack.
IntegrationPackEnvironmentAttachmentWithExtension.environmentMapExtension ● String scalar miscellaneous
The environment-specific data mapping configuration for this Integration Pack.