azure-native.logic.IntegrationAccountAgreement
Explore with Pulumi AI
The integration account agreement. API Version: 2019-05-01.
Example Usage
Create or update an agreement
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var integrationAccountAgreement = new AzureNative.Logic.IntegrationAccountAgreement("integrationAccountAgreement", new()
{
AgreementName = "testAgreement",
AgreementType = AzureNative.Logic.AgreementType.AS2,
Content = new AzureNative.Logic.Inputs.AgreementContentArgs
{
AS2 = new AzureNative.Logic.Inputs.AS2AgreementContentArgs
{
ReceiveAgreement = new AzureNative.Logic.Inputs.AS2OneWayAgreementArgs
{
ProtocolSettings = new AzureNative.Logic.Inputs.AS2ProtocolSettingsArgs
{
AcknowledgementConnectionSettings = new AzureNative.Logic.Inputs.AS2AcknowledgementConnectionSettingsArgs
{
IgnoreCertificateNameMismatch = true,
KeepHttpConnectionAlive = true,
SupportHttpStatusCodeContinue = true,
UnfoldHttpHeaders = true,
},
EnvelopeSettings = new AzureNative.Logic.Inputs.AS2EnvelopeSettingsArgs
{
AutogenerateFileName = true,
FileNameTemplate = "Test",
MessageContentType = "text/plain",
SuspendMessageOnFileNameGenerationError = true,
TransmitFileNameInMimeHeader = true,
},
ErrorSettings = new AzureNative.Logic.Inputs.AS2ErrorSettingsArgs
{
ResendIfMDNNotReceived = true,
SuspendDuplicateMessage = true,
},
MdnSettings = new AzureNative.Logic.Inputs.AS2MdnSettingsArgs
{
DispositionNotificationTo = "http://tempuri.org",
MdnText = "Sample",
MicHashingAlgorithm = "SHA1",
NeedMDN = true,
ReceiptDeliveryUrl = "http://tempuri.org",
SendInboundMDNToMessageBox = true,
SendMDNAsynchronously = true,
SignMDN = true,
SignOutboundMDNIfOptional = true,
},
MessageConnectionSettings = new AzureNative.Logic.Inputs.AS2MessageConnectionSettingsArgs
{
IgnoreCertificateNameMismatch = true,
KeepHttpConnectionAlive = true,
SupportHttpStatusCodeContinue = true,
UnfoldHttpHeaders = true,
},
SecuritySettings = new AzureNative.Logic.Inputs.AS2SecuritySettingsArgs
{
EnableNRRForInboundDecodedMessages = true,
EnableNRRForInboundEncodedMessages = true,
EnableNRRForInboundMDN = true,
EnableNRRForOutboundDecodedMessages = true,
EnableNRRForOutboundEncodedMessages = true,
EnableNRRForOutboundMDN = true,
OverrideGroupSigningCertificate = false,
},
ValidationSettings = new AzureNative.Logic.Inputs.AS2ValidationSettingsArgs
{
CheckCertificateRevocationListOnReceive = true,
CheckCertificateRevocationListOnSend = true,
CheckDuplicateMessage = true,
CompressMessage = true,
EncryptMessage = false,
EncryptionAlgorithm = "AES128",
InterchangeDuplicatesValidityDays = 100,
OverrideMessageProperties = true,
SignMessage = false,
},
},
ReceiverBusinessIdentity = new AzureNative.Logic.Inputs.BusinessIdentityArgs
{
Qualifier = "ZZ",
Value = "ZZ",
},
SenderBusinessIdentity = new AzureNative.Logic.Inputs.BusinessIdentityArgs
{
Qualifier = "AA",
Value = "AA",
},
},
SendAgreement = new AzureNative.Logic.Inputs.AS2OneWayAgreementArgs
{
ProtocolSettings = new AzureNative.Logic.Inputs.AS2ProtocolSettingsArgs
{
AcknowledgementConnectionSettings = new AzureNative.Logic.Inputs.AS2AcknowledgementConnectionSettingsArgs
{
IgnoreCertificateNameMismatch = true,
KeepHttpConnectionAlive = true,
SupportHttpStatusCodeContinue = true,
UnfoldHttpHeaders = true,
},
EnvelopeSettings = new AzureNative.Logic.Inputs.AS2EnvelopeSettingsArgs
{
AutogenerateFileName = true,
FileNameTemplate = "Test",
MessageContentType = "text/plain",
SuspendMessageOnFileNameGenerationError = true,
TransmitFileNameInMimeHeader = true,
},
ErrorSettings = new AzureNative.Logic.Inputs.AS2ErrorSettingsArgs
{
ResendIfMDNNotReceived = true,
SuspendDuplicateMessage = true,
},
MdnSettings = new AzureNative.Logic.Inputs.AS2MdnSettingsArgs
{
DispositionNotificationTo = "http://tempuri.org",
MdnText = "Sample",
MicHashingAlgorithm = "SHA1",
NeedMDN = true,
ReceiptDeliveryUrl = "http://tempuri.org",
SendInboundMDNToMessageBox = true,
SendMDNAsynchronously = true,
SignMDN = true,
SignOutboundMDNIfOptional = true,
},
MessageConnectionSettings = new AzureNative.Logic.Inputs.AS2MessageConnectionSettingsArgs
{
IgnoreCertificateNameMismatch = true,
KeepHttpConnectionAlive = true,
SupportHttpStatusCodeContinue = true,
UnfoldHttpHeaders = true,
},
SecuritySettings = new AzureNative.Logic.Inputs.AS2SecuritySettingsArgs
{
EnableNRRForInboundDecodedMessages = true,
EnableNRRForInboundEncodedMessages = true,
EnableNRRForInboundMDN = true,
EnableNRRForOutboundDecodedMessages = true,
EnableNRRForOutboundEncodedMessages = true,
EnableNRRForOutboundMDN = true,
OverrideGroupSigningCertificate = false,
},
ValidationSettings = new AzureNative.Logic.Inputs.AS2ValidationSettingsArgs
{
CheckCertificateRevocationListOnReceive = true,
CheckCertificateRevocationListOnSend = true,
CheckDuplicateMessage = true,
CompressMessage = true,
EncryptMessage = false,
EncryptionAlgorithm = "AES128",
InterchangeDuplicatesValidityDays = 100,
OverrideMessageProperties = true,
SignMessage = false,
},
},
ReceiverBusinessIdentity = new AzureNative.Logic.Inputs.BusinessIdentityArgs
{
Qualifier = "AA",
Value = "AA",
},
SenderBusinessIdentity = new AzureNative.Logic.Inputs.BusinessIdentityArgs
{
Qualifier = "ZZ",
Value = "ZZ",
},
},
},
},
GuestIdentity = new AzureNative.Logic.Inputs.BusinessIdentityArgs
{
Qualifier = "AA",
Value = "AA",
},
GuestPartner = "GuestPartner",
HostIdentity = new AzureNative.Logic.Inputs.BusinessIdentityArgs
{
Qualifier = "ZZ",
Value = "ZZ",
},
HostPartner = "HostPartner",
IntegrationAccountName = "testIntegrationAccount",
Location = "westus",
Metadata = null,
ResourceGroupName = "testResourceGroup",
Tags =
{
{ "IntegrationAccountAgreement", "<IntegrationAccountAgreementName>" },
},
});
});
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.logic.IntegrationAccountAgreement;
import com.pulumi.azurenative.logic.IntegrationAccountAgreementArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var integrationAccountAgreement = new IntegrationAccountAgreement("integrationAccountAgreement", IntegrationAccountAgreementArgs.builder()
.agreementName("testAgreement")
.agreementType("AS2")
.content(Map.of("aS2", Map.ofEntries(
Map.entry("receiveAgreement", Map.ofEntries(
Map.entry("protocolSettings", Map.ofEntries(
Map.entry("acknowledgementConnectionSettings", Map.ofEntries(
Map.entry("ignoreCertificateNameMismatch", true),
Map.entry("keepHttpConnectionAlive", true),
Map.entry("supportHttpStatusCodeContinue", true),
Map.entry("unfoldHttpHeaders", true)
)),
Map.entry("envelopeSettings", Map.ofEntries(
Map.entry("autogenerateFileName", true),
Map.entry("fileNameTemplate", "Test"),
Map.entry("messageContentType", "text/plain"),
Map.entry("suspendMessageOnFileNameGenerationError", true),
Map.entry("transmitFileNameInMimeHeader", true)
)),
Map.entry("errorSettings", Map.ofEntries(
Map.entry("resendIfMDNNotReceived", true),
Map.entry("suspendDuplicateMessage", true)
)),
Map.entry("mdnSettings", Map.ofEntries(
Map.entry("dispositionNotificationTo", "http://tempuri.org"),
Map.entry("mdnText", "Sample"),
Map.entry("micHashingAlgorithm", "SHA1"),
Map.entry("needMDN", true),
Map.entry("receiptDeliveryUrl", "http://tempuri.org"),
Map.entry("sendInboundMDNToMessageBox", true),
Map.entry("sendMDNAsynchronously", true),
Map.entry("signMDN", true),
Map.entry("signOutboundMDNIfOptional", true)
)),
Map.entry("messageConnectionSettings", Map.ofEntries(
Map.entry("ignoreCertificateNameMismatch", true),
Map.entry("keepHttpConnectionAlive", true),
Map.entry("supportHttpStatusCodeContinue", true),
Map.entry("unfoldHttpHeaders", true)
)),
Map.entry("securitySettings", Map.ofEntries(
Map.entry("enableNRRForInboundDecodedMessages", true),
Map.entry("enableNRRForInboundEncodedMessages", true),
Map.entry("enableNRRForInboundMDN", true),
Map.entry("enableNRRForOutboundDecodedMessages", true),
Map.entry("enableNRRForOutboundEncodedMessages", true),
Map.entry("enableNRRForOutboundMDN", true),
Map.entry("overrideGroupSigningCertificate", false)
)),
Map.entry("validationSettings", Map.ofEntries(
Map.entry("checkCertificateRevocationListOnReceive", true),
Map.entry("checkCertificateRevocationListOnSend", true),
Map.entry("checkDuplicateMessage", true),
Map.entry("compressMessage", true),
Map.entry("encryptMessage", false),
Map.entry("encryptionAlgorithm", "AES128"),
Map.entry("interchangeDuplicatesValidityDays", 100),
Map.entry("overrideMessageProperties", true),
Map.entry("signMessage", false)
))
)),
Map.entry("receiverBusinessIdentity", Map.ofEntries(
Map.entry("qualifier", "ZZ"),
Map.entry("value", "ZZ")
)),
Map.entry("senderBusinessIdentity", Map.ofEntries(
Map.entry("qualifier", "AA"),
Map.entry("value", "AA")
))
)),
Map.entry("sendAgreement", Map.ofEntries(
Map.entry("protocolSettings", Map.ofEntries(
Map.entry("acknowledgementConnectionSettings", Map.ofEntries(
Map.entry("ignoreCertificateNameMismatch", true),
Map.entry("keepHttpConnectionAlive", true),
Map.entry("supportHttpStatusCodeContinue", true),
Map.entry("unfoldHttpHeaders", true)
)),
Map.entry("envelopeSettings", Map.ofEntries(
Map.entry("autogenerateFileName", true),
Map.entry("fileNameTemplate", "Test"),
Map.entry("messageContentType", "text/plain"),
Map.entry("suspendMessageOnFileNameGenerationError", true),
Map.entry("transmitFileNameInMimeHeader", true)
)),
Map.entry("errorSettings", Map.ofEntries(
Map.entry("resendIfMDNNotReceived", true),
Map.entry("suspendDuplicateMessage", true)
)),
Map.entry("mdnSettings", Map.ofEntries(
Map.entry("dispositionNotificationTo", "http://tempuri.org"),
Map.entry("mdnText", "Sample"),
Map.entry("micHashingAlgorithm", "SHA1"),
Map.entry("needMDN", true),
Map.entry("receiptDeliveryUrl", "http://tempuri.org"),
Map.entry("sendInboundMDNToMessageBox", true),
Map.entry("sendMDNAsynchronously", true),
Map.entry("signMDN", true),
Map.entry("signOutboundMDNIfOptional", true)
)),
Map.entry("messageConnectionSettings", Map.ofEntries(
Map.entry("ignoreCertificateNameMismatch", true),
Map.entry("keepHttpConnectionAlive", true),
Map.entry("supportHttpStatusCodeContinue", true),
Map.entry("unfoldHttpHeaders", true)
)),
Map.entry("securitySettings", Map.ofEntries(
Map.entry("enableNRRForInboundDecodedMessages", true),
Map.entry("enableNRRForInboundEncodedMessages", true),
Map.entry("enableNRRForInboundMDN", true),
Map.entry("enableNRRForOutboundDecodedMessages", true),
Map.entry("enableNRRForOutboundEncodedMessages", true),
Map.entry("enableNRRForOutboundMDN", true),
Map.entry("overrideGroupSigningCertificate", false)
)),
Map.entry("validationSettings", Map.ofEntries(
Map.entry("checkCertificateRevocationListOnReceive", true),
Map.entry("checkCertificateRevocationListOnSend", true),
Map.entry("checkDuplicateMessage", true),
Map.entry("compressMessage", true),
Map.entry("encryptMessage", false),
Map.entry("encryptionAlgorithm", "AES128"),
Map.entry("interchangeDuplicatesValidityDays", 100),
Map.entry("overrideMessageProperties", true),
Map.entry("signMessage", false)
))
)),
Map.entry("receiverBusinessIdentity", Map.ofEntries(
Map.entry("qualifier", "AA"),
Map.entry("value", "AA")
)),
Map.entry("senderBusinessIdentity", Map.ofEntries(
Map.entry("qualifier", "ZZ"),
Map.entry("value", "ZZ")
))
))
)))
.guestIdentity(Map.ofEntries(
Map.entry("qualifier", "AA"),
Map.entry("value", "AA")
))
.guestPartner("GuestPartner")
.hostIdentity(Map.ofEntries(
Map.entry("qualifier", "ZZ"),
Map.entry("value", "ZZ")
))
.hostPartner("HostPartner")
.integrationAccountName("testIntegrationAccount")
.location("westus")
.metadata()
.resourceGroupName("testResourceGroup")
.tags(Map.of("IntegrationAccountAgreement", "<IntegrationAccountAgreementName>"))
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
integration_account_agreement = azure_native.logic.IntegrationAccountAgreement("integrationAccountAgreement",
agreement_name="testAgreement",
agreement_type=azure_native.logic.AgreementType.AS2,
content=azure_native.logic.AgreementContentResponseArgs(
a_s2={
"receiveAgreement": {
"protocolSettings": {
"acknowledgementConnectionSettings": azure_native.logic.AS2AcknowledgementConnectionSettingsArgs(
ignore_certificate_name_mismatch=True,
keep_http_connection_alive=True,
support_http_status_code_continue=True,
unfold_http_headers=True,
),
"envelopeSettings": azure_native.logic.AS2EnvelopeSettingsArgs(
autogenerate_file_name=True,
file_name_template="Test",
message_content_type="text/plain",
suspend_message_on_file_name_generation_error=True,
transmit_file_name_in_mime_header=True,
),
"errorSettings": azure_native.logic.AS2ErrorSettingsArgs(
resend_if_mdn_not_received=True,
suspend_duplicate_message=True,
),
"mdnSettings": azure_native.logic.AS2MdnSettingsArgs(
disposition_notification_to="http://tempuri.org",
mdn_text="Sample",
mic_hashing_algorithm="SHA1",
need_mdn=True,
receipt_delivery_url="http://tempuri.org",
send_inbound_mdn_to_message_box=True,
send_mdnasynchronously=True,
sign_mdn=True,
sign_outbound_mdn_if_optional=True,
),
"messageConnectionSettings": azure_native.logic.AS2MessageConnectionSettingsArgs(
ignore_certificate_name_mismatch=True,
keep_http_connection_alive=True,
support_http_status_code_continue=True,
unfold_http_headers=True,
),
"securitySettings": azure_native.logic.AS2SecuritySettingsArgs(
enable_nrr_for_inbound_decoded_messages=True,
enable_nrr_for_inbound_encoded_messages=True,
enable_nrr_for_inbound_mdn=True,
enable_nrr_for_outbound_decoded_messages=True,
enable_nrr_for_outbound_encoded_messages=True,
enable_nrr_for_outbound_mdn=True,
override_group_signing_certificate=False,
),
"validationSettings": azure_native.logic.AS2ValidationSettingsArgs(
check_certificate_revocation_list_on_receive=True,
check_certificate_revocation_list_on_send=True,
check_duplicate_message=True,
compress_message=True,
encrypt_message=False,
encryption_algorithm="AES128",
interchange_duplicates_validity_days=100,
override_message_properties=True,
sign_message=False,
),
},
"receiverBusinessIdentity": azure_native.logic.BusinessIdentityArgs(
qualifier="ZZ",
value="ZZ",
),
"senderBusinessIdentity": azure_native.logic.BusinessIdentityArgs(
qualifier="AA",
value="AA",
),
},
"sendAgreement": {
"protocolSettings": {
"acknowledgementConnectionSettings": azure_native.logic.AS2AcknowledgementConnectionSettingsArgs(
ignore_certificate_name_mismatch=True,
keep_http_connection_alive=True,
support_http_status_code_continue=True,
unfold_http_headers=True,
),
"envelopeSettings": azure_native.logic.AS2EnvelopeSettingsArgs(
autogenerate_file_name=True,
file_name_template="Test",
message_content_type="text/plain",
suspend_message_on_file_name_generation_error=True,
transmit_file_name_in_mime_header=True,
),
"errorSettings": azure_native.logic.AS2ErrorSettingsArgs(
resend_if_mdn_not_received=True,
suspend_duplicate_message=True,
),
"mdnSettings": azure_native.logic.AS2MdnSettingsArgs(
disposition_notification_to="http://tempuri.org",
mdn_text="Sample",
mic_hashing_algorithm="SHA1",
need_mdn=True,
receipt_delivery_url="http://tempuri.org",
send_inbound_mdn_to_message_box=True,
send_mdnasynchronously=True,
sign_mdn=True,
sign_outbound_mdn_if_optional=True,
),
"messageConnectionSettings": azure_native.logic.AS2MessageConnectionSettingsArgs(
ignore_certificate_name_mismatch=True,
keep_http_connection_alive=True,
support_http_status_code_continue=True,
unfold_http_headers=True,
),
"securitySettings": azure_native.logic.AS2SecuritySettingsArgs(
enable_nrr_for_inbound_decoded_messages=True,
enable_nrr_for_inbound_encoded_messages=True,
enable_nrr_for_inbound_mdn=True,
enable_nrr_for_outbound_decoded_messages=True,
enable_nrr_for_outbound_encoded_messages=True,
enable_nrr_for_outbound_mdn=True,
override_group_signing_certificate=False,
),
"validationSettings": azure_native.logic.AS2ValidationSettingsArgs(
check_certificate_revocation_list_on_receive=True,
check_certificate_revocation_list_on_send=True,
check_duplicate_message=True,
compress_message=True,
encrypt_message=False,
encryption_algorithm="AES128",
interchange_duplicates_validity_days=100,
override_message_properties=True,
sign_message=False,
),
},
"receiverBusinessIdentity": azure_native.logic.BusinessIdentityArgs(
qualifier="AA",
value="AA",
),
"senderBusinessIdentity": azure_native.logic.BusinessIdentityArgs(
qualifier="ZZ",
value="ZZ",
),
},
},
),
guest_identity=azure_native.logic.BusinessIdentityArgs(
qualifier="AA",
value="AA",
),
guest_partner="GuestPartner",
host_identity=azure_native.logic.BusinessIdentityArgs(
qualifier="ZZ",
value="ZZ",
),
host_partner="HostPartner",
integration_account_name="testIntegrationAccount",
location="westus",
metadata={},
resource_group_name="testResourceGroup",
tags={
"IntegrationAccountAgreement": "<IntegrationAccountAgreementName>",
})
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const integrationAccountAgreement = new azure_native.logic.IntegrationAccountAgreement("integrationAccountAgreement", {
agreementName: "testAgreement",
agreementType: azure_native.logic.AgreementType.AS2,
content: {
aS2: {
receiveAgreement: {
protocolSettings: {
acknowledgementConnectionSettings: {
ignoreCertificateNameMismatch: true,
keepHttpConnectionAlive: true,
supportHttpStatusCodeContinue: true,
unfoldHttpHeaders: true,
},
envelopeSettings: {
autogenerateFileName: true,
fileNameTemplate: "Test",
messageContentType: "text/plain",
suspendMessageOnFileNameGenerationError: true,
transmitFileNameInMimeHeader: true,
},
errorSettings: {
resendIfMDNNotReceived: true,
suspendDuplicateMessage: true,
},
mdnSettings: {
dispositionNotificationTo: "http://tempuri.org",
mdnText: "Sample",
micHashingAlgorithm: "SHA1",
needMDN: true,
receiptDeliveryUrl: "http://tempuri.org",
sendInboundMDNToMessageBox: true,
sendMDNAsynchronously: true,
signMDN: true,
signOutboundMDNIfOptional: true,
},
messageConnectionSettings: {
ignoreCertificateNameMismatch: true,
keepHttpConnectionAlive: true,
supportHttpStatusCodeContinue: true,
unfoldHttpHeaders: true,
},
securitySettings: {
enableNRRForInboundDecodedMessages: true,
enableNRRForInboundEncodedMessages: true,
enableNRRForInboundMDN: true,
enableNRRForOutboundDecodedMessages: true,
enableNRRForOutboundEncodedMessages: true,
enableNRRForOutboundMDN: true,
overrideGroupSigningCertificate: false,
},
validationSettings: {
checkCertificateRevocationListOnReceive: true,
checkCertificateRevocationListOnSend: true,
checkDuplicateMessage: true,
compressMessage: true,
encryptMessage: false,
encryptionAlgorithm: "AES128",
interchangeDuplicatesValidityDays: 100,
overrideMessageProperties: true,
signMessage: false,
},
},
receiverBusinessIdentity: {
qualifier: "ZZ",
value: "ZZ",
},
senderBusinessIdentity: {
qualifier: "AA",
value: "AA",
},
},
sendAgreement: {
protocolSettings: {
acknowledgementConnectionSettings: {
ignoreCertificateNameMismatch: true,
keepHttpConnectionAlive: true,
supportHttpStatusCodeContinue: true,
unfoldHttpHeaders: true,
},
envelopeSettings: {
autogenerateFileName: true,
fileNameTemplate: "Test",
messageContentType: "text/plain",
suspendMessageOnFileNameGenerationError: true,
transmitFileNameInMimeHeader: true,
},
errorSettings: {
resendIfMDNNotReceived: true,
suspendDuplicateMessage: true,
},
mdnSettings: {
dispositionNotificationTo: "http://tempuri.org",
mdnText: "Sample",
micHashingAlgorithm: "SHA1",
needMDN: true,
receiptDeliveryUrl: "http://tempuri.org",
sendInboundMDNToMessageBox: true,
sendMDNAsynchronously: true,
signMDN: true,
signOutboundMDNIfOptional: true,
},
messageConnectionSettings: {
ignoreCertificateNameMismatch: true,
keepHttpConnectionAlive: true,
supportHttpStatusCodeContinue: true,
unfoldHttpHeaders: true,
},
securitySettings: {
enableNRRForInboundDecodedMessages: true,
enableNRRForInboundEncodedMessages: true,
enableNRRForInboundMDN: true,
enableNRRForOutboundDecodedMessages: true,
enableNRRForOutboundEncodedMessages: true,
enableNRRForOutboundMDN: true,
overrideGroupSigningCertificate: false,
},
validationSettings: {
checkCertificateRevocationListOnReceive: true,
checkCertificateRevocationListOnSend: true,
checkDuplicateMessage: true,
compressMessage: true,
encryptMessage: false,
encryptionAlgorithm: "AES128",
interchangeDuplicatesValidityDays: 100,
overrideMessageProperties: true,
signMessage: false,
},
},
receiverBusinessIdentity: {
qualifier: "AA",
value: "AA",
},
senderBusinessIdentity: {
qualifier: "ZZ",
value: "ZZ",
},
},
},
},
guestIdentity: {
qualifier: "AA",
value: "AA",
},
guestPartner: "GuestPartner",
hostIdentity: {
qualifier: "ZZ",
value: "ZZ",
},
hostPartner: "HostPartner",
integrationAccountName: "testIntegrationAccount",
location: "westus",
metadata: {},
resourceGroupName: "testResourceGroup",
tags: {
IntegrationAccountAgreement: "<IntegrationAccountAgreementName>",
},
});
resources:
integrationAccountAgreement:
type: azure-native:logic:IntegrationAccountAgreement
properties:
agreementName: testAgreement
agreementType: AS2
content:
aS2:
receiveAgreement:
protocolSettings:
acknowledgementConnectionSettings:
ignoreCertificateNameMismatch: true
keepHttpConnectionAlive: true
supportHttpStatusCodeContinue: true
unfoldHttpHeaders: true
envelopeSettings:
autogenerateFileName: true
fileNameTemplate: Test
messageContentType: text/plain
suspendMessageOnFileNameGenerationError: true
transmitFileNameInMimeHeader: true
errorSettings:
resendIfMDNNotReceived: true
suspendDuplicateMessage: true
mdnSettings:
dispositionNotificationTo: http://tempuri.org
mdnText: Sample
micHashingAlgorithm: SHA1
needMDN: true
receiptDeliveryUrl: http://tempuri.org
sendInboundMDNToMessageBox: true
sendMDNAsynchronously: true
signMDN: true
signOutboundMDNIfOptional: true
messageConnectionSettings:
ignoreCertificateNameMismatch: true
keepHttpConnectionAlive: true
supportHttpStatusCodeContinue: true
unfoldHttpHeaders: true
securitySettings:
enableNRRForInboundDecodedMessages: true
enableNRRForInboundEncodedMessages: true
enableNRRForInboundMDN: true
enableNRRForOutboundDecodedMessages: true
enableNRRForOutboundEncodedMessages: true
enableNRRForOutboundMDN: true
overrideGroupSigningCertificate: false
validationSettings:
checkCertificateRevocationListOnReceive: true
checkCertificateRevocationListOnSend: true
checkDuplicateMessage: true
compressMessage: true
encryptMessage: false
encryptionAlgorithm: AES128
interchangeDuplicatesValidityDays: 100
overrideMessageProperties: true
signMessage: false
receiverBusinessIdentity:
qualifier: ZZ
value: ZZ
senderBusinessIdentity:
qualifier: AA
value: AA
sendAgreement:
protocolSettings:
acknowledgementConnectionSettings:
ignoreCertificateNameMismatch: true
keepHttpConnectionAlive: true
supportHttpStatusCodeContinue: true
unfoldHttpHeaders: true
envelopeSettings:
autogenerateFileName: true
fileNameTemplate: Test
messageContentType: text/plain
suspendMessageOnFileNameGenerationError: true
transmitFileNameInMimeHeader: true
errorSettings:
resendIfMDNNotReceived: true
suspendDuplicateMessage: true
mdnSettings:
dispositionNotificationTo: http://tempuri.org
mdnText: Sample
micHashingAlgorithm: SHA1
needMDN: true
receiptDeliveryUrl: http://tempuri.org
sendInboundMDNToMessageBox: true
sendMDNAsynchronously: true
signMDN: true
signOutboundMDNIfOptional: true
messageConnectionSettings:
ignoreCertificateNameMismatch: true
keepHttpConnectionAlive: true
supportHttpStatusCodeContinue: true
unfoldHttpHeaders: true
securitySettings:
enableNRRForInboundDecodedMessages: true
enableNRRForInboundEncodedMessages: true
enableNRRForInboundMDN: true
enableNRRForOutboundDecodedMessages: true
enableNRRForOutboundEncodedMessages: true
enableNRRForOutboundMDN: true
overrideGroupSigningCertificate: false
validationSettings:
checkCertificateRevocationListOnReceive: true
checkCertificateRevocationListOnSend: true
checkDuplicateMessage: true
compressMessage: true
encryptMessage: false
encryptionAlgorithm: AES128
interchangeDuplicatesValidityDays: 100
overrideMessageProperties: true
signMessage: false
receiverBusinessIdentity:
qualifier: AA
value: AA
senderBusinessIdentity:
qualifier: ZZ
value: ZZ
guestIdentity:
qualifier: AA
value: AA
guestPartner: GuestPartner
hostIdentity:
qualifier: ZZ
value: ZZ
hostPartner: HostPartner
integrationAccountName: testIntegrationAccount
location: westus
metadata: {}
resourceGroupName: testResourceGroup
tags:
IntegrationAccountAgreement: <IntegrationAccountAgreementName>
Create IntegrationAccountAgreement Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new IntegrationAccountAgreement(name: string, args: IntegrationAccountAgreementArgs, opts?: CustomResourceOptions);
@overload
def IntegrationAccountAgreement(resource_name: str,
args: IntegrationAccountAgreementArgs,
opts: Optional[ResourceOptions] = None)
@overload
def IntegrationAccountAgreement(resource_name: str,
opts: Optional[ResourceOptions] = None,
agreement_type: Optional[AgreementType] = None,
content: Optional[AgreementContentArgs] = None,
guest_identity: Optional[BusinessIdentityArgs] = None,
guest_partner: Optional[str] = None,
host_identity: Optional[BusinessIdentityArgs] = None,
host_partner: Optional[str] = None,
integration_account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
agreement_name: Optional[str] = None,
location: Optional[str] = None,
metadata: Optional[Any] = None,
tags: Optional[Mapping[str, str]] = None)
func NewIntegrationAccountAgreement(ctx *Context, name string, args IntegrationAccountAgreementArgs, opts ...ResourceOption) (*IntegrationAccountAgreement, error)
public IntegrationAccountAgreement(string name, IntegrationAccountAgreementArgs args, CustomResourceOptions? opts = null)
public IntegrationAccountAgreement(String name, IntegrationAccountAgreementArgs args)
public IntegrationAccountAgreement(String name, IntegrationAccountAgreementArgs args, CustomResourceOptions options)
type: azure-native:logic:IntegrationAccountAgreement
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args IntegrationAccountAgreementArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args IntegrationAccountAgreementArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args IntegrationAccountAgreementArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args IntegrationAccountAgreementArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args IntegrationAccountAgreementArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var integrationAccountAgreementResource = new AzureNative.Logic.IntegrationAccountAgreement("integrationAccountAgreementResource", new()
{
AgreementType = "NotSpecified",
Content =
{
{ "aS2",
{
{ "receiveAgreement",
{
{ "protocolSettings",
{
{ "acknowledgementConnectionSettings",
{
{ "ignoreCertificateNameMismatch", false },
{ "keepHttpConnectionAlive", false },
{ "supportHttpStatusCodeContinue", false },
{ "unfoldHttpHeaders", false },
} },
{ "envelopeSettings",
{
{ "autogenerateFileName", false },
{ "fileNameTemplate", "string" },
{ "messageContentType", "string" },
{ "suspendMessageOnFileNameGenerationError", false },
{ "transmitFileNameInMimeHeader", false },
} },
{ "errorSettings",
{
{ "resendIfMDNNotReceived", false },
{ "suspendDuplicateMessage", false },
} },
{ "mdnSettings",
{
{ "micHashingAlgorithm", "string" },
{ "needMDN", false },
{ "sendInboundMDNToMessageBox", false },
{ "sendMDNAsynchronously", false },
{ "signMDN", false },
{ "signOutboundMDNIfOptional", false },
{ "dispositionNotificationTo", "string" },
{ "mdnText", "string" },
{ "receiptDeliveryUrl", "string" },
} },
{ "messageConnectionSettings",
{
{ "ignoreCertificateNameMismatch", false },
{ "keepHttpConnectionAlive", false },
{ "supportHttpStatusCodeContinue", false },
{ "unfoldHttpHeaders", false },
} },
{ "securitySettings",
{
{ "enableNRRForInboundDecodedMessages", false },
{ "enableNRRForInboundEncodedMessages", false },
{ "enableNRRForInboundMDN", false },
{ "enableNRRForOutboundDecodedMessages", false },
{ "enableNRRForOutboundEncodedMessages", false },
{ "enableNRRForOutboundMDN", false },
{ "overrideGroupSigningCertificate", false },
{ "encryptionCertificateName", "string" },
{ "sha2AlgorithmFormat", "string" },
{ "signingCertificateName", "string" },
} },
{ "validationSettings",
{
{ "checkCertificateRevocationListOnReceive", false },
{ "checkCertificateRevocationListOnSend", false },
{ "checkDuplicateMessage", false },
{ "compressMessage", false },
{ "encryptMessage", false },
{ "encryptionAlgorithm", "string" },
{ "interchangeDuplicatesValidityDays", 0 },
{ "overrideMessageProperties", false },
{ "signMessage", false },
{ "signingAlgorithm", "string" },
} },
} },
{ "receiverBusinessIdentity",
{
{ "qualifier", "string" },
{ "value", "string" },
} },
{ "senderBusinessIdentity",
{
{ "qualifier", "string" },
{ "value", "string" },
} },
} },
{ "sendAgreement",
{
{ "protocolSettings",
{
{ "acknowledgementConnectionSettings",
{
{ "ignoreCertificateNameMismatch", false },
{ "keepHttpConnectionAlive", false },
{ "supportHttpStatusCodeContinue", false },
{ "unfoldHttpHeaders", false },
} },
{ "envelopeSettings",
{
{ "autogenerateFileName", false },
{ "fileNameTemplate", "string" },
{ "messageContentType", "string" },
{ "suspendMessageOnFileNameGenerationError", false },
{ "transmitFileNameInMimeHeader", false },
} },
{ "errorSettings",
{
{ "resendIfMDNNotReceived", false },
{ "suspendDuplicateMessage", false },
} },
{ "mdnSettings",
{
{ "micHashingAlgorithm", "string" },
{ "needMDN", false },
{ "sendInboundMDNToMessageBox", false },
{ "sendMDNAsynchronously", false },
{ "signMDN", false },
{ "signOutboundMDNIfOptional", false },
{ "dispositionNotificationTo", "string" },
{ "mdnText", "string" },
{ "receiptDeliveryUrl", "string" },
} },
{ "messageConnectionSettings",
{
{ "ignoreCertificateNameMismatch", false },
{ "keepHttpConnectionAlive", false },
{ "supportHttpStatusCodeContinue", false },
{ "unfoldHttpHeaders", false },
} },
{ "securitySettings",
{
{ "enableNRRForInboundDecodedMessages", false },
{ "enableNRRForInboundEncodedMessages", false },
{ "enableNRRForInboundMDN", false },
{ "enableNRRForOutboundDecodedMessages", false },
{ "enableNRRForOutboundEncodedMessages", false },
{ "enableNRRForOutboundMDN", false },
{ "overrideGroupSigningCertificate", false },
{ "encryptionCertificateName", "string" },
{ "sha2AlgorithmFormat", "string" },
{ "signingCertificateName", "string" },
} },
{ "validationSettings",
{
{ "checkCertificateRevocationListOnReceive", false },
{ "checkCertificateRevocationListOnSend", false },
{ "checkDuplicateMessage", false },
{ "compressMessage", false },
{ "encryptMessage", false },
{ "encryptionAlgorithm", "string" },
{ "interchangeDuplicatesValidityDays", 0 },
{ "overrideMessageProperties", false },
{ "signMessage", false },
{ "signingAlgorithm", "string" },
} },
} },
{ "receiverBusinessIdentity",
{
{ "qualifier", "string" },
{ "value", "string" },
} },
{ "senderBusinessIdentity",
{
{ "qualifier", "string" },
{ "value", "string" },
} },
} },
} },
{ "edifact",
{
{ "receiveAgreement",
{
{ "protocolSettings",
{
{ "acknowledgementSettings",
{
{ "acknowledgementControlNumberLowerBound", 0 },
{ "acknowledgementControlNumberUpperBound", 0 },
{ "batchFunctionalAcknowledgements", false },
{ "batchTechnicalAcknowledgements", false },
{ "needFunctionalAcknowledgement", false },
{ "needLoopForValidMessages", false },
{ "needTechnicalAcknowledgement", false },
{ "rolloverAcknowledgementControlNumber", false },
{ "sendSynchronousAcknowledgement", false },
{ "acknowledgementControlNumberPrefix", "string" },
{ "acknowledgementControlNumberSuffix", "string" },
} },
{ "envelopeSettings",
{
{ "groupControlNumberUpperBound", 0 },
{ "applyDelimiterStringAdvice", false },
{ "transactionSetControlNumberUpperBound", 0 },
{ "createGroupingSegments", false },
{ "enableDefaultGroupHeaders", false },
{ "transactionSetControlNumberLowerBound", 0 },
{ "rolloverTransactionSetControlNumber", false },
{ "rolloverInterchangeControlNumber", false },
{ "rolloverGroupControlNumber", false },
{ "overwriteExistingTransactionSetControlNumber", false },
{ "isTestInterchange", false },
{ "interchangeControlNumberUpperBound", 0 },
{ "groupControlNumberLowerBound", 0 },
{ "interchangeControlNumberLowerBound", 0 },
{ "interchangeControlNumberPrefix", "string" },
{ "receiverInternalSubIdentification", "string" },
{ "groupControllingAgencyCode", "string" },
{ "groupMessageRelease", "string" },
{ "groupMessageVersion", "string" },
{ "groupControlNumberPrefix", "string" },
{ "applicationReferenceId", "string" },
{ "interchangeControlNumberSuffix", "string" },
{ "groupAssociationAssignedCode", "string" },
{ "groupApplicationSenderQualifier", "string" },
{ "groupApplicationSenderId", "string" },
{ "processingPriorityCode", "string" },
{ "receiverInternalIdentification", "string" },
{ "groupControlNumberSuffix", "string" },
{ "receiverReverseRoutingAddress", "string" },
{ "recipientReferencePasswordQualifier", "string" },
{ "recipientReferencePasswordValue", "string" },
{ "groupApplicationReceiverQualifier", "string" },
{ "groupApplicationReceiverId", "string" },
{ "groupApplicationPassword", "string" },
{ "senderInternalIdentification", "string" },
{ "senderInternalSubIdentification", "string" },
{ "senderReverseRoutingAddress", "string" },
{ "functionalGroupId", "string" },
{ "transactionSetControlNumberPrefix", "string" },
{ "transactionSetControlNumberSuffix", "string" },
{ "communicationAgreementId", "string" },
} },
{ "framingSettings",
{
{ "characterSet", "string" },
{ "componentSeparator", 0 },
{ "dataElementSeparator", 0 },
{ "decimalPointIndicator", "NotSpecified" },
{ "protocolVersion", 0 },
{ "releaseIndicator", 0 },
{ "repetitionSeparator", 0 },
{ "segmentTerminator", 0 },
{ "segmentTerminatorSuffix", "NotSpecified" },
{ "characterEncoding", "string" },
{ "serviceCodeListDirectoryVersion", "string" },
} },
{ "messageFilter",
{
{ "messageFilterType", "string" },
} },
{ "processingSettings",
{
{ "createEmptyXmlTagsForTrailingSeparators", false },
{ "maskSecurityInfo", false },
{ "preserveInterchange", false },
{ "suspendInterchangeOnError", false },
{ "useDotAsDecimalSeparator", false },
} },
{ "schemaReferences", new[]
{
{
{ "messageId", "string" },
{ "messageRelease", "string" },
{ "messageVersion", "string" },
{ "schemaName", "string" },
{ "associationAssignedCode", "string" },
{ "senderApplicationId", "string" },
{ "senderApplicationQualifier", "string" },
},
} },
{ "validationSettings",
{
{ "allowLeadingAndTrailingSpacesAndZeroes", false },
{ "checkDuplicateGroupControlNumber", false },
{ "checkDuplicateInterchangeControlNumber", false },
{ "checkDuplicateTransactionSetControlNumber", false },
{ "interchangeControlNumberValidityDays", 0 },
{ "trailingSeparatorPolicy", "string" },
{ "trimLeadingAndTrailingSpacesAndZeroes", false },
{ "validateCharacterSet", false },
{ "validateEDITypes", false },
{ "validateXSDTypes", false },
} },
{ "edifactDelimiterOverrides", new[]
{
{
{ "componentSeparator", 0 },
{ "dataElementSeparator", 0 },
{ "decimalPointIndicator", "NotSpecified" },
{ "releaseIndicator", 0 },
{ "repetitionSeparator", 0 },
{ "segmentTerminator", 0 },
{ "segmentTerminatorSuffix", "NotSpecified" },
{ "messageAssociationAssignedCode", "string" },
{ "messageId", "string" },
{ "messageRelease", "string" },
{ "messageVersion", "string" },
{ "targetNamespace", "string" },
},
} },
{ "envelopeOverrides", new[]
{
{
{ "applicationPassword", "string" },
{ "associationAssignedCode", "string" },
{ "controllingAgencyCode", "string" },
{ "functionalGroupId", "string" },
{ "groupHeaderMessageRelease", "string" },
{ "groupHeaderMessageVersion", "string" },
{ "messageAssociationAssignedCode", "string" },
{ "messageId", "string" },
{ "messageRelease", "string" },
{ "messageVersion", "string" },
{ "receiverApplicationId", "string" },
{ "receiverApplicationQualifier", "string" },
{ "senderApplicationId", "string" },
{ "senderApplicationQualifier", "string" },
{ "targetNamespace", "string" },
},
} },
{ "messageFilterList", new[]
{
{
{ "messageId", "string" },
},
} },
{ "validationOverrides", new[]
{
{
{ "allowLeadingAndTrailingSpacesAndZeroes", false },
{ "enforceCharacterSet", false },
{ "messageId", "string" },
{ "trailingSeparatorPolicy", "string" },
{ "trimLeadingAndTrailingSpacesAndZeroes", false },
{ "validateEDITypes", false },
{ "validateXSDTypes", false },
},
} },
} },
{ "receiverBusinessIdentity",
{
{ "qualifier", "string" },
{ "value", "string" },
} },
{ "senderBusinessIdentity",
{
{ "qualifier", "string" },
{ "value", "string" },
} },
} },
{ "sendAgreement",
{
{ "protocolSettings",
{
{ "acknowledgementSettings",
{
{ "acknowledgementControlNumberLowerBound", 0 },
{ "acknowledgementControlNumberUpperBound", 0 },
{ "batchFunctionalAcknowledgements", false },
{ "batchTechnicalAcknowledgements", false },
{ "needFunctionalAcknowledgement", false },
{ "needLoopForValidMessages", false },
{ "needTechnicalAcknowledgement", false },
{ "rolloverAcknowledgementControlNumber", false },
{ "sendSynchronousAcknowledgement", false },
{ "acknowledgementControlNumberPrefix", "string" },
{ "acknowledgementControlNumberSuffix", "string" },
} },
{ "envelopeSettings",
{
{ "groupControlNumberUpperBound", 0 },
{ "applyDelimiterStringAdvice", false },
{ "transactionSetControlNumberUpperBound", 0 },
{ "createGroupingSegments", false },
{ "enableDefaultGroupHeaders", false },
{ "transactionSetControlNumberLowerBound", 0 },
{ "rolloverTransactionSetControlNumber", false },
{ "rolloverInterchangeControlNumber", false },
{ "rolloverGroupControlNumber", false },
{ "overwriteExistingTransactionSetControlNumber", false },
{ "isTestInterchange", false },
{ "interchangeControlNumberUpperBound", 0 },
{ "groupControlNumberLowerBound", 0 },
{ "interchangeControlNumberLowerBound", 0 },
{ "interchangeControlNumberPrefix", "string" },
{ "receiverInternalSubIdentification", "string" },
{ "groupControllingAgencyCode", "string" },
{ "groupMessageRelease", "string" },
{ "groupMessageVersion", "string" },
{ "groupControlNumberPrefix", "string" },
{ "applicationReferenceId", "string" },
{ "interchangeControlNumberSuffix", "string" },
{ "groupAssociationAssignedCode", "string" },
{ "groupApplicationSenderQualifier", "string" },
{ "groupApplicationSenderId", "string" },
{ "processingPriorityCode", "string" },
{ "receiverInternalIdentification", "string" },
{ "groupControlNumberSuffix", "string" },
{ "receiverReverseRoutingAddress", "string" },
{ "recipientReferencePasswordQualifier", "string" },
{ "recipientReferencePasswordValue", "string" },
{ "groupApplicationReceiverQualifier", "string" },
{ "groupApplicationReceiverId", "string" },
{ "groupApplicationPassword", "string" },
{ "senderInternalIdentification", "string" },
{ "senderInternalSubIdentification", "string" },
{ "senderReverseRoutingAddress", "string" },
{ "functionalGroupId", "string" },
{ "transactionSetControlNumberPrefix", "string" },
{ "transactionSetControlNumberSuffix", "string" },
{ "communicationAgreementId", "string" },
} },
{ "framingSettings",
{
{ "characterSet", "string" },
{ "componentSeparator", 0 },
{ "dataElementSeparator", 0 },
{ "decimalPointIndicator", "NotSpecified" },
{ "protocolVersion", 0 },
{ "releaseIndicator", 0 },
{ "repetitionSeparator", 0 },
{ "segmentTerminator", 0 },
{ "segmentTerminatorSuffix", "NotSpecified" },
{ "characterEncoding", "string" },
{ "serviceCodeListDirectoryVersion", "string" },
} },
{ "messageFilter",
{
{ "messageFilterType", "string" },
} },
{ "processingSettings",
{
{ "createEmptyXmlTagsForTrailingSeparators", false },
{ "maskSecurityInfo", false },
{ "preserveInterchange", false },
{ "suspendInterchangeOnError", false },
{ "useDotAsDecimalSeparator", false },
} },
{ "schemaReferences", new[]
{
{
{ "messageId", "string" },
{ "messageRelease", "string" },
{ "messageVersion", "string" },
{ "schemaName", "string" },
{ "associationAssignedCode", "string" },
{ "senderApplicationId", "string" },
{ "senderApplicationQualifier", "string" },
},
} },
{ "validationSettings",
{
{ "allowLeadingAndTrailingSpacesAndZeroes", false },
{ "checkDuplicateGroupControlNumber", false },
{ "checkDuplicateInterchangeControlNumber", false },
{ "checkDuplicateTransactionSetControlNumber", false },
{ "interchangeControlNumberValidityDays", 0 },
{ "trailingSeparatorPolicy", "string" },
{ "trimLeadingAndTrailingSpacesAndZeroes", false },
{ "validateCharacterSet", false },
{ "validateEDITypes", false },
{ "validateXSDTypes", false },
} },
{ "edifactDelimiterOverrides", new[]
{
{
{ "componentSeparator", 0 },
{ "dataElementSeparator", 0 },
{ "decimalPointIndicator", "NotSpecified" },
{ "releaseIndicator", 0 },
{ "repetitionSeparator", 0 },
{ "segmentTerminator", 0 },
{ "segmentTerminatorSuffix", "NotSpecified" },
{ "messageAssociationAssignedCode", "string" },
{ "messageId", "string" },
{ "messageRelease", "string" },
{ "messageVersion", "string" },
{ "targetNamespace", "string" },
},
} },
{ "envelopeOverrides", new[]
{
{
{ "applicationPassword", "string" },
{ "associationAssignedCode", "string" },
{ "controllingAgencyCode", "string" },
{ "functionalGroupId", "string" },
{ "groupHeaderMessageRelease", "string" },
{ "groupHeaderMessageVersion", "string" },
{ "messageAssociationAssignedCode", "string" },
{ "messageId", "string" },
{ "messageRelease", "string" },
{ "messageVersion", "string" },
{ "receiverApplicationId", "string" },
{ "receiverApplicationQualifier", "string" },
{ "senderApplicationId", "string" },
{ "senderApplicationQualifier", "string" },
{ "targetNamespace", "string" },
},
} },
{ "messageFilterList", new[]
{
{
{ "messageId", "string" },
},
} },
{ "validationOverrides", new[]
{
{
{ "allowLeadingAndTrailingSpacesAndZeroes", false },
{ "enforceCharacterSet", false },
{ "messageId", "string" },
{ "trailingSeparatorPolicy", "string" },
{ "trimLeadingAndTrailingSpacesAndZeroes", false },
{ "validateEDITypes", false },
{ "validateXSDTypes", false },
},
} },
} },
{ "receiverBusinessIdentity",
{
{ "qualifier", "string" },
{ "value", "string" },
} },
{ "senderBusinessIdentity",
{
{ "qualifier", "string" },
{ "value", "string" },
} },
} },
} },
{ "x12",
{
{ "receiveAgreement",
{
{ "protocolSettings",
{
{ "acknowledgementSettings",
{
{ "batchTechnicalAcknowledgements", false },
{ "needImplementationAcknowledgement", false },
{ "sendSynchronousAcknowledgement", false },
{ "acknowledgementControlNumberUpperBound", 0 },
{ "batchFunctionalAcknowledgements", false },
{ "batchImplementationAcknowledgements", false },
{ "rolloverAcknowledgementControlNumber", false },
{ "needTechnicalAcknowledgement", false },
{ "acknowledgementControlNumberLowerBound", 0 },
{ "needFunctionalAcknowledgement", false },
{ "needLoopForValidMessages", false },
{ "functionalAcknowledgementVersion", "string" },
{ "implementationAcknowledgementVersion", "string" },
{ "acknowledgementControlNumberPrefix", "string" },
{ "acknowledgementControlNumberSuffix", "string" },
} },
{ "envelopeSettings",
{
{ "overwriteExistingTransactionSetControlNumber", false },
{ "transactionSetControlNumberUpperBound", 0 },
{ "enableDefaultGroupHeaders", false },
{ "interchangeControlNumberLowerBound", 0 },
{ "groupControlNumberLowerBound", 0 },
{ "groupControlNumberUpperBound", 0 },
{ "groupHeaderAgencyCode", "string" },
{ "groupHeaderDateFormat", "string" },
{ "groupHeaderTimeFormat", "string" },
{ "groupHeaderVersion", "string" },
{ "useControlStandardsIdAsRepetitionCharacter", false },
{ "controlVersionNumber", "string" },
{ "rolloverGroupControlNumber", false },
{ "receiverApplicationId", "string" },
{ "controlStandardsId", 0 },
{ "rolloverInterchangeControlNumber", false },
{ "rolloverTransactionSetControlNumber", false },
{ "senderApplicationId", "string" },
{ "transactionSetControlNumberLowerBound", 0 },
{ "usageIndicator", "string" },
{ "interchangeControlNumberUpperBound", 0 },
{ "transactionSetControlNumberSuffix", "string" },
{ "transactionSetControlNumberPrefix", "string" },
{ "functionalGroupId", "string" },
} },
{ "framingSettings",
{
{ "characterSet", "string" },
{ "componentSeparator", 0 },
{ "dataElementSeparator", 0 },
{ "replaceCharacter", 0 },
{ "replaceSeparatorsInPayload", false },
{ "segmentTerminator", 0 },
{ "segmentTerminatorSuffix", "NotSpecified" },
} },
{ "messageFilter",
{
{ "messageFilterType", "string" },
} },
{ "processingSettings",
{
{ "convertImpliedDecimal", false },
{ "createEmptyXmlTagsForTrailingSeparators", false },
{ "maskSecurityInfo", false },
{ "preserveInterchange", false },
{ "suspendInterchangeOnError", false },
{ "useDotAsDecimalSeparator", false },
} },
{ "schemaReferences", new[]
{
{
{ "messageId", "string" },
{ "schemaName", "string" },
{ "schemaVersion", "string" },
{ "senderApplicationId", "string" },
},
} },
{ "securitySettings",
{
{ "authorizationQualifier", "string" },
{ "securityQualifier", "string" },
{ "authorizationValue", "string" },
{ "passwordValue", "string" },
} },
{ "validationSettings",
{
{ "allowLeadingAndTrailingSpacesAndZeroes", false },
{ "checkDuplicateGroupControlNumber", false },
{ "checkDuplicateInterchangeControlNumber", false },
{ "checkDuplicateTransactionSetControlNumber", false },
{ "interchangeControlNumberValidityDays", 0 },
{ "trailingSeparatorPolicy", "string" },
{ "trimLeadingAndTrailingSpacesAndZeroes", false },
{ "validateCharacterSet", false },
{ "validateEDITypes", false },
{ "validateXSDTypes", false },
} },
{ "envelopeOverrides", new[]
{
{
{ "dateFormat", "string" },
{ "headerVersion", "string" },
{ "messageId", "string" },
{ "protocolVersion", "string" },
{ "receiverApplicationId", "string" },
{ "responsibleAgencyCode", "string" },
{ "senderApplicationId", "string" },
{ "targetNamespace", "string" },
{ "timeFormat", "string" },
{ "functionalIdentifierCode", "string" },
},
} },
{ "messageFilterList", new[]
{
{
{ "messageId", "string" },
},
} },
{ "validationOverrides", new[]
{
{
{ "allowLeadingAndTrailingSpacesAndZeroes", false },
{ "messageId", "string" },
{ "trailingSeparatorPolicy", "string" },
{ "trimLeadingAndTrailingSpacesAndZeroes", false },
{ "validateCharacterSet", false },
{ "validateEDITypes", false },
{ "validateXSDTypes", false },
},
} },
{ "x12DelimiterOverrides", new[]
{
{
{ "componentSeparator", 0 },
{ "dataElementSeparator", 0 },
{ "replaceCharacter", 0 },
{ "replaceSeparatorsInPayload", false },
{ "segmentTerminator", 0 },
{ "segmentTerminatorSuffix", "NotSpecified" },
{ "messageId", "string" },
{ "protocolVersion", "string" },
{ "targetNamespace", "string" },
},
} },
} },
{ "receiverBusinessIdentity",
{
{ "qualifier", "string" },
{ "value", "string" },
} },
{ "senderBusinessIdentity",
{
{ "qualifier", "string" },
{ "value", "string" },
} },
} },
{ "sendAgreement",
{
{ "protocolSettings",
{
{ "acknowledgementSettings",
{
{ "batchTechnicalAcknowledgements", false },
{ "needImplementationAcknowledgement", false },
{ "sendSynchronousAcknowledgement", false },
{ "acknowledgementControlNumberUpperBound", 0 },
{ "batchFunctionalAcknowledgements", false },
{ "batchImplementationAcknowledgements", false },
{ "rolloverAcknowledgementControlNumber", false },
{ "needTechnicalAcknowledgement", false },
{ "acknowledgementControlNumberLowerBound", 0 },
{ "needFunctionalAcknowledgement", false },
{ "needLoopForValidMessages", false },
{ "functionalAcknowledgementVersion", "string" },
{ "implementationAcknowledgementVersion", "string" },
{ "acknowledgementControlNumberPrefix", "string" },
{ "acknowledgementControlNumberSuffix", "string" },
} },
{ "envelopeSettings",
{
{ "overwriteExistingTransactionSetControlNumber", false },
{ "transactionSetControlNumberUpperBound", 0 },
{ "enableDefaultGroupHeaders", false },
{ "interchangeControlNumberLowerBound", 0 },
{ "groupControlNumberLowerBound", 0 },
{ "groupControlNumberUpperBound", 0 },
{ "groupHeaderAgencyCode", "string" },
{ "groupHeaderDateFormat", "string" },
{ "groupHeaderTimeFormat", "string" },
{ "groupHeaderVersion", "string" },
{ "useControlStandardsIdAsRepetitionCharacter", false },
{ "controlVersionNumber", "string" },
{ "rolloverGroupControlNumber", false },
{ "receiverApplicationId", "string" },
{ "controlStandardsId", 0 },
{ "rolloverInterchangeControlNumber", false },
{ "rolloverTransactionSetControlNumber", false },
{ "senderApplicationId", "string" },
{ "transactionSetControlNumberLowerBound", 0 },
{ "usageIndicator", "string" },
{ "interchangeControlNumberUpperBound", 0 },
{ "transactionSetControlNumberSuffix", "string" },
{ "transactionSetControlNumberPrefix", "string" },
{ "functionalGroupId", "string" },
} },
{ "framingSettings",
{
{ "characterSet", "string" },
{ "componentSeparator", 0 },
{ "dataElementSeparator", 0 },
{ "replaceCharacter", 0 },
{ "replaceSeparatorsInPayload", false },
{ "segmentTerminator", 0 },
{ "segmentTerminatorSuffix", "NotSpecified" },
} },
{ "messageFilter",
{
{ "messageFilterType", "string" },
} },
{ "processingSettings",
{
{ "convertImpliedDecimal", false },
{ "createEmptyXmlTagsForTrailingSeparators", false },
{ "maskSecurityInfo", false },
{ "preserveInterchange", false },
{ "suspendInterchangeOnError", false },
{ "useDotAsDecimalSeparator", false },
} },
{ "schemaReferences", new[]
{
{
{ "messageId", "string" },
{ "schemaName", "string" },
{ "schemaVersion", "string" },
{ "senderApplicationId", "string" },
},
} },
{ "securitySettings",
{
{ "authorizationQualifier", "string" },
{ "securityQualifier", "string" },
{ "authorizationValue", "string" },
{ "passwordValue", "string" },
} },
{ "validationSettings",
{
{ "allowLeadingAndTrailingSpacesAndZeroes", false },
{ "checkDuplicateGroupControlNumber", false },
{ "checkDuplicateInterchangeControlNumber", false },
{ "checkDuplicateTransactionSetControlNumber", false },
{ "interchangeControlNumberValidityDays", 0 },
{ "trailingSeparatorPolicy", "string" },
{ "trimLeadingAndTrailingSpacesAndZeroes", false },
{ "validateCharacterSet", false },
{ "validateEDITypes", false },
{ "validateXSDTypes", false },
} },
{ "envelopeOverrides", new[]
{
{
{ "dateFormat", "string" },
{ "headerVersion", "string" },
{ "messageId", "string" },
{ "protocolVersion", "string" },
{ "receiverApplicationId", "string" },
{ "responsibleAgencyCode", "string" },
{ "senderApplicationId", "string" },
{ "targetNamespace", "string" },
{ "timeFormat", "string" },
{ "functionalIdentifierCode", "string" },
},
} },
{ "messageFilterList", new[]
{
{
{ "messageId", "string" },
},
} },
{ "validationOverrides", new[]
{
{
{ "allowLeadingAndTrailingSpacesAndZeroes", false },
{ "messageId", "string" },
{ "trailingSeparatorPolicy", "string" },
{ "trimLeadingAndTrailingSpacesAndZeroes", false },
{ "validateCharacterSet", false },
{ "validateEDITypes", false },
{ "validateXSDTypes", false },
},
} },
{ "x12DelimiterOverrides", new[]
{
{
{ "componentSeparator", 0 },
{ "dataElementSeparator", 0 },
{ "replaceCharacter", 0 },
{ "replaceSeparatorsInPayload", false },
{ "segmentTerminator", 0 },
{ "segmentTerminatorSuffix", "NotSpecified" },
{ "messageId", "string" },
{ "protocolVersion", "string" },
{ "targetNamespace", "string" },
},
} },
} },
{ "receiverBusinessIdentity",
{
{ "qualifier", "string" },
{ "value", "string" },
} },
{ "senderBusinessIdentity",
{
{ "qualifier", "string" },
{ "value", "string" },
} },
} },
} },
},
GuestIdentity =
{
{ "qualifier", "string" },
{ "value", "string" },
},
GuestPartner = "string",
HostIdentity =
{
{ "qualifier", "string" },
{ "value", "string" },
},
HostPartner = "string",
IntegrationAccountName = "string",
ResourceGroupName = "string",
AgreementName = "string",
Location = "string",
Metadata = "any",
Tags =
{
{ "string", "string" },
},
});
example, err := logic.NewIntegrationAccountAgreement(ctx, "integrationAccountAgreementResource", &logic.IntegrationAccountAgreementArgs{
AgreementType: "NotSpecified",
Content: map[string]interface{}{
"aS2": map[string]interface{}{
"receiveAgreement": map[string]interface{}{
"protocolSettings": map[string]interface{}{
"acknowledgementConnectionSettings": map[string]interface{}{
"ignoreCertificateNameMismatch": false,
"keepHttpConnectionAlive": false,
"supportHttpStatusCodeContinue": false,
"unfoldHttpHeaders": false,
},
"envelopeSettings": map[string]interface{}{
"autogenerateFileName": false,
"fileNameTemplate": "string",
"messageContentType": "string",
"suspendMessageOnFileNameGenerationError": false,
"transmitFileNameInMimeHeader": false,
},
"errorSettings": map[string]interface{}{
"resendIfMDNNotReceived": false,
"suspendDuplicateMessage": false,
},
"mdnSettings": map[string]interface{}{
"micHashingAlgorithm": "string",
"needMDN": false,
"sendInboundMDNToMessageBox": false,
"sendMDNAsynchronously": false,
"signMDN": false,
"signOutboundMDNIfOptional": false,
"dispositionNotificationTo": "string",
"mdnText": "string",
"receiptDeliveryUrl": "string",
},
"messageConnectionSettings": map[string]interface{}{
"ignoreCertificateNameMismatch": false,
"keepHttpConnectionAlive": false,
"supportHttpStatusCodeContinue": false,
"unfoldHttpHeaders": false,
},
"securitySettings": map[string]interface{}{
"enableNRRForInboundDecodedMessages": false,
"enableNRRForInboundEncodedMessages": false,
"enableNRRForInboundMDN": false,
"enableNRRForOutboundDecodedMessages": false,
"enableNRRForOutboundEncodedMessages": false,
"enableNRRForOutboundMDN": false,
"overrideGroupSigningCertificate": false,
"encryptionCertificateName": "string",
"sha2AlgorithmFormat": "string",
"signingCertificateName": "string",
},
"validationSettings": map[string]interface{}{
"checkCertificateRevocationListOnReceive": false,
"checkCertificateRevocationListOnSend": false,
"checkDuplicateMessage": false,
"compressMessage": false,
"encryptMessage": false,
"encryptionAlgorithm": "string",
"interchangeDuplicatesValidityDays": 0,
"overrideMessageProperties": false,
"signMessage": false,
"signingAlgorithm": "string",
},
},
"receiverBusinessIdentity": map[string]interface{}{
"qualifier": "string",
"value": "string",
},
"senderBusinessIdentity": map[string]interface{}{
"qualifier": "string",
"value": "string",
},
},
"sendAgreement": map[string]interface{}{
"protocolSettings": map[string]interface{}{
"acknowledgementConnectionSettings": map[string]interface{}{
"ignoreCertificateNameMismatch": false,
"keepHttpConnectionAlive": false,
"supportHttpStatusCodeContinue": false,
"unfoldHttpHeaders": false,
},
"envelopeSettings": map[string]interface{}{
"autogenerateFileName": false,
"fileNameTemplate": "string",
"messageContentType": "string",
"suspendMessageOnFileNameGenerationError": false,
"transmitFileNameInMimeHeader": false,
},
"errorSettings": map[string]interface{}{
"resendIfMDNNotReceived": false,
"suspendDuplicateMessage": false,
},
"mdnSettings": map[string]interface{}{
"micHashingAlgorithm": "string",
"needMDN": false,
"sendInboundMDNToMessageBox": false,
"sendMDNAsynchronously": false,
"signMDN": false,
"signOutboundMDNIfOptional": false,
"dispositionNotificationTo": "string",
"mdnText": "string",
"receiptDeliveryUrl": "string",
},
"messageConnectionSettings": map[string]interface{}{
"ignoreCertificateNameMismatch": false,
"keepHttpConnectionAlive": false,
"supportHttpStatusCodeContinue": false,
"unfoldHttpHeaders": false,
},
"securitySettings": map[string]interface{}{
"enableNRRForInboundDecodedMessages": false,
"enableNRRForInboundEncodedMessages": false,
"enableNRRForInboundMDN": false,
"enableNRRForOutboundDecodedMessages": false,
"enableNRRForOutboundEncodedMessages": false,
"enableNRRForOutboundMDN": false,
"overrideGroupSigningCertificate": false,
"encryptionCertificateName": "string",
"sha2AlgorithmFormat": "string",
"signingCertificateName": "string",
},
"validationSettings": map[string]interface{}{
"checkCertificateRevocationListOnReceive": false,
"checkCertificateRevocationListOnSend": false,
"checkDuplicateMessage": false,
"compressMessage": false,
"encryptMessage": false,
"encryptionAlgorithm": "string",
"interchangeDuplicatesValidityDays": 0,
"overrideMessageProperties": false,
"signMessage": false,
"signingAlgorithm": "string",
},
},
"receiverBusinessIdentity": map[string]interface{}{
"qualifier": "string",
"value": "string",
},
"senderBusinessIdentity": map[string]interface{}{
"qualifier": "string",
"value": "string",
},
},
},
"edifact": map[string]interface{}{
"receiveAgreement": map[string]interface{}{
"protocolSettings": map[string]interface{}{
"acknowledgementSettings": map[string]interface{}{
"acknowledgementControlNumberLowerBound": 0,
"acknowledgementControlNumberUpperBound": 0,
"batchFunctionalAcknowledgements": false,
"batchTechnicalAcknowledgements": false,
"needFunctionalAcknowledgement": false,
"needLoopForValidMessages": false,
"needTechnicalAcknowledgement": false,
"rolloverAcknowledgementControlNumber": false,
"sendSynchronousAcknowledgement": false,
"acknowledgementControlNumberPrefix": "string",
"acknowledgementControlNumberSuffix": "string",
},
"envelopeSettings": map[string]interface{}{
"groupControlNumberUpperBound": 0,
"applyDelimiterStringAdvice": false,
"transactionSetControlNumberUpperBound": 0,
"createGroupingSegments": false,
"enableDefaultGroupHeaders": false,
"transactionSetControlNumberLowerBound": 0,
"rolloverTransactionSetControlNumber": false,
"rolloverInterchangeControlNumber": false,
"rolloverGroupControlNumber": false,
"overwriteExistingTransactionSetControlNumber": false,
"isTestInterchange": false,
"interchangeControlNumberUpperBound": 0,
"groupControlNumberLowerBound": 0,
"interchangeControlNumberLowerBound": 0,
"interchangeControlNumberPrefix": "string",
"receiverInternalSubIdentification": "string",
"groupControllingAgencyCode": "string",
"groupMessageRelease": "string",
"groupMessageVersion": "string",
"groupControlNumberPrefix": "string",
"applicationReferenceId": "string",
"interchangeControlNumberSuffix": "string",
"groupAssociationAssignedCode": "string",
"groupApplicationSenderQualifier": "string",
"groupApplicationSenderId": "string",
"processingPriorityCode": "string",
"receiverInternalIdentification": "string",
"groupControlNumberSuffix": "string",
"receiverReverseRoutingAddress": "string",
"recipientReferencePasswordQualifier": "string",
"recipientReferencePasswordValue": "string",
"groupApplicationReceiverQualifier": "string",
"groupApplicationReceiverId": "string",
"groupApplicationPassword": "string",
"senderInternalIdentification": "string",
"senderInternalSubIdentification": "string",
"senderReverseRoutingAddress": "string",
"functionalGroupId": "string",
"transactionSetControlNumberPrefix": "string",
"transactionSetControlNumberSuffix": "string",
"communicationAgreementId": "string",
},
"framingSettings": map[string]interface{}{
"characterSet": "string",
"componentSeparator": 0,
"dataElementSeparator": 0,
"decimalPointIndicator": "NotSpecified",
"protocolVersion": 0,
"releaseIndicator": 0,
"repetitionSeparator": 0,
"segmentTerminator": 0,
"segmentTerminatorSuffix": "NotSpecified",
"characterEncoding": "string",
"serviceCodeListDirectoryVersion": "string",
},
"messageFilter": map[string]interface{}{
"messageFilterType": "string",
},
"processingSettings": map[string]interface{}{
"createEmptyXmlTagsForTrailingSeparators": false,
"maskSecurityInfo": false,
"preserveInterchange": false,
"suspendInterchangeOnError": false,
"useDotAsDecimalSeparator": false,
},
"schemaReferences": []map[string]interface{}{
map[string]interface{}{
"messageId": "string",
"messageRelease": "string",
"messageVersion": "string",
"schemaName": "string",
"associationAssignedCode": "string",
"senderApplicationId": "string",
"senderApplicationQualifier": "string",
},
},
"validationSettings": map[string]interface{}{
"allowLeadingAndTrailingSpacesAndZeroes": false,
"checkDuplicateGroupControlNumber": false,
"checkDuplicateInterchangeControlNumber": false,
"checkDuplicateTransactionSetControlNumber": false,
"interchangeControlNumberValidityDays": 0,
"trailingSeparatorPolicy": "string",
"trimLeadingAndTrailingSpacesAndZeroes": false,
"validateCharacterSet": false,
"validateEDITypes": false,
"validateXSDTypes": false,
},
"edifactDelimiterOverrides": []map[string]interface{}{
map[string]interface{}{
"componentSeparator": 0,
"dataElementSeparator": 0,
"decimalPointIndicator": "NotSpecified",
"releaseIndicator": 0,
"repetitionSeparator": 0,
"segmentTerminator": 0,
"segmentTerminatorSuffix": "NotSpecified",
"messageAssociationAssignedCode": "string",
"messageId": "string",
"messageRelease": "string",
"messageVersion": "string",
"targetNamespace": "string",
},
},
"envelopeOverrides": []map[string]interface{}{
map[string]interface{}{
"applicationPassword": "string",
"associationAssignedCode": "string",
"controllingAgencyCode": "string",
"functionalGroupId": "string",
"groupHeaderMessageRelease": "string",
"groupHeaderMessageVersion": "string",
"messageAssociationAssignedCode": "string",
"messageId": "string",
"messageRelease": "string",
"messageVersion": "string",
"receiverApplicationId": "string",
"receiverApplicationQualifier": "string",
"senderApplicationId": "string",
"senderApplicationQualifier": "string",
"targetNamespace": "string",
},
},
"messageFilterList": []map[string]interface{}{
map[string]interface{}{
"messageId": "string",
},
},
"validationOverrides": []map[string]interface{}{
map[string]interface{}{
"allowLeadingAndTrailingSpacesAndZeroes": false,
"enforceCharacterSet": false,
"messageId": "string",
"trailingSeparatorPolicy": "string",
"trimLeadingAndTrailingSpacesAndZeroes": false,
"validateEDITypes": false,
"validateXSDTypes": false,
},
},
},
"receiverBusinessIdentity": map[string]interface{}{
"qualifier": "string",
"value": "string",
},
"senderBusinessIdentity": map[string]interface{}{
"qualifier": "string",
"value": "string",
},
},
"sendAgreement": map[string]interface{}{
"protocolSettings": map[string]interface{}{
"acknowledgementSettings": map[string]interface{}{
"acknowledgementControlNumberLowerBound": 0,
"acknowledgementControlNumberUpperBound": 0,
"batchFunctionalAcknowledgements": false,
"batchTechnicalAcknowledgements": false,
"needFunctionalAcknowledgement": false,
"needLoopForValidMessages": false,
"needTechnicalAcknowledgement": false,
"rolloverAcknowledgementControlNumber": false,
"sendSynchronousAcknowledgement": false,
"acknowledgementControlNumberPrefix": "string",
"acknowledgementControlNumberSuffix": "string",
},
"envelopeSettings": map[string]interface{}{
"groupControlNumberUpperBound": 0,
"applyDelimiterStringAdvice": false,
"transactionSetControlNumberUpperBound": 0,
"createGroupingSegments": false,
"enableDefaultGroupHeaders": false,
"transactionSetControlNumberLowerBound": 0,
"rolloverTransactionSetControlNumber": false,
"rolloverInterchangeControlNumber": false,
"rolloverGroupControlNumber": false,
"overwriteExistingTransactionSetControlNumber": false,
"isTestInterchange": false,
"interchangeControlNumberUpperBound": 0,
"groupControlNumberLowerBound": 0,
"interchangeControlNumberLowerBound": 0,
"interchangeControlNumberPrefix": "string",
"receiverInternalSubIdentification": "string",
"groupControllingAgencyCode": "string",
"groupMessageRelease": "string",
"groupMessageVersion": "string",
"groupControlNumberPrefix": "string",
"applicationReferenceId": "string",
"interchangeControlNumberSuffix": "string",
"groupAssociationAssignedCode": "string",
"groupApplicationSenderQualifier": "string",
"groupApplicationSenderId": "string",
"processingPriorityCode": "string",
"receiverInternalIdentification": "string",
"groupControlNumberSuffix": "string",
"receiverReverseRoutingAddress": "string",
"recipientReferencePasswordQualifier": "string",
"recipientReferencePasswordValue": "string",
"groupApplicationReceiverQualifier": "string",
"groupApplicationReceiverId": "string",
"groupApplicationPassword": "string",
"senderInternalIdentification": "string",
"senderInternalSubIdentification": "string",
"senderReverseRoutingAddress": "string",
"functionalGroupId": "string",
"transactionSetControlNumberPrefix": "string",
"transactionSetControlNumberSuffix": "string",
"communicationAgreementId": "string",
},
"framingSettings": map[string]interface{}{
"characterSet": "string",
"componentSeparator": 0,
"dataElementSeparator": 0,
"decimalPointIndicator": "NotSpecified",
"protocolVersion": 0,
"releaseIndicator": 0,
"repetitionSeparator": 0,
"segmentTerminator": 0,
"segmentTerminatorSuffix": "NotSpecified",
"characterEncoding": "string",
"serviceCodeListDirectoryVersion": "string",
},
"messageFilter": map[string]interface{}{
"messageFilterType": "string",
},
"processingSettings": map[string]interface{}{
"createEmptyXmlTagsForTrailingSeparators": false,
"maskSecurityInfo": false,
"preserveInterchange": false,
"suspendInterchangeOnError": false,
"useDotAsDecimalSeparator": false,
},
"schemaReferences": []map[string]interface{}{
map[string]interface{}{
"messageId": "string",
"messageRelease": "string",
"messageVersion": "string",
"schemaName": "string",
"associationAssignedCode": "string",
"senderApplicationId": "string",
"senderApplicationQualifier": "string",
},
},
"validationSettings": map[string]interface{}{
"allowLeadingAndTrailingSpacesAndZeroes": false,
"checkDuplicateGroupControlNumber": false,
"checkDuplicateInterchangeControlNumber": false,
"checkDuplicateTransactionSetControlNumber": false,
"interchangeControlNumberValidityDays": 0,
"trailingSeparatorPolicy": "string",
"trimLeadingAndTrailingSpacesAndZeroes": false,
"validateCharacterSet": false,
"validateEDITypes": false,
"validateXSDTypes": false,
},
"edifactDelimiterOverrides": []map[string]interface{}{
map[string]interface{}{
"componentSeparator": 0,
"dataElementSeparator": 0,
"decimalPointIndicator": "NotSpecified",
"releaseIndicator": 0,
"repetitionSeparator": 0,
"segmentTerminator": 0,
"segmentTerminatorSuffix": "NotSpecified",
"messageAssociationAssignedCode": "string",
"messageId": "string",
"messageRelease": "string",
"messageVersion": "string",
"targetNamespace": "string",
},
},
"envelopeOverrides": []map[string]interface{}{
map[string]interface{}{
"applicationPassword": "string",
"associationAssignedCode": "string",
"controllingAgencyCode": "string",
"functionalGroupId": "string",
"groupHeaderMessageRelease": "string",
"groupHeaderMessageVersion": "string",
"messageAssociationAssignedCode": "string",
"messageId": "string",
"messageRelease": "string",
"messageVersion": "string",
"receiverApplicationId": "string",
"receiverApplicationQualifier": "string",
"senderApplicationId": "string",
"senderApplicationQualifier": "string",
"targetNamespace": "string",
},
},
"messageFilterList": []map[string]interface{}{
map[string]interface{}{
"messageId": "string",
},
},
"validationOverrides": []map[string]interface{}{
map[string]interface{}{
"allowLeadingAndTrailingSpacesAndZeroes": false,
"enforceCharacterSet": false,
"messageId": "string",
"trailingSeparatorPolicy": "string",
"trimLeadingAndTrailingSpacesAndZeroes": false,
"validateEDITypes": false,
"validateXSDTypes": false,
},
},
},
"receiverBusinessIdentity": map[string]interface{}{
"qualifier": "string",
"value": "string",
},
"senderBusinessIdentity": map[string]interface{}{
"qualifier": "string",
"value": "string",
},
},
},
"x12": map[string]interface{}{
"receiveAgreement": map[string]interface{}{
"protocolSettings": map[string]interface{}{
"acknowledgementSettings": map[string]interface{}{
"batchTechnicalAcknowledgements": false,
"needImplementationAcknowledgement": false,
"sendSynchronousAcknowledgement": false,
"acknowledgementControlNumberUpperBound": 0,
"batchFunctionalAcknowledgements": false,
"batchImplementationAcknowledgements": false,
"rolloverAcknowledgementControlNumber": false,
"needTechnicalAcknowledgement": false,
"acknowledgementControlNumberLowerBound": 0,
"needFunctionalAcknowledgement": false,
"needLoopForValidMessages": false,
"functionalAcknowledgementVersion": "string",
"implementationAcknowledgementVersion": "string",
"acknowledgementControlNumberPrefix": "string",
"acknowledgementControlNumberSuffix": "string",
},
"envelopeSettings": map[string]interface{}{
"overwriteExistingTransactionSetControlNumber": false,
"transactionSetControlNumberUpperBound": 0,
"enableDefaultGroupHeaders": false,
"interchangeControlNumberLowerBound": 0,
"groupControlNumberLowerBound": 0,
"groupControlNumberUpperBound": 0,
"groupHeaderAgencyCode": "string",
"groupHeaderDateFormat": "string",
"groupHeaderTimeFormat": "string",
"groupHeaderVersion": "string",
"useControlStandardsIdAsRepetitionCharacter": false,
"controlVersionNumber": "string",
"rolloverGroupControlNumber": false,
"receiverApplicationId": "string",
"controlStandardsId": 0,
"rolloverInterchangeControlNumber": false,
"rolloverTransactionSetControlNumber": false,
"senderApplicationId": "string",
"transactionSetControlNumberLowerBound": 0,
"usageIndicator": "string",
"interchangeControlNumberUpperBound": 0,
"transactionSetControlNumberSuffix": "string",
"transactionSetControlNumberPrefix": "string",
"functionalGroupId": "string",
},
"framingSettings": map[string]interface{}{
"characterSet": "string",
"componentSeparator": 0,
"dataElementSeparator": 0,
"replaceCharacter": 0,
"replaceSeparatorsInPayload": false,
"segmentTerminator": 0,
"segmentTerminatorSuffix": "NotSpecified",
},
"messageFilter": map[string]interface{}{
"messageFilterType": "string",
},
"processingSettings": map[string]interface{}{
"convertImpliedDecimal": false,
"createEmptyXmlTagsForTrailingSeparators": false,
"maskSecurityInfo": false,
"preserveInterchange": false,
"suspendInterchangeOnError": false,
"useDotAsDecimalSeparator": false,
},
"schemaReferences": []map[string]interface{}{
map[string]interface{}{
"messageId": "string",
"schemaName": "string",
"schemaVersion": "string",
"senderApplicationId": "string",
},
},
"securitySettings": map[string]interface{}{
"authorizationQualifier": "string",
"securityQualifier": "string",
"authorizationValue": "string",
"passwordValue": "string",
},
"validationSettings": map[string]interface{}{
"allowLeadingAndTrailingSpacesAndZeroes": false,
"checkDuplicateGroupControlNumber": false,
"checkDuplicateInterchangeControlNumber": false,
"checkDuplicateTransactionSetControlNumber": false,
"interchangeControlNumberValidityDays": 0,
"trailingSeparatorPolicy": "string",
"trimLeadingAndTrailingSpacesAndZeroes": false,
"validateCharacterSet": false,
"validateEDITypes": false,
"validateXSDTypes": false,
},
"envelopeOverrides": []map[string]interface{}{
map[string]interface{}{
"dateFormat": "string",
"headerVersion": "string",
"messageId": "string",
"protocolVersion": "string",
"receiverApplicationId": "string",
"responsibleAgencyCode": "string",
"senderApplicationId": "string",
"targetNamespace": "string",
"timeFormat": "string",
"functionalIdentifierCode": "string",
},
},
"messageFilterList": []map[string]interface{}{
map[string]interface{}{
"messageId": "string",
},
},
"validationOverrides": []map[string]interface{}{
map[string]interface{}{
"allowLeadingAndTrailingSpacesAndZeroes": false,
"messageId": "string",
"trailingSeparatorPolicy": "string",
"trimLeadingAndTrailingSpacesAndZeroes": false,
"validateCharacterSet": false,
"validateEDITypes": false,
"validateXSDTypes": false,
},
},
"x12DelimiterOverrides": []map[string]interface{}{
map[string]interface{}{
"componentSeparator": 0,
"dataElementSeparator": 0,
"replaceCharacter": 0,
"replaceSeparatorsInPayload": false,
"segmentTerminator": 0,
"segmentTerminatorSuffix": "NotSpecified",
"messageId": "string",
"protocolVersion": "string",
"targetNamespace": "string",
},
},
},
"receiverBusinessIdentity": map[string]interface{}{
"qualifier": "string",
"value": "string",
},
"senderBusinessIdentity": map[string]interface{}{
"qualifier": "string",
"value": "string",
},
},
"sendAgreement": map[string]interface{}{
"protocolSettings": map[string]interface{}{
"acknowledgementSettings": map[string]interface{}{
"batchTechnicalAcknowledgements": false,
"needImplementationAcknowledgement": false,
"sendSynchronousAcknowledgement": false,
"acknowledgementControlNumberUpperBound": 0,
"batchFunctionalAcknowledgements": false,
"batchImplementationAcknowledgements": false,
"rolloverAcknowledgementControlNumber": false,
"needTechnicalAcknowledgement": false,
"acknowledgementControlNumberLowerBound": 0,
"needFunctionalAcknowledgement": false,
"needLoopForValidMessages": false,
"functionalAcknowledgementVersion": "string",
"implementationAcknowledgementVersion": "string",
"acknowledgementControlNumberPrefix": "string",
"acknowledgementControlNumberSuffix": "string",
},
"envelopeSettings": map[string]interface{}{
"overwriteExistingTransactionSetControlNumber": false,
"transactionSetControlNumberUpperBound": 0,
"enableDefaultGroupHeaders": false,
"interchangeControlNumberLowerBound": 0,
"groupControlNumberLowerBound": 0,
"groupControlNumberUpperBound": 0,
"groupHeaderAgencyCode": "string",
"groupHeaderDateFormat": "string",
"groupHeaderTimeFormat": "string",
"groupHeaderVersion": "string",
"useControlStandardsIdAsRepetitionCharacter": false,
"controlVersionNumber": "string",
"rolloverGroupControlNumber": false,
"receiverApplicationId": "string",
"controlStandardsId": 0,
"rolloverInterchangeControlNumber": false,
"rolloverTransactionSetControlNumber": false,
"senderApplicationId": "string",
"transactionSetControlNumberLowerBound": 0,
"usageIndicator": "string",
"interchangeControlNumberUpperBound": 0,
"transactionSetControlNumberSuffix": "string",
"transactionSetControlNumberPrefix": "string",
"functionalGroupId": "string",
},
"framingSettings": map[string]interface{}{
"characterSet": "string",
"componentSeparator": 0,
"dataElementSeparator": 0,
"replaceCharacter": 0,
"replaceSeparatorsInPayload": false,
"segmentTerminator": 0,
"segmentTerminatorSuffix": "NotSpecified",
},
"messageFilter": map[string]interface{}{
"messageFilterType": "string",
},
"processingSettings": map[string]interface{}{
"convertImpliedDecimal": false,
"createEmptyXmlTagsForTrailingSeparators": false,
"maskSecurityInfo": false,
"preserveInterchange": false,
"suspendInterchangeOnError": false,
"useDotAsDecimalSeparator": false,
},
"schemaReferences": []map[string]interface{}{
map[string]interface{}{
"messageId": "string",
"schemaName": "string",
"schemaVersion": "string",
"senderApplicationId": "string",
},
},
"securitySettings": map[string]interface{}{
"authorizationQualifier": "string",
"securityQualifier": "string",
"authorizationValue": "string",
"passwordValue": "string",
},
"validationSettings": map[string]interface{}{
"allowLeadingAndTrailingSpacesAndZeroes": false,
"checkDuplicateGroupControlNumber": false,
"checkDuplicateInterchangeControlNumber": false,
"checkDuplicateTransactionSetControlNumber": false,
"interchangeControlNumberValidityDays": 0,
"trailingSeparatorPolicy": "string",
"trimLeadingAndTrailingSpacesAndZeroes": false,
"validateCharacterSet": false,
"validateEDITypes": false,
"validateXSDTypes": false,
},
"envelopeOverrides": []map[string]interface{}{
map[string]interface{}{
"dateFormat": "string",
"headerVersion": "string",
"messageId": "string",
"protocolVersion": "string",
"receiverApplicationId": "string",
"responsibleAgencyCode": "string",
"senderApplicationId": "string",
"targetNamespace": "string",
"timeFormat": "string",
"functionalIdentifierCode": "string",
},
},
"messageFilterList": []map[string]interface{}{
map[string]interface{}{
"messageId": "string",
},
},
"validationOverrides": []map[string]interface{}{
map[string]interface{}{
"allowLeadingAndTrailingSpacesAndZeroes": false,
"messageId": "string",
"trailingSeparatorPolicy": "string",
"trimLeadingAndTrailingSpacesAndZeroes": false,
"validateCharacterSet": false,
"validateEDITypes": false,
"validateXSDTypes": false,
},
},
"x12DelimiterOverrides": []map[string]interface{}{
map[string]interface{}{
"componentSeparator": 0,
"dataElementSeparator": 0,
"replaceCharacter": 0,
"replaceSeparatorsInPayload": false,
"segmentTerminator": 0,
"segmentTerminatorSuffix": "NotSpecified",
"messageId": "string",
"protocolVersion": "string",
"targetNamespace": "string",
},
},
},
"receiverBusinessIdentity": map[string]interface{}{
"qualifier": "string",
"value": "string",
},
"senderBusinessIdentity": map[string]interface{}{
"qualifier": "string",
"value": "string",
},
},
},
},
GuestIdentity: map[string]interface{}{
"qualifier": "string",
"value": "string",
},
GuestPartner: "string",
HostIdentity: map[string]interface{}{
"qualifier": "string",
"value": "string",
},
HostPartner: "string",
IntegrationAccountName: "string",
ResourceGroupName: "string",
AgreementName: "string",
Location: "string",
Metadata: "any",
Tags: map[string]interface{}{
"string": "string",
},
})
var integrationAccountAgreementResource = new IntegrationAccountAgreement("integrationAccountAgreementResource", IntegrationAccountAgreementArgs.builder()
.agreementType("NotSpecified")
.content(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.guestIdentity(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.guestPartner("string")
.hostIdentity(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.hostPartner("string")
.integrationAccountName("string")
.resourceGroupName("string")
.agreementName("string")
.location("string")
.metadata("any")
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
integration_account_agreement_resource = azure_native.logic.IntegrationAccountAgreement("integrationAccountAgreementResource",
agreement_type=NotSpecified,
content={
aS2: {
receiveAgreement: {
protocolSettings: {
acknowledgementConnectionSettings: {
ignoreCertificateNameMismatch: False,
keepHttpConnectionAlive: False,
supportHttpStatusCodeContinue: False,
unfoldHttpHeaders: False,
},
envelopeSettings: {
autogenerateFileName: False,
fileNameTemplate: string,
messageContentType: string,
suspendMessageOnFileNameGenerationError: False,
transmitFileNameInMimeHeader: False,
},
errorSettings: {
resendIfMDNNotReceived: False,
suspendDuplicateMessage: False,
},
mdnSettings: {
micHashingAlgorithm: string,
needMDN: False,
sendInboundMDNToMessageBox: False,
sendMDNAsynchronously: False,
signMDN: False,
signOutboundMDNIfOptional: False,
dispositionNotificationTo: string,
mdnText: string,
receiptDeliveryUrl: string,
},
messageConnectionSettings: {
ignoreCertificateNameMismatch: False,
keepHttpConnectionAlive: False,
supportHttpStatusCodeContinue: False,
unfoldHttpHeaders: False,
},
securitySettings: {
enableNRRForInboundDecodedMessages: False,
enableNRRForInboundEncodedMessages: False,
enableNRRForInboundMDN: False,
enableNRRForOutboundDecodedMessages: False,
enableNRRForOutboundEncodedMessages: False,
enableNRRForOutboundMDN: False,
overrideGroupSigningCertificate: False,
encryptionCertificateName: string,
sha2AlgorithmFormat: string,
signingCertificateName: string,
},
validationSettings: {
checkCertificateRevocationListOnReceive: False,
checkCertificateRevocationListOnSend: False,
checkDuplicateMessage: False,
compressMessage: False,
encryptMessage: False,
encryptionAlgorithm: string,
interchangeDuplicatesValidityDays: 0,
overrideMessageProperties: False,
signMessage: False,
signingAlgorithm: string,
},
},
receiverBusinessIdentity: {
qualifier: string,
value: string,
},
senderBusinessIdentity: {
qualifier: string,
value: string,
},
},
sendAgreement: {
protocolSettings: {
acknowledgementConnectionSettings: {
ignoreCertificateNameMismatch: False,
keepHttpConnectionAlive: False,
supportHttpStatusCodeContinue: False,
unfoldHttpHeaders: False,
},
envelopeSettings: {
autogenerateFileName: False,
fileNameTemplate: string,
messageContentType: string,
suspendMessageOnFileNameGenerationError: False,
transmitFileNameInMimeHeader: False,
},
errorSettings: {
resendIfMDNNotReceived: False,
suspendDuplicateMessage: False,
},
mdnSettings: {
micHashingAlgorithm: string,
needMDN: False,
sendInboundMDNToMessageBox: False,
sendMDNAsynchronously: False,
signMDN: False,
signOutboundMDNIfOptional: False,
dispositionNotificationTo: string,
mdnText: string,
receiptDeliveryUrl: string,
},
messageConnectionSettings: {
ignoreCertificateNameMismatch: False,
keepHttpConnectionAlive: False,
supportHttpStatusCodeContinue: False,
unfoldHttpHeaders: False,
},
securitySettings: {
enableNRRForInboundDecodedMessages: False,
enableNRRForInboundEncodedMessages: False,
enableNRRForInboundMDN: False,
enableNRRForOutboundDecodedMessages: False,
enableNRRForOutboundEncodedMessages: False,
enableNRRForOutboundMDN: False,
overrideGroupSigningCertificate: False,
encryptionCertificateName: string,
sha2AlgorithmFormat: string,
signingCertificateName: string,
},
validationSettings: {
checkCertificateRevocationListOnReceive: False,
checkCertificateRevocationListOnSend: False,
checkDuplicateMessage: False,
compressMessage: False,
encryptMessage: False,
encryptionAlgorithm: string,
interchangeDuplicatesValidityDays: 0,
overrideMessageProperties: False,
signMessage: False,
signingAlgorithm: string,
},
},
receiverBusinessIdentity: {
qualifier: string,
value: string,
},
senderBusinessIdentity: {
qualifier: string,
value: string,
},
},
},
edifact: {
receiveAgreement: {
protocolSettings: {
acknowledgementSettings: {
acknowledgementControlNumberLowerBound: 0,
acknowledgementControlNumberUpperBound: 0,
batchFunctionalAcknowledgements: False,
batchTechnicalAcknowledgements: False,
needFunctionalAcknowledgement: False,
needLoopForValidMessages: False,
needTechnicalAcknowledgement: False,
rolloverAcknowledgementControlNumber: False,
sendSynchronousAcknowledgement: False,
acknowledgementControlNumberPrefix: string,
acknowledgementControlNumberSuffix: string,
},
envelopeSettings: {
groupControlNumberUpperBound: 0,
applyDelimiterStringAdvice: False,
transactionSetControlNumberUpperBound: 0,
createGroupingSegments: False,
enableDefaultGroupHeaders: False,
transactionSetControlNumberLowerBound: 0,
rolloverTransactionSetControlNumber: False,
rolloverInterchangeControlNumber: False,
rolloverGroupControlNumber: False,
overwriteExistingTransactionSetControlNumber: False,
isTestInterchange: False,
interchangeControlNumberUpperBound: 0,
groupControlNumberLowerBound: 0,
interchangeControlNumberLowerBound: 0,
interchangeControlNumberPrefix: string,
receiverInternalSubIdentification: string,
groupControllingAgencyCode: string,
groupMessageRelease: string,
groupMessageVersion: string,
groupControlNumberPrefix: string,
applicationReferenceId: string,
interchangeControlNumberSuffix: string,
groupAssociationAssignedCode: string,
groupApplicationSenderQualifier: string,
groupApplicationSenderId: string,
processingPriorityCode: string,
receiverInternalIdentification: string,
groupControlNumberSuffix: string,
receiverReverseRoutingAddress: string,
recipientReferencePasswordQualifier: string,
recipientReferencePasswordValue: string,
groupApplicationReceiverQualifier: string,
groupApplicationReceiverId: string,
groupApplicationPassword: string,
senderInternalIdentification: string,
senderInternalSubIdentification: string,
senderReverseRoutingAddress: string,
functionalGroupId: string,
transactionSetControlNumberPrefix: string,
transactionSetControlNumberSuffix: string,
communicationAgreementId: string,
},
framingSettings: {
characterSet: string,
componentSeparator: 0,
dataElementSeparator: 0,
decimalPointIndicator: NotSpecified,
protocolVersion: 0,
releaseIndicator: 0,
repetitionSeparator: 0,
segmentTerminator: 0,
segmentTerminatorSuffix: NotSpecified,
characterEncoding: string,
serviceCodeListDirectoryVersion: string,
},
messageFilter: {
messageFilterType: string,
},
processingSettings: {
createEmptyXmlTagsForTrailingSeparators: False,
maskSecurityInfo: False,
preserveInterchange: False,
suspendInterchangeOnError: False,
useDotAsDecimalSeparator: False,
},
schemaReferences: [{
messageId: string,
messageRelease: string,
messageVersion: string,
schemaName: string,
associationAssignedCode: string,
senderApplicationId: string,
senderApplicationQualifier: string,
}],
validationSettings: {
allowLeadingAndTrailingSpacesAndZeroes: False,
checkDuplicateGroupControlNumber: False,
checkDuplicateInterchangeControlNumber: False,
checkDuplicateTransactionSetControlNumber: False,
interchangeControlNumberValidityDays: 0,
trailingSeparatorPolicy: string,
trimLeadingAndTrailingSpacesAndZeroes: False,
validateCharacterSet: False,
validateEDITypes: False,
validateXSDTypes: False,
},
edifactDelimiterOverrides: [{
componentSeparator: 0,
dataElementSeparator: 0,
decimalPointIndicator: NotSpecified,
releaseIndicator: 0,
repetitionSeparator: 0,
segmentTerminator: 0,
segmentTerminatorSuffix: NotSpecified,
messageAssociationAssignedCode: string,
messageId: string,
messageRelease: string,
messageVersion: string,
targetNamespace: string,
}],
envelopeOverrides: [{
applicationPassword: string,
associationAssignedCode: string,
controllingAgencyCode: string,
functionalGroupId: string,
groupHeaderMessageRelease: string,
groupHeaderMessageVersion: string,
messageAssociationAssignedCode: string,
messageId: string,
messageRelease: string,
messageVersion: string,
receiverApplicationId: string,
receiverApplicationQualifier: string,
senderApplicationId: string,
senderApplicationQualifier: string,
targetNamespace: string,
}],
messageFilterList: [{
messageId: string,
}],
validationOverrides: [{
allowLeadingAndTrailingSpacesAndZeroes: False,
enforceCharacterSet: False,
messageId: string,
trailingSeparatorPolicy: string,
trimLeadingAndTrailingSpacesAndZeroes: False,
validateEDITypes: False,
validateXSDTypes: False,
}],
},
receiverBusinessIdentity: {
qualifier: string,
value: string,
},
senderBusinessIdentity: {
qualifier: string,
value: string,
},
},
sendAgreement: {
protocolSettings: {
acknowledgementSettings: {
acknowledgementControlNumberLowerBound: 0,
acknowledgementControlNumberUpperBound: 0,
batchFunctionalAcknowledgements: False,
batchTechnicalAcknowledgements: False,
needFunctionalAcknowledgement: False,
needLoopForValidMessages: False,
needTechnicalAcknowledgement: False,
rolloverAcknowledgementControlNumber: False,
sendSynchronousAcknowledgement: False,
acknowledgementControlNumberPrefix: string,
acknowledgementControlNumberSuffix: string,
},
envelopeSettings: {
groupControlNumberUpperBound: 0,
applyDelimiterStringAdvice: False,
transactionSetControlNumberUpperBound: 0,
createGroupingSegments: False,
enableDefaultGroupHeaders: False,
transactionSetControlNumberLowerBound: 0,
rolloverTransactionSetControlNumber: False,
rolloverInterchangeControlNumber: False,
rolloverGroupControlNumber: False,
overwriteExistingTransactionSetControlNumber: False,
isTestInterchange: False,
interchangeControlNumberUpperBound: 0,
groupControlNumberLowerBound: 0,
interchangeControlNumberLowerBound: 0,
interchangeControlNumberPrefix: string,
receiverInternalSubIdentification: string,
groupControllingAgencyCode: string,
groupMessageRelease: string,
groupMessageVersion: string,
groupControlNumberPrefix: string,
applicationReferenceId: string,
interchangeControlNumberSuffix: string,
groupAssociationAssignedCode: string,
groupApplicationSenderQualifier: string,
groupApplicationSenderId: string,
processingPriorityCode: string,
receiverInternalIdentification: string,
groupControlNumberSuffix: string,
receiverReverseRoutingAddress: string,
recipientReferencePasswordQualifier: string,
recipientReferencePasswordValue: string,
groupApplicationReceiverQualifier: string,
groupApplicationReceiverId: string,
groupApplicationPassword: string,
senderInternalIdentification: string,
senderInternalSubIdentification: string,
senderReverseRoutingAddress: string,
functionalGroupId: string,
transactionSetControlNumberPrefix: string,
transactionSetControlNumberSuffix: string,
communicationAgreementId: string,
},
framingSettings: {
characterSet: string,
componentSeparator: 0,
dataElementSeparator: 0,
decimalPointIndicator: NotSpecified,
protocolVersion: 0,
releaseIndicator: 0,
repetitionSeparator: 0,
segmentTerminator: 0,
segmentTerminatorSuffix: NotSpecified,
characterEncoding: string,
serviceCodeListDirectoryVersion: string,
},
messageFilter: {
messageFilterType: string,
},
processingSettings: {
createEmptyXmlTagsForTrailingSeparators: False,
maskSecurityInfo: False,
preserveInterchange: False,
suspendInterchangeOnError: False,
useDotAsDecimalSeparator: False,
},
schemaReferences: [{
messageId: string,
messageRelease: string,
messageVersion: string,
schemaName: string,
associationAssignedCode: string,
senderApplicationId: string,
senderApplicationQualifier: string,
}],
validationSettings: {
allowLeadingAndTrailingSpacesAndZeroes: False,
checkDuplicateGroupControlNumber: False,
checkDuplicateInterchangeControlNumber: False,
checkDuplicateTransactionSetControlNumber: False,
interchangeControlNumberValidityDays: 0,
trailingSeparatorPolicy: string,
trimLeadingAndTrailingSpacesAndZeroes: False,
validateCharacterSet: False,
validateEDITypes: False,
validateXSDTypes: False,
},
edifactDelimiterOverrides: [{
componentSeparator: 0,
dataElementSeparator: 0,
decimalPointIndicator: NotSpecified,
releaseIndicator: 0,
repetitionSeparator: 0,
segmentTerminator: 0,
segmentTerminatorSuffix: NotSpecified,
messageAssociationAssignedCode: string,
messageId: string,
messageRelease: string,
messageVersion: string,
targetNamespace: string,
}],
envelopeOverrides: [{
applicationPassword: string,
associationAssignedCode: string,
controllingAgencyCode: string,
functionalGroupId: string,
groupHeaderMessageRelease: string,
groupHeaderMessageVersion: string,
messageAssociationAssignedCode: string,
messageId: string,
messageRelease: string,
messageVersion: string,
receiverApplicationId: string,
receiverApplicationQualifier: string,
senderApplicationId: string,
senderApplicationQualifier: string,
targetNamespace: string,
}],
messageFilterList: [{
messageId: string,
}],
validationOverrides: [{
allowLeadingAndTrailingSpacesAndZeroes: False,
enforceCharacterSet: False,
messageId: string,
trailingSeparatorPolicy: string,
trimLeadingAndTrailingSpacesAndZeroes: False,
validateEDITypes: False,
validateXSDTypes: False,
}],
},
receiverBusinessIdentity: {
qualifier: string,
value: string,
},
senderBusinessIdentity: {
qualifier: string,
value: string,
},
},
},
x12: {
receiveAgreement: {
protocolSettings: {
acknowledgementSettings: {
batchTechnicalAcknowledgements: False,
needImplementationAcknowledgement: False,
sendSynchronousAcknowledgement: False,
acknowledgementControlNumberUpperBound: 0,
batchFunctionalAcknowledgements: False,
batchImplementationAcknowledgements: False,
rolloverAcknowledgementControlNumber: False,
needTechnicalAcknowledgement: False,
acknowledgementControlNumberLowerBound: 0,
needFunctionalAcknowledgement: False,
needLoopForValidMessages: False,
functionalAcknowledgementVersion: string,
implementationAcknowledgementVersion: string,
acknowledgementControlNumberPrefix: string,
acknowledgementControlNumberSuffix: string,
},
envelopeSettings: {
overwriteExistingTransactionSetControlNumber: False,
transactionSetControlNumberUpperBound: 0,
enableDefaultGroupHeaders: False,
interchangeControlNumberLowerBound: 0,
groupControlNumberLowerBound: 0,
groupControlNumberUpperBound: 0,
groupHeaderAgencyCode: string,
groupHeaderDateFormat: string,
groupHeaderTimeFormat: string,
groupHeaderVersion: string,
useControlStandardsIdAsRepetitionCharacter: False,
controlVersionNumber: string,
rolloverGroupControlNumber: False,
receiverApplicationId: string,
controlStandardsId: 0,
rolloverInterchangeControlNumber: False,
rolloverTransactionSetControlNumber: False,
senderApplicationId: string,
transactionSetControlNumberLowerBound: 0,
usageIndicator: string,
interchangeControlNumberUpperBound: 0,
transactionSetControlNumberSuffix: string,
transactionSetControlNumberPrefix: string,
functionalGroupId: string,
},
framingSettings: {
characterSet: string,
componentSeparator: 0,
dataElementSeparator: 0,
replaceCharacter: 0,
replaceSeparatorsInPayload: False,
segmentTerminator: 0,
segmentTerminatorSuffix: NotSpecified,
},
messageFilter: {
messageFilterType: string,
},
processingSettings: {
convertImpliedDecimal: False,
createEmptyXmlTagsForTrailingSeparators: False,
maskSecurityInfo: False,
preserveInterchange: False,
suspendInterchangeOnError: False,
useDotAsDecimalSeparator: False,
},
schemaReferences: [{
messageId: string,
schemaName: string,
schemaVersion: string,
senderApplicationId: string,
}],
securitySettings: {
authorizationQualifier: string,
securityQualifier: string,
authorizationValue: string,
passwordValue: string,
},
validationSettings: {
allowLeadingAndTrailingSpacesAndZeroes: False,
checkDuplicateGroupControlNumber: False,
checkDuplicateInterchangeControlNumber: False,
checkDuplicateTransactionSetControlNumber: False,
interchangeControlNumberValidityDays: 0,
trailingSeparatorPolicy: string,
trimLeadingAndTrailingSpacesAndZeroes: False,
validateCharacterSet: False,
validateEDITypes: False,
validateXSDTypes: False,
},
envelopeOverrides: [{
dateFormat: string,
headerVersion: string,
messageId: string,
protocolVersion: string,
receiverApplicationId: string,
responsibleAgencyCode: string,
senderApplicationId: string,
targetNamespace: string,
timeFormat: string,
functionalIdentifierCode: string,
}],
messageFilterList: [{
messageId: string,
}],
validationOverrides: [{
allowLeadingAndTrailingSpacesAndZeroes: False,
messageId: string,
trailingSeparatorPolicy: string,
trimLeadingAndTrailingSpacesAndZeroes: False,
validateCharacterSet: False,
validateEDITypes: False,
validateXSDTypes: False,
}],
x12DelimiterOverrides: [{
componentSeparator: 0,
dataElementSeparator: 0,
replaceCharacter: 0,
replaceSeparatorsInPayload: False,
segmentTerminator: 0,
segmentTerminatorSuffix: NotSpecified,
messageId: string,
protocolVersion: string,
targetNamespace: string,
}],
},
receiverBusinessIdentity: {
qualifier: string,
value: string,
},
senderBusinessIdentity: {
qualifier: string,
value: string,
},
},
sendAgreement: {
protocolSettings: {
acknowledgementSettings: {
batchTechnicalAcknowledgements: False,
needImplementationAcknowledgement: False,
sendSynchronousAcknowledgement: False,
acknowledgementControlNumberUpperBound: 0,
batchFunctionalAcknowledgements: False,
batchImplementationAcknowledgements: False,
rolloverAcknowledgementControlNumber: False,
needTechnicalAcknowledgement: False,
acknowledgementControlNumberLowerBound: 0,
needFunctionalAcknowledgement: False,
needLoopForValidMessages: False,
functionalAcknowledgementVersion: string,
implementationAcknowledgementVersion: string,
acknowledgementControlNumberPrefix: string,
acknowledgementControlNumberSuffix: string,
},
envelopeSettings: {
overwriteExistingTransactionSetControlNumber: False,
transactionSetControlNumberUpperBound: 0,
enableDefaultGroupHeaders: False,
interchangeControlNumberLowerBound: 0,
groupControlNumberLowerBound: 0,
groupControlNumberUpperBound: 0,
groupHeaderAgencyCode: string,
groupHeaderDateFormat: string,
groupHeaderTimeFormat: string,
groupHeaderVersion: string,
useControlStandardsIdAsRepetitionCharacter: False,
controlVersionNumber: string,
rolloverGroupControlNumber: False,
receiverApplicationId: string,
controlStandardsId: 0,
rolloverInterchangeControlNumber: False,
rolloverTransactionSetControlNumber: False,
senderApplicationId: string,
transactionSetControlNumberLowerBound: 0,
usageIndicator: string,
interchangeControlNumberUpperBound: 0,
transactionSetControlNumberSuffix: string,
transactionSetControlNumberPrefix: string,
functionalGroupId: string,
},
framingSettings: {
characterSet: string,
componentSeparator: 0,
dataElementSeparator: 0,
replaceCharacter: 0,
replaceSeparatorsInPayload: False,
segmentTerminator: 0,
segmentTerminatorSuffix: NotSpecified,
},
messageFilter: {
messageFilterType: string,
},
processingSettings: {
convertImpliedDecimal: False,
createEmptyXmlTagsForTrailingSeparators: False,
maskSecurityInfo: False,
preserveInterchange: False,
suspendInterchangeOnError: False,
useDotAsDecimalSeparator: False,
},
schemaReferences: [{
messageId: string,
schemaName: string,
schemaVersion: string,
senderApplicationId: string,
}],
securitySettings: {
authorizationQualifier: string,
securityQualifier: string,
authorizationValue: string,
passwordValue: string,
},
validationSettings: {
allowLeadingAndTrailingSpacesAndZeroes: False,
checkDuplicateGroupControlNumber: False,
checkDuplicateInterchangeControlNumber: False,
checkDuplicateTransactionSetControlNumber: False,
interchangeControlNumberValidityDays: 0,
trailingSeparatorPolicy: string,
trimLeadingAndTrailingSpacesAndZeroes: False,
validateCharacterSet: False,
validateEDITypes: False,
validateXSDTypes: False,
},
envelopeOverrides: [{
dateFormat: string,
headerVersion: string,
messageId: string,
protocolVersion: string,
receiverApplicationId: string,
responsibleAgencyCode: string,
senderApplicationId: string,
targetNamespace: string,
timeFormat: string,
functionalIdentifierCode: string,
}],
messageFilterList: [{
messageId: string,
}],
validationOverrides: [{
allowLeadingAndTrailingSpacesAndZeroes: False,
messageId: string,
trailingSeparatorPolicy: string,
trimLeadingAndTrailingSpacesAndZeroes: False,
validateCharacterSet: False,
validateEDITypes: False,
validateXSDTypes: False,
}],
x12DelimiterOverrides: [{
componentSeparator: 0,
dataElementSeparator: 0,
replaceCharacter: 0,
replaceSeparatorsInPayload: False,
segmentTerminator: 0,
segmentTerminatorSuffix: NotSpecified,
messageId: string,
protocolVersion: string,
targetNamespace: string,
}],
},
receiverBusinessIdentity: {
qualifier: string,
value: string,
},
senderBusinessIdentity: {
qualifier: string,
value: string,
},
},
},
},
guest_identity={
qualifier: string,
value: string,
},
guest_partner=string,
host_identity={
qualifier: string,
value: string,
},
host_partner=string,
integration_account_name=string,
resource_group_name=string,
agreement_name=string,
location=string,
metadata=any,
tags={
string: string,
})
const integrationAccountAgreementResource = new azure_native.logic.IntegrationAccountAgreement("integrationAccountAgreementResource", {
agreementType: "NotSpecified",
content: {
aS2: {
receiveAgreement: {
protocolSettings: {
acknowledgementConnectionSettings: {
ignoreCertificateNameMismatch: false,
keepHttpConnectionAlive: false,
supportHttpStatusCodeContinue: false,
unfoldHttpHeaders: false,
},
envelopeSettings: {
autogenerateFileName: false,
fileNameTemplate: "string",
messageContentType: "string",
suspendMessageOnFileNameGenerationError: false,
transmitFileNameInMimeHeader: false,
},
errorSettings: {
resendIfMDNNotReceived: false,
suspendDuplicateMessage: false,
},
mdnSettings: {
micHashingAlgorithm: "string",
needMDN: false,
sendInboundMDNToMessageBox: false,
sendMDNAsynchronously: false,
signMDN: false,
signOutboundMDNIfOptional: false,
dispositionNotificationTo: "string",
mdnText: "string",
receiptDeliveryUrl: "string",
},
messageConnectionSettings: {
ignoreCertificateNameMismatch: false,
keepHttpConnectionAlive: false,
supportHttpStatusCodeContinue: false,
unfoldHttpHeaders: false,
},
securitySettings: {
enableNRRForInboundDecodedMessages: false,
enableNRRForInboundEncodedMessages: false,
enableNRRForInboundMDN: false,
enableNRRForOutboundDecodedMessages: false,
enableNRRForOutboundEncodedMessages: false,
enableNRRForOutboundMDN: false,
overrideGroupSigningCertificate: false,
encryptionCertificateName: "string",
sha2AlgorithmFormat: "string",
signingCertificateName: "string",
},
validationSettings: {
checkCertificateRevocationListOnReceive: false,
checkCertificateRevocationListOnSend: false,
checkDuplicateMessage: false,
compressMessage: false,
encryptMessage: false,
encryptionAlgorithm: "string",
interchangeDuplicatesValidityDays: 0,
overrideMessageProperties: false,
signMessage: false,
signingAlgorithm: "string",
},
},
receiverBusinessIdentity: {
qualifier: "string",
value: "string",
},
senderBusinessIdentity: {
qualifier: "string",
value: "string",
},
},
sendAgreement: {
protocolSettings: {
acknowledgementConnectionSettings: {
ignoreCertificateNameMismatch: false,
keepHttpConnectionAlive: false,
supportHttpStatusCodeContinue: false,
unfoldHttpHeaders: false,
},
envelopeSettings: {
autogenerateFileName: false,
fileNameTemplate: "string",
messageContentType: "string",
suspendMessageOnFileNameGenerationError: false,
transmitFileNameInMimeHeader: false,
},
errorSettings: {
resendIfMDNNotReceived: false,
suspendDuplicateMessage: false,
},
mdnSettings: {
micHashingAlgorithm: "string",
needMDN: false,
sendInboundMDNToMessageBox: false,
sendMDNAsynchronously: false,
signMDN: false,
signOutboundMDNIfOptional: false,
dispositionNotificationTo: "string",
mdnText: "string",
receiptDeliveryUrl: "string",
},
messageConnectionSettings: {
ignoreCertificateNameMismatch: false,
keepHttpConnectionAlive: false,
supportHttpStatusCodeContinue: false,
unfoldHttpHeaders: false,
},
securitySettings: {
enableNRRForInboundDecodedMessages: false,
enableNRRForInboundEncodedMessages: false,
enableNRRForInboundMDN: false,
enableNRRForOutboundDecodedMessages: false,
enableNRRForOutboundEncodedMessages: false,
enableNRRForOutboundMDN: false,
overrideGroupSigningCertificate: false,
encryptionCertificateName: "string",
sha2AlgorithmFormat: "string",
signingCertificateName: "string",
},
validationSettings: {
checkCertificateRevocationListOnReceive: false,
checkCertificateRevocationListOnSend: false,
checkDuplicateMessage: false,
compressMessage: false,
encryptMessage: false,
encryptionAlgorithm: "string",
interchangeDuplicatesValidityDays: 0,
overrideMessageProperties: false,
signMessage: false,
signingAlgorithm: "string",
},
},
receiverBusinessIdentity: {
qualifier: "string",
value: "string",
},
senderBusinessIdentity: {
qualifier: "string",
value: "string",
},
},
},
edifact: {
receiveAgreement: {
protocolSettings: {
acknowledgementSettings: {
acknowledgementControlNumberLowerBound: 0,
acknowledgementControlNumberUpperBound: 0,
batchFunctionalAcknowledgements: false,
batchTechnicalAcknowledgements: false,
needFunctionalAcknowledgement: false,
needLoopForValidMessages: false,
needTechnicalAcknowledgement: false,
rolloverAcknowledgementControlNumber: false,
sendSynchronousAcknowledgement: false,
acknowledgementControlNumberPrefix: "string",
acknowledgementControlNumberSuffix: "string",
},
envelopeSettings: {
groupControlNumberUpperBound: 0,
applyDelimiterStringAdvice: false,
transactionSetControlNumberUpperBound: 0,
createGroupingSegments: false,
enableDefaultGroupHeaders: false,
transactionSetControlNumberLowerBound: 0,
rolloverTransactionSetControlNumber: false,
rolloverInterchangeControlNumber: false,
rolloverGroupControlNumber: false,
overwriteExistingTransactionSetControlNumber: false,
isTestInterchange: false,
interchangeControlNumberUpperBound: 0,
groupControlNumberLowerBound: 0,
interchangeControlNumberLowerBound: 0,
interchangeControlNumberPrefix: "string",
receiverInternalSubIdentification: "string",
groupControllingAgencyCode: "string",
groupMessageRelease: "string",
groupMessageVersion: "string",
groupControlNumberPrefix: "string",
applicationReferenceId: "string",
interchangeControlNumberSuffix: "string",
groupAssociationAssignedCode: "string",
groupApplicationSenderQualifier: "string",
groupApplicationSenderId: "string",
processingPriorityCode: "string",
receiverInternalIdentification: "string",
groupControlNumberSuffix: "string",
receiverReverseRoutingAddress: "string",
recipientReferencePasswordQualifier: "string",
recipientReferencePasswordValue: "string",
groupApplicationReceiverQualifier: "string",
groupApplicationReceiverId: "string",
groupApplicationPassword: "string",
senderInternalIdentification: "string",
senderInternalSubIdentification: "string",
senderReverseRoutingAddress: "string",
functionalGroupId: "string",
transactionSetControlNumberPrefix: "string",
transactionSetControlNumberSuffix: "string",
communicationAgreementId: "string",
},
framingSettings: {
characterSet: "string",
componentSeparator: 0,
dataElementSeparator: 0,
decimalPointIndicator: "NotSpecified",
protocolVersion: 0,
releaseIndicator: 0,
repetitionSeparator: 0,
segmentTerminator: 0,
segmentTerminatorSuffix: "NotSpecified",
characterEncoding: "string",
serviceCodeListDirectoryVersion: "string",
},
messageFilter: {
messageFilterType: "string",
},
processingSettings: {
createEmptyXmlTagsForTrailingSeparators: false,
maskSecurityInfo: false,
preserveInterchange: false,
suspendInterchangeOnError: false,
useDotAsDecimalSeparator: false,
},
schemaReferences: [{
messageId: "string",
messageRelease: "string",
messageVersion: "string",
schemaName: "string",
associationAssignedCode: "string",
senderApplicationId: "string",
senderApplicationQualifier: "string",
}],
validationSettings: {
allowLeadingAndTrailingSpacesAndZeroes: false,
checkDuplicateGroupControlNumber: false,
checkDuplicateInterchangeControlNumber: false,
checkDuplicateTransactionSetControlNumber: false,
interchangeControlNumberValidityDays: 0,
trailingSeparatorPolicy: "string",
trimLeadingAndTrailingSpacesAndZeroes: false,
validateCharacterSet: false,
validateEDITypes: false,
validateXSDTypes: false,
},
edifactDelimiterOverrides: [{
componentSeparator: 0,
dataElementSeparator: 0,
decimalPointIndicator: "NotSpecified",
releaseIndicator: 0,
repetitionSeparator: 0,
segmentTerminator: 0,
segmentTerminatorSuffix: "NotSpecified",
messageAssociationAssignedCode: "string",
messageId: "string",
messageRelease: "string",
messageVersion: "string",
targetNamespace: "string",
}],
envelopeOverrides: [{
applicationPassword: "string",
associationAssignedCode: "string",
controllingAgencyCode: "string",
functionalGroupId: "string",
groupHeaderMessageRelease: "string",
groupHeaderMessageVersion: "string",
messageAssociationAssignedCode: "string",
messageId: "string",
messageRelease: "string",
messageVersion: "string",
receiverApplicationId: "string",
receiverApplicationQualifier: "string",
senderApplicationId: "string",
senderApplicationQualifier: "string",
targetNamespace: "string",
}],
messageFilterList: [{
messageId: "string",
}],
validationOverrides: [{
allowLeadingAndTrailingSpacesAndZeroes: false,
enforceCharacterSet: false,
messageId: "string",
trailingSeparatorPolicy: "string",
trimLeadingAndTrailingSpacesAndZeroes: false,
validateEDITypes: false,
validateXSDTypes: false,
}],
},
receiverBusinessIdentity: {
qualifier: "string",
value: "string",
},
senderBusinessIdentity: {
qualifier: "string",
value: "string",
},
},
sendAgreement: {
protocolSettings: {
acknowledgementSettings: {
acknowledgementControlNumberLowerBound: 0,
acknowledgementControlNumberUpperBound: 0,
batchFunctionalAcknowledgements: false,
batchTechnicalAcknowledgements: false,
needFunctionalAcknowledgement: false,
needLoopForValidMessages: false,
needTechnicalAcknowledgement: false,
rolloverAcknowledgementControlNumber: false,
sendSynchronousAcknowledgement: false,
acknowledgementControlNumberPrefix: "string",
acknowledgementControlNumberSuffix: "string",
},
envelopeSettings: {
groupControlNumberUpperBound: 0,
applyDelimiterStringAdvice: false,
transactionSetControlNumberUpperBound: 0,
createGroupingSegments: false,
enableDefaultGroupHeaders: false,
transactionSetControlNumberLowerBound: 0,
rolloverTransactionSetControlNumber: false,
rolloverInterchangeControlNumber: false,
rolloverGroupControlNumber: false,
overwriteExistingTransactionSetControlNumber: false,
isTestInterchange: false,
interchangeControlNumberUpperBound: 0,
groupControlNumberLowerBound: 0,
interchangeControlNumberLowerBound: 0,
interchangeControlNumberPrefix: "string",
receiverInternalSubIdentification: "string",
groupControllingAgencyCode: "string",
groupMessageRelease: "string",
groupMessageVersion: "string",
groupControlNumberPrefix: "string",
applicationReferenceId: "string",
interchangeControlNumberSuffix: "string",
groupAssociationAssignedCode: "string",
groupApplicationSenderQualifier: "string",
groupApplicationSenderId: "string",
processingPriorityCode: "string",
receiverInternalIdentification: "string",
groupControlNumberSuffix: "string",
receiverReverseRoutingAddress: "string",
recipientReferencePasswordQualifier: "string",
recipientReferencePasswordValue: "string",
groupApplicationReceiverQualifier: "string",
groupApplicationReceiverId: "string",
groupApplicationPassword: "string",
senderInternalIdentification: "string",
senderInternalSubIdentification: "string",
senderReverseRoutingAddress: "string",
functionalGroupId: "string",
transactionSetControlNumberPrefix: "string",
transactionSetControlNumberSuffix: "string",
communicationAgreementId: "string",
},
framingSettings: {
characterSet: "string",
componentSeparator: 0,
dataElementSeparator: 0,
decimalPointIndicator: "NotSpecified",
protocolVersion: 0,
releaseIndicator: 0,
repetitionSeparator: 0,
segmentTerminator: 0,
segmentTerminatorSuffix: "NotSpecified",
characterEncoding: "string",
serviceCodeListDirectoryVersion: "string",
},
messageFilter: {
messageFilterType: "string",
},
processingSettings: {
createEmptyXmlTagsForTrailingSeparators: false,
maskSecurityInfo: false,
preserveInterchange: false,
suspendInterchangeOnError: false,
useDotAsDecimalSeparator: false,
},
schemaReferences: [{
messageId: "string",
messageRelease: "string",
messageVersion: "string",
schemaName: "string",
associationAssignedCode: "string",
senderApplicationId: "string",
senderApplicationQualifier: "string",
}],
validationSettings: {
allowLeadingAndTrailingSpacesAndZeroes: false,
checkDuplicateGroupControlNumber: false,
checkDuplicateInterchangeControlNumber: false,
checkDuplicateTransactionSetControlNumber: false,
interchangeControlNumberValidityDays: 0,
trailingSeparatorPolicy: "string",
trimLeadingAndTrailingSpacesAndZeroes: false,
validateCharacterSet: false,
validateEDITypes: false,
validateXSDTypes: false,
},
edifactDelimiterOverrides: [{
componentSeparator: 0,
dataElementSeparator: 0,
decimalPointIndicator: "NotSpecified",
releaseIndicator: 0,
repetitionSeparator: 0,
segmentTerminator: 0,
segmentTerminatorSuffix: "NotSpecified",
messageAssociationAssignedCode: "string",
messageId: "string",
messageRelease: "string",
messageVersion: "string",
targetNamespace: "string",
}],
envelopeOverrides: [{
applicationPassword: "string",
associationAssignedCode: "string",
controllingAgencyCode: "string",
functionalGroupId: "string",
groupHeaderMessageRelease: "string",
groupHeaderMessageVersion: "string",
messageAssociationAssignedCode: "string",
messageId: "string",
messageRelease: "string",
messageVersion: "string",
receiverApplicationId: "string",
receiverApplicationQualifier: "string",
senderApplicationId: "string",
senderApplicationQualifier: "string",
targetNamespace: "string",
}],
messageFilterList: [{
messageId: "string",
}],
validationOverrides: [{
allowLeadingAndTrailingSpacesAndZeroes: false,
enforceCharacterSet: false,
messageId: "string",
trailingSeparatorPolicy: "string",
trimLeadingAndTrailingSpacesAndZeroes: false,
validateEDITypes: false,
validateXSDTypes: false,
}],
},
receiverBusinessIdentity: {
qualifier: "string",
value: "string",
},
senderBusinessIdentity: {
qualifier: "string",
value: "string",
},
},
},
x12: {
receiveAgreement: {
protocolSettings: {
acknowledgementSettings: {
batchTechnicalAcknowledgements: false,
needImplementationAcknowledgement: false,
sendSynchronousAcknowledgement: false,
acknowledgementControlNumberUpperBound: 0,
batchFunctionalAcknowledgements: false,
batchImplementationAcknowledgements: false,
rolloverAcknowledgementControlNumber: false,
needTechnicalAcknowledgement: false,
acknowledgementControlNumberLowerBound: 0,
needFunctionalAcknowledgement: false,
needLoopForValidMessages: false,
functionalAcknowledgementVersion: "string",
implementationAcknowledgementVersion: "string",
acknowledgementControlNumberPrefix: "string",
acknowledgementControlNumberSuffix: "string",
},
envelopeSettings: {
overwriteExistingTransactionSetControlNumber: false,
transactionSetControlNumberUpperBound: 0,
enableDefaultGroupHeaders: false,
interchangeControlNumberLowerBound: 0,
groupControlNumberLowerBound: 0,
groupControlNumberUpperBound: 0,
groupHeaderAgencyCode: "string",
groupHeaderDateFormat: "string",
groupHeaderTimeFormat: "string",
groupHeaderVersion: "string",
useControlStandardsIdAsRepetitionCharacter: false,
controlVersionNumber: "string",
rolloverGroupControlNumber: false,
receiverApplicationId: "string",
controlStandardsId: 0,
rolloverInterchangeControlNumber: false,
rolloverTransactionSetControlNumber: false,
senderApplicationId: "string",
transactionSetControlNumberLowerBound: 0,
usageIndicator: "string",
interchangeControlNumberUpperBound: 0,
transactionSetControlNumberSuffix: "string",
transactionSetControlNumberPrefix: "string",
functionalGroupId: "string",
},
framingSettings: {
characterSet: "string",
componentSeparator: 0,
dataElementSeparator: 0,
replaceCharacter: 0,
replaceSeparatorsInPayload: false,
segmentTerminator: 0,
segmentTerminatorSuffix: "NotSpecified",
},
messageFilter: {
messageFilterType: "string",
},
processingSettings: {
convertImpliedDecimal: false,
createEmptyXmlTagsForTrailingSeparators: false,
maskSecurityInfo: false,
preserveInterchange: false,
suspendInterchangeOnError: false,
useDotAsDecimalSeparator: false,
},
schemaReferences: [{
messageId: "string",
schemaName: "string",
schemaVersion: "string",
senderApplicationId: "string",
}],
securitySettings: {
authorizationQualifier: "string",
securityQualifier: "string",
authorizationValue: "string",
passwordValue: "string",
},
validationSettings: {
allowLeadingAndTrailingSpacesAndZeroes: false,
checkDuplicateGroupControlNumber: false,
checkDuplicateInterchangeControlNumber: false,
checkDuplicateTransactionSetControlNumber: false,
interchangeControlNumberValidityDays: 0,
trailingSeparatorPolicy: "string",
trimLeadingAndTrailingSpacesAndZeroes: false,
validateCharacterSet: false,
validateEDITypes: false,
validateXSDTypes: false,
},
envelopeOverrides: [{
dateFormat: "string",
headerVersion: "string",
messageId: "string",
protocolVersion: "string",
receiverApplicationId: "string",
responsibleAgencyCode: "string",
senderApplicationId: "string",
targetNamespace: "string",
timeFormat: "string",
functionalIdentifierCode: "string",
}],
messageFilterList: [{
messageId: "string",
}],
validationOverrides: [{
allowLeadingAndTrailingSpacesAndZeroes: false,
messageId: "string",
trailingSeparatorPolicy: "string",
trimLeadingAndTrailingSpacesAndZeroes: false,
validateCharacterSet: false,
validateEDITypes: false,
validateXSDTypes: false,
}],
x12DelimiterOverrides: [{
componentSeparator: 0,
dataElementSeparator: 0,
replaceCharacter: 0,
replaceSeparatorsInPayload: false,
segmentTerminator: 0,
segmentTerminatorSuffix: "NotSpecified",
messageId: "string",
protocolVersion: "string",
targetNamespace: "string",
}],
},
receiverBusinessIdentity: {
qualifier: "string",
value: "string",
},
senderBusinessIdentity: {
qualifier: "string",
value: "string",
},
},
sendAgreement: {
protocolSettings: {
acknowledgementSettings: {
batchTechnicalAcknowledgements: false,
needImplementationAcknowledgement: false,
sendSynchronousAcknowledgement: false,
acknowledgementControlNumberUpperBound: 0,
batchFunctionalAcknowledgements: false,
batchImplementationAcknowledgements: false,
rolloverAcknowledgementControlNumber: false,
needTechnicalAcknowledgement: false,
acknowledgementControlNumberLowerBound: 0,
needFunctionalAcknowledgement: false,
needLoopForValidMessages: false,
functionalAcknowledgementVersion: "string",
implementationAcknowledgementVersion: "string",
acknowledgementControlNumberPrefix: "string",
acknowledgementControlNumberSuffix: "string",
},
envelopeSettings: {
overwriteExistingTransactionSetControlNumber: false,
transactionSetControlNumberUpperBound: 0,
enableDefaultGroupHeaders: false,
interchangeControlNumberLowerBound: 0,
groupControlNumberLowerBound: 0,
groupControlNumberUpperBound: 0,
groupHeaderAgencyCode: "string",
groupHeaderDateFormat: "string",
groupHeaderTimeFormat: "string",
groupHeaderVersion: "string",
useControlStandardsIdAsRepetitionCharacter: false,
controlVersionNumber: "string",
rolloverGroupControlNumber: false,
receiverApplicationId: "string",
controlStandardsId: 0,
rolloverInterchangeControlNumber: false,
rolloverTransactionSetControlNumber: false,
senderApplicationId: "string",
transactionSetControlNumberLowerBound: 0,
usageIndicator: "string",
interchangeControlNumberUpperBound: 0,
transactionSetControlNumberSuffix: "string",
transactionSetControlNumberPrefix: "string",
functionalGroupId: "string",
},
framingSettings: {
characterSet: "string",
componentSeparator: 0,
dataElementSeparator: 0,
replaceCharacter: 0,
replaceSeparatorsInPayload: false,
segmentTerminator: 0,
segmentTerminatorSuffix: "NotSpecified",
},
messageFilter: {
messageFilterType: "string",
},
processingSettings: {
convertImpliedDecimal: false,
createEmptyXmlTagsForTrailingSeparators: false,
maskSecurityInfo: false,
preserveInterchange: false,
suspendInterchangeOnError: false,
useDotAsDecimalSeparator: false,
},
schemaReferences: [{
messageId: "string",
schemaName: "string",
schemaVersion: "string",
senderApplicationId: "string",
}],
securitySettings: {
authorizationQualifier: "string",
securityQualifier: "string",
authorizationValue: "string",
passwordValue: "string",
},
validationSettings: {
allowLeadingAndTrailingSpacesAndZeroes: false,
checkDuplicateGroupControlNumber: false,
checkDuplicateInterchangeControlNumber: false,
checkDuplicateTransactionSetControlNumber: false,
interchangeControlNumberValidityDays: 0,
trailingSeparatorPolicy: "string",
trimLeadingAndTrailingSpacesAndZeroes: false,
validateCharacterSet: false,
validateEDITypes: false,
validateXSDTypes: false,
},
envelopeOverrides: [{
dateFormat: "string",
headerVersion: "string",
messageId: "string",
protocolVersion: "string",
receiverApplicationId: "string",
responsibleAgencyCode: "string",
senderApplicationId: "string",
targetNamespace: "string",
timeFormat: "string",
functionalIdentifierCode: "string",
}],
messageFilterList: [{
messageId: "string",
}],
validationOverrides: [{
allowLeadingAndTrailingSpacesAndZeroes: false,
messageId: "string",
trailingSeparatorPolicy: "string",
trimLeadingAndTrailingSpacesAndZeroes: false,
validateCharacterSet: false,
validateEDITypes: false,
validateXSDTypes: false,
}],
x12DelimiterOverrides: [{
componentSeparator: 0,
dataElementSeparator: 0,
replaceCharacter: 0,
replaceSeparatorsInPayload: false,
segmentTerminator: 0,
segmentTerminatorSuffix: "NotSpecified",
messageId: "string",
protocolVersion: "string",
targetNamespace: "string",
}],
},
receiverBusinessIdentity: {
qualifier: "string",
value: "string",
},
senderBusinessIdentity: {
qualifier: "string",
value: "string",
},
},
},
},
guestIdentity: {
qualifier: "string",
value: "string",
},
guestPartner: "string",
hostIdentity: {
qualifier: "string",
value: "string",
},
hostPartner: "string",
integrationAccountName: "string",
resourceGroupName: "string",
agreementName: "string",
location: "string",
metadata: "any",
tags: {
string: "string",
},
});
type: azure-native:logic:IntegrationAccountAgreement
properties:
agreementName: string
agreementType: NotSpecified
content:
aS2:
receiveAgreement:
protocolSettings:
acknowledgementConnectionSettings:
ignoreCertificateNameMismatch: false
keepHttpConnectionAlive: false
supportHttpStatusCodeContinue: false
unfoldHttpHeaders: false
envelopeSettings:
autogenerateFileName: false
fileNameTemplate: string
messageContentType: string
suspendMessageOnFileNameGenerationError: false
transmitFileNameInMimeHeader: false
errorSettings:
resendIfMDNNotReceived: false
suspendDuplicateMessage: false
mdnSettings:
dispositionNotificationTo: string
mdnText: string
micHashingAlgorithm: string
needMDN: false
receiptDeliveryUrl: string
sendInboundMDNToMessageBox: false
sendMDNAsynchronously: false
signMDN: false
signOutboundMDNIfOptional: false
messageConnectionSettings:
ignoreCertificateNameMismatch: false
keepHttpConnectionAlive: false
supportHttpStatusCodeContinue: false
unfoldHttpHeaders: false
securitySettings:
enableNRRForInboundDecodedMessages: false
enableNRRForInboundEncodedMessages: false
enableNRRForInboundMDN: false
enableNRRForOutboundDecodedMessages: false
enableNRRForOutboundEncodedMessages: false
enableNRRForOutboundMDN: false
encryptionCertificateName: string
overrideGroupSigningCertificate: false
sha2AlgorithmFormat: string
signingCertificateName: string
validationSettings:
checkCertificateRevocationListOnReceive: false
checkCertificateRevocationListOnSend: false
checkDuplicateMessage: false
compressMessage: false
encryptMessage: false
encryptionAlgorithm: string
interchangeDuplicatesValidityDays: 0
overrideMessageProperties: false
signMessage: false
signingAlgorithm: string
receiverBusinessIdentity:
qualifier: string
value: string
senderBusinessIdentity:
qualifier: string
value: string
sendAgreement:
protocolSettings:
acknowledgementConnectionSettings:
ignoreCertificateNameMismatch: false
keepHttpConnectionAlive: false
supportHttpStatusCodeContinue: false
unfoldHttpHeaders: false
envelopeSettings:
autogenerateFileName: false
fileNameTemplate: string
messageContentType: string
suspendMessageOnFileNameGenerationError: false
transmitFileNameInMimeHeader: false
errorSettings:
resendIfMDNNotReceived: false
suspendDuplicateMessage: false
mdnSettings:
dispositionNotificationTo: string
mdnText: string
micHashingAlgorithm: string
needMDN: false
receiptDeliveryUrl: string
sendInboundMDNToMessageBox: false
sendMDNAsynchronously: false
signMDN: false
signOutboundMDNIfOptional: false
messageConnectionSettings:
ignoreCertificateNameMismatch: false
keepHttpConnectionAlive: false
supportHttpStatusCodeContinue: false
unfoldHttpHeaders: false
securitySettings:
enableNRRForInboundDecodedMessages: false
enableNRRForInboundEncodedMessages: false
enableNRRForInboundMDN: false
enableNRRForOutboundDecodedMessages: false
enableNRRForOutboundEncodedMessages: false
enableNRRForOutboundMDN: false
encryptionCertificateName: string
overrideGroupSigningCertificate: false
sha2AlgorithmFormat: string
signingCertificateName: string
validationSettings:
checkCertificateRevocationListOnReceive: false
checkCertificateRevocationListOnSend: false
checkDuplicateMessage: false
compressMessage: false
encryptMessage: false
encryptionAlgorithm: string
interchangeDuplicatesValidityDays: 0
overrideMessageProperties: false
signMessage: false
signingAlgorithm: string
receiverBusinessIdentity:
qualifier: string
value: string
senderBusinessIdentity:
qualifier: string
value: string
edifact:
receiveAgreement:
protocolSettings:
acknowledgementSettings:
acknowledgementControlNumberLowerBound: 0
acknowledgementControlNumberPrefix: string
acknowledgementControlNumberSuffix: string
acknowledgementControlNumberUpperBound: 0
batchFunctionalAcknowledgements: false
batchTechnicalAcknowledgements: false
needFunctionalAcknowledgement: false
needLoopForValidMessages: false
needTechnicalAcknowledgement: false
rolloverAcknowledgementControlNumber: false
sendSynchronousAcknowledgement: false
edifactDelimiterOverrides:
- componentSeparator: 0
dataElementSeparator: 0
decimalPointIndicator: NotSpecified
messageAssociationAssignedCode: string
messageId: string
messageRelease: string
messageVersion: string
releaseIndicator: 0
repetitionSeparator: 0
segmentTerminator: 0
segmentTerminatorSuffix: NotSpecified
targetNamespace: string
envelopeOverrides:
- applicationPassword: string
associationAssignedCode: string
controllingAgencyCode: string
functionalGroupId: string
groupHeaderMessageRelease: string
groupHeaderMessageVersion: string
messageAssociationAssignedCode: string
messageId: string
messageRelease: string
messageVersion: string
receiverApplicationId: string
receiverApplicationQualifier: string
senderApplicationId: string
senderApplicationQualifier: string
targetNamespace: string
envelopeSettings:
applicationReferenceId: string
applyDelimiterStringAdvice: false
communicationAgreementId: string
createGroupingSegments: false
enableDefaultGroupHeaders: false
functionalGroupId: string
groupApplicationPassword: string
groupApplicationReceiverId: string
groupApplicationReceiverQualifier: string
groupApplicationSenderId: string
groupApplicationSenderQualifier: string
groupAssociationAssignedCode: string
groupControlNumberLowerBound: 0
groupControlNumberPrefix: string
groupControlNumberSuffix: string
groupControlNumberUpperBound: 0
groupControllingAgencyCode: string
groupMessageRelease: string
groupMessageVersion: string
interchangeControlNumberLowerBound: 0
interchangeControlNumberPrefix: string
interchangeControlNumberSuffix: string
interchangeControlNumberUpperBound: 0
isTestInterchange: false
overwriteExistingTransactionSetControlNumber: false
processingPriorityCode: string
receiverInternalIdentification: string
receiverInternalSubIdentification: string
receiverReverseRoutingAddress: string
recipientReferencePasswordQualifier: string
recipientReferencePasswordValue: string
rolloverGroupControlNumber: false
rolloverInterchangeControlNumber: false
rolloverTransactionSetControlNumber: false
senderInternalIdentification: string
senderInternalSubIdentification: string
senderReverseRoutingAddress: string
transactionSetControlNumberLowerBound: 0
transactionSetControlNumberPrefix: string
transactionSetControlNumberSuffix: string
transactionSetControlNumberUpperBound: 0
framingSettings:
characterEncoding: string
characterSet: string
componentSeparator: 0
dataElementSeparator: 0
decimalPointIndicator: NotSpecified
protocolVersion: 0
releaseIndicator: 0
repetitionSeparator: 0
segmentTerminator: 0
segmentTerminatorSuffix: NotSpecified
serviceCodeListDirectoryVersion: string
messageFilter:
messageFilterType: string
messageFilterList:
- messageId: string
processingSettings:
createEmptyXmlTagsForTrailingSeparators: false
maskSecurityInfo: false
preserveInterchange: false
suspendInterchangeOnError: false
useDotAsDecimalSeparator: false
schemaReferences:
- associationAssignedCode: string
messageId: string
messageRelease: string
messageVersion: string
schemaName: string
senderApplicationId: string
senderApplicationQualifier: string
validationOverrides:
- allowLeadingAndTrailingSpacesAndZeroes: false
enforceCharacterSet: false
messageId: string
trailingSeparatorPolicy: string
trimLeadingAndTrailingSpacesAndZeroes: false
validateEDITypes: false
validateXSDTypes: false
validationSettings:
allowLeadingAndTrailingSpacesAndZeroes: false
checkDuplicateGroupControlNumber: false
checkDuplicateInterchangeControlNumber: false
checkDuplicateTransactionSetControlNumber: false
interchangeControlNumberValidityDays: 0
trailingSeparatorPolicy: string
trimLeadingAndTrailingSpacesAndZeroes: false
validateCharacterSet: false
validateEDITypes: false
validateXSDTypes: false
receiverBusinessIdentity:
qualifier: string
value: string
senderBusinessIdentity:
qualifier: string
value: string
sendAgreement:
protocolSettings:
acknowledgementSettings:
acknowledgementControlNumberLowerBound: 0
acknowledgementControlNumberPrefix: string
acknowledgementControlNumberSuffix: string
acknowledgementControlNumberUpperBound: 0
batchFunctionalAcknowledgements: false
batchTechnicalAcknowledgements: false
needFunctionalAcknowledgement: false
needLoopForValidMessages: false
needTechnicalAcknowledgement: false
rolloverAcknowledgementControlNumber: false
sendSynchronousAcknowledgement: false
edifactDelimiterOverrides:
- componentSeparator: 0
dataElementSeparator: 0
decimalPointIndicator: NotSpecified
messageAssociationAssignedCode: string
messageId: string
messageRelease: string
messageVersion: string
releaseIndicator: 0
repetitionSeparator: 0
segmentTerminator: 0
segmentTerminatorSuffix: NotSpecified
targetNamespace: string
envelopeOverrides:
- applicationPassword: string
associationAssignedCode: string
controllingAgencyCode: string
functionalGroupId: string
groupHeaderMessageRelease: string
groupHeaderMessageVersion: string
messageAssociationAssignedCode: string
messageId: string
messageRelease: string
messageVersion: string
receiverApplicationId: string
receiverApplicationQualifier: string
senderApplicationId: string
senderApplicationQualifier: string
targetNamespace: string
envelopeSettings:
applicationReferenceId: string
applyDelimiterStringAdvice: false
communicationAgreementId: string
createGroupingSegments: false
enableDefaultGroupHeaders: false
functionalGroupId: string
groupApplicationPassword: string
groupApplicationReceiverId: string
groupApplicationReceiverQualifier: string
groupApplicationSenderId: string
groupApplicationSenderQualifier: string
groupAssociationAssignedCode: string
groupControlNumberLowerBound: 0
groupControlNumberPrefix: string
groupControlNumberSuffix: string
groupControlNumberUpperBound: 0
groupControllingAgencyCode: string
groupMessageRelease: string
groupMessageVersion: string
interchangeControlNumberLowerBound: 0
interchangeControlNumberPrefix: string
interchangeControlNumberSuffix: string
interchangeControlNumberUpperBound: 0
isTestInterchange: false
overwriteExistingTransactionSetControlNumber: false
processingPriorityCode: string
receiverInternalIdentification: string
receiverInternalSubIdentification: string
receiverReverseRoutingAddress: string
recipientReferencePasswordQualifier: string
recipientReferencePasswordValue: string
rolloverGroupControlNumber: false
rolloverInterchangeControlNumber: false
rolloverTransactionSetControlNumber: false
senderInternalIdentification: string
senderInternalSubIdentification: string
senderReverseRoutingAddress: string
transactionSetControlNumberLowerBound: 0
transactionSetControlNumberPrefix: string
transactionSetControlNumberSuffix: string
transactionSetControlNumberUpperBound: 0
framingSettings:
characterEncoding: string
characterSet: string
componentSeparator: 0
dataElementSeparator: 0
decimalPointIndicator: NotSpecified
protocolVersion: 0
releaseIndicator: 0
repetitionSeparator: 0
segmentTerminator: 0
segmentTerminatorSuffix: NotSpecified
serviceCodeListDirectoryVersion: string
messageFilter:
messageFilterType: string
messageFilterList:
- messageId: string
processingSettings:
createEmptyXmlTagsForTrailingSeparators: false
maskSecurityInfo: false
preserveInterchange: false
suspendInterchangeOnError: false
useDotAsDecimalSeparator: false
schemaReferences:
- associationAssignedCode: string
messageId: string
messageRelease: string
messageVersion: string
schemaName: string
senderApplicationId: string
senderApplicationQualifier: string
validationOverrides:
- allowLeadingAndTrailingSpacesAndZeroes: false
enforceCharacterSet: false
messageId: string
trailingSeparatorPolicy: string
trimLeadingAndTrailingSpacesAndZeroes: false
validateEDITypes: false
validateXSDTypes: false
validationSettings:
allowLeadingAndTrailingSpacesAndZeroes: false
checkDuplicateGroupControlNumber: false
checkDuplicateInterchangeControlNumber: false
checkDuplicateTransactionSetControlNumber: false
interchangeControlNumberValidityDays: 0
trailingSeparatorPolicy: string
trimLeadingAndTrailingSpacesAndZeroes: false
validateCharacterSet: false
validateEDITypes: false
validateXSDTypes: false
receiverBusinessIdentity:
qualifier: string
value: string
senderBusinessIdentity:
qualifier: string
value: string
x12:
receiveAgreement:
protocolSettings:
acknowledgementSettings:
acknowledgementControlNumberLowerBound: 0
acknowledgementControlNumberPrefix: string
acknowledgementControlNumberSuffix: string
acknowledgementControlNumberUpperBound: 0
batchFunctionalAcknowledgements: false
batchImplementationAcknowledgements: false
batchTechnicalAcknowledgements: false
functionalAcknowledgementVersion: string
implementationAcknowledgementVersion: string
needFunctionalAcknowledgement: false
needImplementationAcknowledgement: false
needLoopForValidMessages: false
needTechnicalAcknowledgement: false
rolloverAcknowledgementControlNumber: false
sendSynchronousAcknowledgement: false
envelopeOverrides:
- dateFormat: string
functionalIdentifierCode: string
headerVersion: string
messageId: string
protocolVersion: string
receiverApplicationId: string
responsibleAgencyCode: string
senderApplicationId: string
targetNamespace: string
timeFormat: string
envelopeSettings:
controlStandardsId: 0
controlVersionNumber: string
enableDefaultGroupHeaders: false
functionalGroupId: string
groupControlNumberLowerBound: 0
groupControlNumberUpperBound: 0
groupHeaderAgencyCode: string
groupHeaderDateFormat: string
groupHeaderTimeFormat: string
groupHeaderVersion: string
interchangeControlNumberLowerBound: 0
interchangeControlNumberUpperBound: 0
overwriteExistingTransactionSetControlNumber: false
receiverApplicationId: string
rolloverGroupControlNumber: false
rolloverInterchangeControlNumber: false
rolloverTransactionSetControlNumber: false
senderApplicationId: string
transactionSetControlNumberLowerBound: 0
transactionSetControlNumberPrefix: string
transactionSetControlNumberSuffix: string
transactionSetControlNumberUpperBound: 0
usageIndicator: string
useControlStandardsIdAsRepetitionCharacter: false
framingSettings:
characterSet: string
componentSeparator: 0
dataElementSeparator: 0
replaceCharacter: 0
replaceSeparatorsInPayload: false
segmentTerminator: 0
segmentTerminatorSuffix: NotSpecified
messageFilter:
messageFilterType: string
messageFilterList:
- messageId: string
processingSettings:
convertImpliedDecimal: false
createEmptyXmlTagsForTrailingSeparators: false
maskSecurityInfo: false
preserveInterchange: false
suspendInterchangeOnError: false
useDotAsDecimalSeparator: false
schemaReferences:
- messageId: string
schemaName: string
schemaVersion: string
senderApplicationId: string
securitySettings:
authorizationQualifier: string
authorizationValue: string
passwordValue: string
securityQualifier: string
validationOverrides:
- allowLeadingAndTrailingSpacesAndZeroes: false
messageId: string
trailingSeparatorPolicy: string
trimLeadingAndTrailingSpacesAndZeroes: false
validateCharacterSet: false
validateEDITypes: false
validateXSDTypes: false
validationSettings:
allowLeadingAndTrailingSpacesAndZeroes: false
checkDuplicateGroupControlNumber: false
checkDuplicateInterchangeControlNumber: false
checkDuplicateTransactionSetControlNumber: false
interchangeControlNumberValidityDays: 0
trailingSeparatorPolicy: string
trimLeadingAndTrailingSpacesAndZeroes: false
validateCharacterSet: false
validateEDITypes: false
validateXSDTypes: false
x12DelimiterOverrides:
- componentSeparator: 0
dataElementSeparator: 0
messageId: string
protocolVersion: string
replaceCharacter: 0
replaceSeparatorsInPayload: false
segmentTerminator: 0
segmentTerminatorSuffix: NotSpecified
targetNamespace: string
receiverBusinessIdentity:
qualifier: string
value: string
senderBusinessIdentity:
qualifier: string
value: string
sendAgreement:
protocolSettings:
acknowledgementSettings:
acknowledgementControlNumberLowerBound: 0
acknowledgementControlNumberPrefix: string
acknowledgementControlNumberSuffix: string
acknowledgementControlNumberUpperBound: 0
batchFunctionalAcknowledgements: false
batchImplementationAcknowledgements: false
batchTechnicalAcknowledgements: false
functionalAcknowledgementVersion: string
implementationAcknowledgementVersion: string
needFunctionalAcknowledgement: false
needImplementationAcknowledgement: false
needLoopForValidMessages: false
needTechnicalAcknowledgement: false
rolloverAcknowledgementControlNumber: false
sendSynchronousAcknowledgement: false
envelopeOverrides:
- dateFormat: string
functionalIdentifierCode: string
headerVersion: string
messageId: string
protocolVersion: string
receiverApplicationId: string
responsibleAgencyCode: string
senderApplicationId: string
targetNamespace: string
timeFormat: string
envelopeSettings:
controlStandardsId: 0
controlVersionNumber: string
enableDefaultGroupHeaders: false
functionalGroupId: string
groupControlNumberLowerBound: 0
groupControlNumberUpperBound: 0
groupHeaderAgencyCode: string
groupHeaderDateFormat: string
groupHeaderTimeFormat: string
groupHeaderVersion: string
interchangeControlNumberLowerBound: 0
interchangeControlNumberUpperBound: 0
overwriteExistingTransactionSetControlNumber: false
receiverApplicationId: string
rolloverGroupControlNumber: false
rolloverInterchangeControlNumber: false
rolloverTransactionSetControlNumber: false
senderApplicationId: string
transactionSetControlNumberLowerBound: 0
transactionSetControlNumberPrefix: string
transactionSetControlNumberSuffix: string
transactionSetControlNumberUpperBound: 0
usageIndicator: string
useControlStandardsIdAsRepetitionCharacter: false
framingSettings:
characterSet: string
componentSeparator: 0
dataElementSeparator: 0
replaceCharacter: 0
replaceSeparatorsInPayload: false
segmentTerminator: 0
segmentTerminatorSuffix: NotSpecified
messageFilter:
messageFilterType: string
messageFilterList:
- messageId: string
processingSettings:
convertImpliedDecimal: false
createEmptyXmlTagsForTrailingSeparators: false
maskSecurityInfo: false
preserveInterchange: false
suspendInterchangeOnError: false
useDotAsDecimalSeparator: false
schemaReferences:
- messageId: string
schemaName: string
schemaVersion: string
senderApplicationId: string
securitySettings:
authorizationQualifier: string
authorizationValue: string
passwordValue: string
securityQualifier: string
validationOverrides:
- allowLeadingAndTrailingSpacesAndZeroes: false
messageId: string
trailingSeparatorPolicy: string
trimLeadingAndTrailingSpacesAndZeroes: false
validateCharacterSet: false
validateEDITypes: false
validateXSDTypes: false
validationSettings:
allowLeadingAndTrailingSpacesAndZeroes: false
checkDuplicateGroupControlNumber: false
checkDuplicateInterchangeControlNumber: false
checkDuplicateTransactionSetControlNumber: false
interchangeControlNumberValidityDays: 0
trailingSeparatorPolicy: string
trimLeadingAndTrailingSpacesAndZeroes: false
validateCharacterSet: false
validateEDITypes: false
validateXSDTypes: false
x12DelimiterOverrides:
- componentSeparator: 0
dataElementSeparator: 0
messageId: string
protocolVersion: string
replaceCharacter: 0
replaceSeparatorsInPayload: false
segmentTerminator: 0
segmentTerminatorSuffix: NotSpecified
targetNamespace: string
receiverBusinessIdentity:
qualifier: string
value: string
senderBusinessIdentity:
qualifier: string
value: string
guestIdentity:
qualifier: string
value: string
guestPartner: string
hostIdentity:
qualifier: string
value: string
hostPartner: string
integrationAccountName: string
location: string
metadata: any
resourceGroupName: string
tags:
string: string
IntegrationAccountAgreement Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The IntegrationAccountAgreement resource accepts the following input properties:
- Agreement
Type Pulumi.Azure Native. Logic. Agreement Type - The agreement type.
- Content
Pulumi.
Azure Native. Logic. Inputs. Agreement Content - The agreement content.
- Guest
Identity Pulumi.Azure Native. Logic. Inputs. Business Identity - The business identity of the guest partner.
- Guest
Partner string - The integration account partner that is set as guest partner for this agreement.
- Host
Identity Pulumi.Azure Native. Logic. Inputs. Business Identity - The business identity of the host partner.
- Host
Partner string - The integration account partner that is set as host partner for this agreement.
- Integration
Account stringName - The integration account name.
- Resource
Group stringName - The resource group name.
- Agreement
Name string - The integration account agreement name.
- Location string
- The resource location.
- Metadata object
- The metadata.
- Dictionary<string, string>
- The resource tags.
- Agreement
Type AgreementType - The agreement type.
- Content
Agreement
Content Args - The agreement content.
- Guest
Identity BusinessIdentity Args - The business identity of the guest partner.
- Guest
Partner string - The integration account partner that is set as guest partner for this agreement.
- Host
Identity BusinessIdentity Args - The business identity of the host partner.
- Host
Partner string - The integration account partner that is set as host partner for this agreement.
- Integration
Account stringName - The integration account name.
- Resource
Group stringName - The resource group name.
- Agreement
Name string - The integration account agreement name.
- Location string
- The resource location.
- Metadata interface{}
- The metadata.
- map[string]string
- The resource tags.
- agreement
Type AgreementType - The agreement type.
- content
Agreement
Content - The agreement content.
- guest
Identity BusinessIdentity - The business identity of the guest partner.
- guest
Partner String - The integration account partner that is set as guest partner for this agreement.
- host
Identity BusinessIdentity - The business identity of the host partner.
- host
Partner String - The integration account partner that is set as host partner for this agreement.
- integration
Account StringName - The integration account name.
- resource
Group StringName - The resource group name.
- agreement
Name String - The integration account agreement name.
- location String
- The resource location.
- metadata Object
- The metadata.
- Map<String,String>
- The resource tags.
- agreement
Type AgreementType - The agreement type.
- content
Agreement
Content - The agreement content.
- guest
Identity BusinessIdentity - The business identity of the guest partner.
- guest
Partner string - The integration account partner that is set as guest partner for this agreement.
- host
Identity BusinessIdentity - The business identity of the host partner.
- host
Partner string - The integration account partner that is set as host partner for this agreement.
- integration
Account stringName - The integration account name.
- resource
Group stringName - The resource group name.
- agreement
Name string - The integration account agreement name.
- location string
- The resource location.
- metadata any
- The metadata.
- {[key: string]: string}
- The resource tags.
- agreement_
type AgreementType - The agreement type.
- content
Agreement
Content Args - The agreement content.
- guest_
identity BusinessIdentity Args - The business identity of the guest partner.
- guest_
partner str - The integration account partner that is set as guest partner for this agreement.
- host_
identity BusinessIdentity Args - The business identity of the host partner.
- host_
partner str - The integration account partner that is set as host partner for this agreement.
- integration_
account_ strname - The integration account name.
- resource_
group_ strname - The resource group name.
- agreement_
name str - The integration account agreement name.
- location str
- The resource location.
- metadata Any
- The metadata.
- Mapping[str, str]
- The resource tags.
- agreement
Type "NotSpecified" | "AS2" | "X12" | "Edifact" - The agreement type.
- content Property Map
- The agreement content.
- guest
Identity Property Map - The business identity of the guest partner.
- guest
Partner String - The integration account partner that is set as guest partner for this agreement.
- host
Identity Property Map - The business identity of the host partner.
- host
Partner String - The integration account partner that is set as host partner for this agreement.
- integration
Account StringName - The integration account name.
- resource
Group StringName - The resource group name.
- agreement
Name String - The integration account agreement name.
- location String
- The resource location.
- metadata Any
- The metadata.
- Map<String>
- The resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the IntegrationAccountAgreement resource produces the following output properties:
- Changed
Time string - The changed time.
- Created
Time string - The created time.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Gets the resource name.
- Type string
- Gets the resource type.
- Changed
Time string - The changed time.
- Created
Time string - The created time.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Gets the resource name.
- Type string
- Gets the resource type.
- changed
Time String - The changed time.
- created
Time String - The created time.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Gets the resource name.
- type String
- Gets the resource type.
- changed
Time string - The changed time.
- created
Time string - The created time.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Gets the resource name.
- type string
- Gets the resource type.
- changed_
time str - The changed time.
- created_
time str - The created time.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Gets the resource name.
- type str
- Gets the resource type.
- changed
Time String - The changed time.
- created
Time String - The created time.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Gets the resource name.
- type String
- Gets the resource type.
Supporting Types
AS2AcknowledgementConnectionSettings, AS2AcknowledgementConnectionSettingsArgs
- Ignore
Certificate boolName Mismatch - Indicates whether to ignore mismatch in certificate name.
- Keep
Http boolConnection Alive - Indicates whether to keep the connection alive.
- Support
Http boolStatus Code Continue - Indicates whether to support HTTP status code 'CONTINUE'.
- Unfold
Http boolHeaders - Indicates whether to unfold the HTTP headers.
- Ignore
Certificate boolName Mismatch - Indicates whether to ignore mismatch in certificate name.
- Keep
Http boolConnection Alive - Indicates whether to keep the connection alive.
- Support
Http boolStatus Code Continue - Indicates whether to support HTTP status code 'CONTINUE'.
- Unfold
Http boolHeaders - Indicates whether to unfold the HTTP headers.
- ignore
Certificate BooleanName Mismatch - Indicates whether to ignore mismatch in certificate name.
- keep
Http BooleanConnection Alive - Indicates whether to keep the connection alive.
- support
Http BooleanStatus Code Continue - Indicates whether to support HTTP status code 'CONTINUE'.
- unfold
Http BooleanHeaders - Indicates whether to unfold the HTTP headers.
- ignore
Certificate booleanName Mismatch - Indicates whether to ignore mismatch in certificate name.
- keep
Http booleanConnection Alive - Indicates whether to keep the connection alive.
- support
Http booleanStatus Code Continue - Indicates whether to support HTTP status code 'CONTINUE'.
- unfold
Http booleanHeaders - Indicates whether to unfold the HTTP headers.
- ignore_
certificate_ boolname_ mismatch - Indicates whether to ignore mismatch in certificate name.
- keep_
http_ boolconnection_ alive - Indicates whether to keep the connection alive.
- support_
http_ boolstatus_ code_ continue - Indicates whether to support HTTP status code 'CONTINUE'.
- unfold_
http_ boolheaders - Indicates whether to unfold the HTTP headers.
- ignore
Certificate BooleanName Mismatch - Indicates whether to ignore mismatch in certificate name.
- keep
Http BooleanConnection Alive - Indicates whether to keep the connection alive.
- support
Http BooleanStatus Code Continue - Indicates whether to support HTTP status code 'CONTINUE'.
- unfold
Http BooleanHeaders - Indicates whether to unfold the HTTP headers.
AS2AcknowledgementConnectionSettingsResponse, AS2AcknowledgementConnectionSettingsResponseArgs
- Ignore
Certificate boolName Mismatch - Indicates whether to ignore mismatch in certificate name.
- Keep
Http boolConnection Alive - Indicates whether to keep the connection alive.
- Support
Http boolStatus Code Continue - Indicates whether to support HTTP status code 'CONTINUE'.
- Unfold
Http boolHeaders - Indicates whether to unfold the HTTP headers.
- Ignore
Certificate boolName Mismatch - Indicates whether to ignore mismatch in certificate name.
- Keep
Http boolConnection Alive - Indicates whether to keep the connection alive.
- Support
Http boolStatus Code Continue - Indicates whether to support HTTP status code 'CONTINUE'.
- Unfold
Http boolHeaders - Indicates whether to unfold the HTTP headers.
- ignore
Certificate BooleanName Mismatch - Indicates whether to ignore mismatch in certificate name.
- keep
Http BooleanConnection Alive - Indicates whether to keep the connection alive.
- support
Http BooleanStatus Code Continue - Indicates whether to support HTTP status code 'CONTINUE'.
- unfold
Http BooleanHeaders - Indicates whether to unfold the HTTP headers.
- ignore
Certificate booleanName Mismatch - Indicates whether to ignore mismatch in certificate name.
- keep
Http booleanConnection Alive - Indicates whether to keep the connection alive.
- support
Http booleanStatus Code Continue - Indicates whether to support HTTP status code 'CONTINUE'.
- unfold
Http booleanHeaders - Indicates whether to unfold the HTTP headers.
- ignore_
certificate_ boolname_ mismatch - Indicates whether to ignore mismatch in certificate name.
- keep_
http_ boolconnection_ alive - Indicates whether to keep the connection alive.
- support_
http_ boolstatus_ code_ continue - Indicates whether to support HTTP status code 'CONTINUE'.
- unfold_
http_ boolheaders - Indicates whether to unfold the HTTP headers.
- ignore
Certificate BooleanName Mismatch - Indicates whether to ignore mismatch in certificate name.
- keep
Http BooleanConnection Alive - Indicates whether to keep the connection alive.
- support
Http BooleanStatus Code Continue - Indicates whether to support HTTP status code 'CONTINUE'.
- unfold
Http BooleanHeaders - Indicates whether to unfold the HTTP headers.
AS2AgreementContent, AS2AgreementContentArgs
- Receive
Agreement Pulumi.Azure Native. Logic. Inputs. AS2One Way Agreement - The AS2 one-way receive agreement.
- Send
Agreement Pulumi.Azure Native. Logic. Inputs. AS2One Way Agreement - The AS2 one-way send agreement.
- Receive
Agreement AS2OneWay Agreement - The AS2 one-way receive agreement.
- Send
Agreement AS2OneWay Agreement - The AS2 one-way send agreement.
- receive
Agreement AS2OneWay Agreement - The AS2 one-way receive agreement.
- send
Agreement AS2OneWay Agreement - The AS2 one-way send agreement.
- receive
Agreement AS2OneWay Agreement - The AS2 one-way receive agreement.
- send
Agreement AS2OneWay Agreement - The AS2 one-way send agreement.
- receive_
agreement AS2OneWay Agreement - The AS2 one-way receive agreement.
- send_
agreement AS2OneWay Agreement - The AS2 one-way send agreement.
- receive
Agreement Property Map - The AS2 one-way receive agreement.
- send
Agreement Property Map - The AS2 one-way send agreement.
AS2AgreementContentResponse, AS2AgreementContentResponseArgs
- Receive
Agreement Pulumi.Azure Native. Logic. Inputs. AS2One Way Agreement Response - The AS2 one-way receive agreement.
- Send
Agreement Pulumi.Azure Native. Logic. Inputs. AS2One Way Agreement Response - The AS2 one-way send agreement.
- Receive
Agreement AS2OneWay Agreement Response - The AS2 one-way receive agreement.
- Send
Agreement AS2OneWay Agreement Response - The AS2 one-way send agreement.
- receive
Agreement AS2OneWay Agreement Response - The AS2 one-way receive agreement.
- send
Agreement AS2OneWay Agreement Response - The AS2 one-way send agreement.
- receive
Agreement AS2OneWay Agreement Response - The AS2 one-way receive agreement.
- send
Agreement AS2OneWay Agreement Response - The AS2 one-way send agreement.
- receive_
agreement AS2OneWay Agreement Response - The AS2 one-way receive agreement.
- send_
agreement AS2OneWay Agreement Response - The AS2 one-way send agreement.
- receive
Agreement Property Map - The AS2 one-way receive agreement.
- send
Agreement Property Map - The AS2 one-way send agreement.
AS2EnvelopeSettings, AS2EnvelopeSettingsArgs
- Autogenerate
File boolName - The value indicating whether to auto generate file name.
- File
Name stringTemplate - The template for file name.
- Message
Content stringType - The message content type.
- Suspend
Message boolOn File Name Generation Error - The value indicating whether to suspend message on file name generation error.
- Transmit
File boolName In Mime Header - The value indicating whether to transmit file name in mime header.
- Autogenerate
File boolName - The value indicating whether to auto generate file name.
- File
Name stringTemplate - The template for file name.
- Message
Content stringType - The message content type.
- Suspend
Message boolOn File Name Generation Error - The value indicating whether to suspend message on file name generation error.
- Transmit
File boolName In Mime Header - The value indicating whether to transmit file name in mime header.
- autogenerate
File BooleanName - The value indicating whether to auto generate file name.
- file
Name StringTemplate - The template for file name.
- message
Content StringType - The message content type.
- suspend
Message BooleanOn File Name Generation Error - The value indicating whether to suspend message on file name generation error.
- transmit
File BooleanName In Mime Header - The value indicating whether to transmit file name in mime header.
- autogenerate
File booleanName - The value indicating whether to auto generate file name.
- file
Name stringTemplate - The template for file name.
- message
Content stringType - The message content type.
- suspend
Message booleanOn File Name Generation Error - The value indicating whether to suspend message on file name generation error.
- transmit
File booleanName In Mime Header - The value indicating whether to transmit file name in mime header.
- autogenerate_
file_ boolname - The value indicating whether to auto generate file name.
- file_
name_ strtemplate - The template for file name.
- message_
content_ strtype - The message content type.
- suspend_
message_ boolon_ file_ name_ generation_ error - The value indicating whether to suspend message on file name generation error.
- transmit_
file_ boolname_ in_ mime_ header - The value indicating whether to transmit file name in mime header.
- autogenerate
File BooleanName - The value indicating whether to auto generate file name.
- file
Name StringTemplate - The template for file name.
- message
Content StringType - The message content type.
- suspend
Message BooleanOn File Name Generation Error - The value indicating whether to suspend message on file name generation error.
- transmit
File BooleanName In Mime Header - The value indicating whether to transmit file name in mime header.
AS2EnvelopeSettingsResponse, AS2EnvelopeSettingsResponseArgs
- Autogenerate
File boolName - The value indicating whether to auto generate file name.
- File
Name stringTemplate - The template for file name.
- Message
Content stringType - The message content type.
- Suspend
Message boolOn File Name Generation Error - The value indicating whether to suspend message on file name generation error.
- Transmit
File boolName In Mime Header - The value indicating whether to transmit file name in mime header.
- Autogenerate
File boolName - The value indicating whether to auto generate file name.
- File
Name stringTemplate - The template for file name.
- Message
Content stringType - The message content type.
- Suspend
Message boolOn File Name Generation Error - The value indicating whether to suspend message on file name generation error.
- Transmit
File boolName In Mime Header - The value indicating whether to transmit file name in mime header.
- autogenerate
File BooleanName - The value indicating whether to auto generate file name.
- file
Name StringTemplate - The template for file name.
- message
Content StringType - The message content type.
- suspend
Message BooleanOn File Name Generation Error - The value indicating whether to suspend message on file name generation error.
- transmit
File BooleanName In Mime Header - The value indicating whether to transmit file name in mime header.
- autogenerate
File booleanName - The value indicating whether to auto generate file name.
- file
Name stringTemplate - The template for file name.
- message
Content stringType - The message content type.
- suspend
Message booleanOn File Name Generation Error - The value indicating whether to suspend message on file name generation error.
- transmit
File booleanName In Mime Header - The value indicating whether to transmit file name in mime header.
- autogenerate_
file_ boolname - The value indicating whether to auto generate file name.
- file_
name_ strtemplate - The template for file name.
- message_
content_ strtype - The message content type.
- suspend_
message_ boolon_ file_ name_ generation_ error - The value indicating whether to suspend message on file name generation error.
- transmit_
file_ boolname_ in_ mime_ header - The value indicating whether to transmit file name in mime header.
- autogenerate
File BooleanName - The value indicating whether to auto generate file name.
- file
Name StringTemplate - The template for file name.
- message
Content StringType - The message content type.
- suspend
Message BooleanOn File Name Generation Error - The value indicating whether to suspend message on file name generation error.
- transmit
File BooleanName In Mime Header - The value indicating whether to transmit file name in mime header.
AS2ErrorSettings, AS2ErrorSettingsArgs
- Resend
If boolMDNNot Received - The value indicating whether to resend message If MDN is not received.
- Suspend
Duplicate boolMessage - The value indicating whether to suspend duplicate message.
- Resend
If boolMDNNot Received - The value indicating whether to resend message If MDN is not received.
- Suspend
Duplicate boolMessage - The value indicating whether to suspend duplicate message.
- resend
If BooleanMDNNot Received - The value indicating whether to resend message If MDN is not received.
- suspend
Duplicate BooleanMessage - The value indicating whether to suspend duplicate message.
- resend
If booleanMDNNot Received - The value indicating whether to resend message If MDN is not received.
- suspend
Duplicate booleanMessage - The value indicating whether to suspend duplicate message.
- resend_
if_ boolmdn_ not_ received - The value indicating whether to resend message If MDN is not received.
- suspend_
duplicate_ boolmessage - The value indicating whether to suspend duplicate message.
- resend
If BooleanMDNNot Received - The value indicating whether to resend message If MDN is not received.
- suspend
Duplicate BooleanMessage - The value indicating whether to suspend duplicate message.
AS2ErrorSettingsResponse, AS2ErrorSettingsResponseArgs
- Resend
If boolMDNNot Received - The value indicating whether to resend message If MDN is not received.
- Suspend
Duplicate boolMessage - The value indicating whether to suspend duplicate message.
- Resend
If boolMDNNot Received - The value indicating whether to resend message If MDN is not received.
- Suspend
Duplicate boolMessage - The value indicating whether to suspend duplicate message.
- resend
If BooleanMDNNot Received - The value indicating whether to resend message If MDN is not received.
- suspend
Duplicate BooleanMessage - The value indicating whether to suspend duplicate message.
- resend
If booleanMDNNot Received - The value indicating whether to resend message If MDN is not received.
- suspend
Duplicate booleanMessage - The value indicating whether to suspend duplicate message.
- resend_
if_ boolmdn_ not_ received - The value indicating whether to resend message If MDN is not received.
- suspend_
duplicate_ boolmessage - The value indicating whether to suspend duplicate message.
- resend
If BooleanMDNNot Received - The value indicating whether to resend message If MDN is not received.
- suspend
Duplicate BooleanMessage - The value indicating whether to suspend duplicate message.
AS2MdnSettings, AS2MdnSettingsArgs
- Mic
Hashing string | Pulumi.Algorithm Azure Native. Logic. Hashing Algorithm - The signing or hashing algorithm.
- Need
MDN bool - The value indicating whether to send or request a MDN.
- Send
Inbound boolMDNTo Message Box - The value indicating whether to send inbound MDN to message box.
- Send
MDNAsynchronously bool - The value indicating whether to send the asynchronous MDN.
- Sign
MDN bool - The value indicating whether the MDN needs to be signed or not.
- Sign
Outbound boolMDNIf Optional - The value indicating whether to sign the outbound MDN if optional.
- Disposition
Notification stringTo - The disposition notification to header value.
- Mdn
Text string - The MDN text.
- Receipt
Delivery stringUrl - The receipt delivery URL.
- Mic
Hashing string | HashingAlgorithm Algorithm - The signing or hashing algorithm.
- Need
MDN bool - The value indicating whether to send or request a MDN.
- Send
Inbound boolMDNTo Message Box - The value indicating whether to send inbound MDN to message box.
- Send
MDNAsynchronously bool - The value indicating whether to send the asynchronous MDN.
- Sign
MDN bool - The value indicating whether the MDN needs to be signed or not.
- Sign
Outbound boolMDNIf Optional - The value indicating whether to sign the outbound MDN if optional.
- Disposition
Notification stringTo - The disposition notification to header value.
- Mdn
Text string - The MDN text.
- Receipt
Delivery stringUrl - The receipt delivery URL.
- mic
Hashing String | HashingAlgorithm Algorithm - The signing or hashing algorithm.
- need
MDN Boolean - The value indicating whether to send or request a MDN.
- send
Inbound BooleanMDNTo Message Box - The value indicating whether to send inbound MDN to message box.
- send
MDNAsynchronously Boolean - The value indicating whether to send the asynchronous MDN.
- sign
MDN Boolean - The value indicating whether the MDN needs to be signed or not.
- sign
Outbound BooleanMDNIf Optional - The value indicating whether to sign the outbound MDN if optional.
- disposition
Notification StringTo - The disposition notification to header value.
- mdn
Text String - The MDN text.
- receipt
Delivery StringUrl - The receipt delivery URL.
- mic
Hashing string | HashingAlgorithm Algorithm - The signing or hashing algorithm.
- need
MDN boolean - The value indicating whether to send or request a MDN.
- send
Inbound booleanMDNTo Message Box - The value indicating whether to send inbound MDN to message box.
- send
MDNAsynchronously boolean - The value indicating whether to send the asynchronous MDN.
- sign
MDN boolean - The value indicating whether the MDN needs to be signed or not.
- sign
Outbound booleanMDNIf Optional - The value indicating whether to sign the outbound MDN if optional.
- disposition
Notification stringTo - The disposition notification to header value.
- mdn
Text string - The MDN text.
- receipt
Delivery stringUrl - The receipt delivery URL.
- mic_
hashing_ str | Hashingalgorithm Algorithm - The signing or hashing algorithm.
- need_
mdn bool - The value indicating whether to send or request a MDN.
- send_
inbound_ boolmdn_ to_ message_ box - The value indicating whether to send inbound MDN to message box.
- send_
mdnasynchronously bool - The value indicating whether to send the asynchronous MDN.
- sign_
mdn bool - The value indicating whether the MDN needs to be signed or not.
- sign_
outbound_ boolmdn_ if_ optional - The value indicating whether to sign the outbound MDN if optional.
- disposition_
notification_ strto - The disposition notification to header value.
- mdn_
text str - The MDN text.
- receipt_
delivery_ strurl - The receipt delivery URL.
- mic
Hashing String | "NotAlgorithm Specified" | "None" | "MD5" | "SHA1" | "SHA2256" | "SHA2384" | "SHA2512" - The signing or hashing algorithm.
- need
MDN Boolean - The value indicating whether to send or request a MDN.
- send
Inbound BooleanMDNTo Message Box - The value indicating whether to send inbound MDN to message box.
- send
MDNAsynchronously Boolean - The value indicating whether to send the asynchronous MDN.
- sign
MDN Boolean - The value indicating whether the MDN needs to be signed or not.
- sign
Outbound BooleanMDNIf Optional - The value indicating whether to sign the outbound MDN if optional.
- disposition
Notification StringTo - The disposition notification to header value.
- mdn
Text String - The MDN text.
- receipt
Delivery StringUrl - The receipt delivery URL.
AS2MdnSettingsResponse, AS2MdnSettingsResponseArgs
- Mic
Hashing stringAlgorithm - The signing or hashing algorithm.
- Need
MDN bool - The value indicating whether to send or request a MDN.
- Send
Inbound boolMDNTo Message Box - The value indicating whether to send inbound MDN to message box.
- Send
MDNAsynchronously bool - The value indicating whether to send the asynchronous MDN.
- Sign
MDN bool - The value indicating whether the MDN needs to be signed or not.
- Sign
Outbound boolMDNIf Optional - The value indicating whether to sign the outbound MDN if optional.
- Disposition
Notification stringTo - The disposition notification to header value.
- Mdn
Text string - The MDN text.
- Receipt
Delivery stringUrl - The receipt delivery URL.
- Mic
Hashing stringAlgorithm - The signing or hashing algorithm.
- Need
MDN bool - The value indicating whether to send or request a MDN.
- Send
Inbound boolMDNTo Message Box - The value indicating whether to send inbound MDN to message box.
- Send
MDNAsynchronously bool - The value indicating whether to send the asynchronous MDN.
- Sign
MDN bool - The value indicating whether the MDN needs to be signed or not.
- Sign
Outbound boolMDNIf Optional - The value indicating whether to sign the outbound MDN if optional.
- Disposition
Notification stringTo - The disposition notification to header value.
- Mdn
Text string - The MDN text.
- Receipt
Delivery stringUrl - The receipt delivery URL.
- mic
Hashing StringAlgorithm - The signing or hashing algorithm.
- need
MDN Boolean - The value indicating whether to send or request a MDN.
- send
Inbound BooleanMDNTo Message Box - The value indicating whether to send inbound MDN to message box.
- send
MDNAsynchronously Boolean - The value indicating whether to send the asynchronous MDN.
- sign
MDN Boolean - The value indicating whether the MDN needs to be signed or not.
- sign
Outbound BooleanMDNIf Optional - The value indicating whether to sign the outbound MDN if optional.
- disposition
Notification StringTo - The disposition notification to header value.
- mdn
Text String - The MDN text.
- receipt
Delivery StringUrl - The receipt delivery URL.
- mic
Hashing stringAlgorithm - The signing or hashing algorithm.
- need
MDN boolean - The value indicating whether to send or request a MDN.
- send
Inbound booleanMDNTo Message Box - The value indicating whether to send inbound MDN to message box.
- send
MDNAsynchronously boolean - The value indicating whether to send the asynchronous MDN.
- sign
MDN boolean - The value indicating whether the MDN needs to be signed or not.
- sign
Outbound booleanMDNIf Optional - The value indicating whether to sign the outbound MDN if optional.
- disposition
Notification stringTo - The disposition notification to header value.
- mdn
Text string - The MDN text.
- receipt
Delivery stringUrl - The receipt delivery URL.
- mic_
hashing_ stralgorithm - The signing or hashing algorithm.
- need_
mdn bool - The value indicating whether to send or request a MDN.
- send_
inbound_ boolmdn_ to_ message_ box - The value indicating whether to send inbound MDN to message box.
- send_
mdnasynchronously bool - The value indicating whether to send the asynchronous MDN.
- sign_
mdn bool - The value indicating whether the MDN needs to be signed or not.
- sign_
outbound_ boolmdn_ if_ optional - The value indicating whether to sign the outbound MDN if optional.
- disposition_
notification_ strto - The disposition notification to header value.
- mdn_
text str - The MDN text.
- receipt_
delivery_ strurl - The receipt delivery URL.
- mic
Hashing StringAlgorithm - The signing or hashing algorithm.
- need
MDN Boolean - The value indicating whether to send or request a MDN.
- send
Inbound BooleanMDNTo Message Box - The value indicating whether to send inbound MDN to message box.
- send
MDNAsynchronously Boolean - The value indicating whether to send the asynchronous MDN.
- sign
MDN Boolean - The value indicating whether the MDN needs to be signed or not.
- sign
Outbound BooleanMDNIf Optional - The value indicating whether to sign the outbound MDN if optional.
- disposition
Notification StringTo - The disposition notification to header value.
- mdn
Text String - The MDN text.
- receipt
Delivery StringUrl - The receipt delivery URL.
AS2MessageConnectionSettings, AS2MessageConnectionSettingsArgs
- Ignore
Certificate boolName Mismatch - The value indicating whether to ignore mismatch in certificate name.
- Keep
Http boolConnection Alive - The value indicating whether to keep the connection alive.
- Support
Http boolStatus Code Continue - The value indicating whether to support HTTP status code 'CONTINUE'.
- Unfold
Http boolHeaders - The value indicating whether to unfold the HTTP headers.
- Ignore
Certificate boolName Mismatch - The value indicating whether to ignore mismatch in certificate name.
- Keep
Http boolConnection Alive - The value indicating whether to keep the connection alive.
- Support
Http boolStatus Code Continue - The value indicating whether to support HTTP status code 'CONTINUE'.
- Unfold
Http boolHeaders - The value indicating whether to unfold the HTTP headers.
- ignore
Certificate BooleanName Mismatch - The value indicating whether to ignore mismatch in certificate name.
- keep
Http BooleanConnection Alive - The value indicating whether to keep the connection alive.
- support
Http BooleanStatus Code Continue - The value indicating whether to support HTTP status code 'CONTINUE'.
- unfold
Http BooleanHeaders - The value indicating whether to unfold the HTTP headers.
- ignore
Certificate booleanName Mismatch - The value indicating whether to ignore mismatch in certificate name.
- keep
Http booleanConnection Alive - The value indicating whether to keep the connection alive.
- support
Http booleanStatus Code Continue - The value indicating whether to support HTTP status code 'CONTINUE'.
- unfold
Http booleanHeaders - The value indicating whether to unfold the HTTP headers.
- ignore_
certificate_ boolname_ mismatch - The value indicating whether to ignore mismatch in certificate name.
- keep_
http_ boolconnection_ alive - The value indicating whether to keep the connection alive.
- support_
http_ boolstatus_ code_ continue - The value indicating whether to support HTTP status code 'CONTINUE'.
- unfold_
http_ boolheaders - The value indicating whether to unfold the HTTP headers.
- ignore
Certificate BooleanName Mismatch - The value indicating whether to ignore mismatch in certificate name.
- keep
Http BooleanConnection Alive - The value indicating whether to keep the connection alive.
- support
Http BooleanStatus Code Continue - The value indicating whether to support HTTP status code 'CONTINUE'.
- unfold
Http BooleanHeaders - The value indicating whether to unfold the HTTP headers.
AS2MessageConnectionSettingsResponse, AS2MessageConnectionSettingsResponseArgs
- Ignore
Certificate boolName Mismatch - The value indicating whether to ignore mismatch in certificate name.
- Keep
Http boolConnection Alive - The value indicating whether to keep the connection alive.
- Support
Http boolStatus Code Continue - The value indicating whether to support HTTP status code 'CONTINUE'.
- Unfold
Http boolHeaders - The value indicating whether to unfold the HTTP headers.
- Ignore
Certificate boolName Mismatch - The value indicating whether to ignore mismatch in certificate name.
- Keep
Http boolConnection Alive - The value indicating whether to keep the connection alive.
- Support
Http boolStatus Code Continue - The value indicating whether to support HTTP status code 'CONTINUE'.
- Unfold
Http boolHeaders - The value indicating whether to unfold the HTTP headers.
- ignore
Certificate BooleanName Mismatch - The value indicating whether to ignore mismatch in certificate name.
- keep
Http BooleanConnection Alive - The value indicating whether to keep the connection alive.
- support
Http BooleanStatus Code Continue - The value indicating whether to support HTTP status code 'CONTINUE'.
- unfold
Http BooleanHeaders - The value indicating whether to unfold the HTTP headers.
- ignore
Certificate booleanName Mismatch - The value indicating whether to ignore mismatch in certificate name.
- keep
Http booleanConnection Alive - The value indicating whether to keep the connection alive.
- support
Http booleanStatus Code Continue - The value indicating whether to support HTTP status code 'CONTINUE'.
- unfold
Http booleanHeaders - The value indicating whether to unfold the HTTP headers.
- ignore_
certificate_ boolname_ mismatch - The value indicating whether to ignore mismatch in certificate name.
- keep_
http_ boolconnection_ alive - The value indicating whether to keep the connection alive.
- support_
http_ boolstatus_ code_ continue - The value indicating whether to support HTTP status code 'CONTINUE'.
- unfold_
http_ boolheaders - The value indicating whether to unfold the HTTP headers.
- ignore
Certificate BooleanName Mismatch - The value indicating whether to ignore mismatch in certificate name.
- keep
Http BooleanConnection Alive - The value indicating whether to keep the connection alive.
- support
Http BooleanStatus Code Continue - The value indicating whether to support HTTP status code 'CONTINUE'.
- unfold
Http BooleanHeaders - The value indicating whether to unfold the HTTP headers.
AS2OneWayAgreement, AS2OneWayAgreementArgs
- Protocol
Settings Pulumi.Azure Native. Logic. Inputs. AS2Protocol Settings - The AS2 protocol settings.
- Receiver
Business Pulumi.Identity Azure Native. Logic. Inputs. Business Identity - The receiver business identity
- Sender
Business Pulumi.Identity Azure Native. Logic. Inputs. Business Identity - The sender business identity
- Protocol
Settings AS2ProtocolSettings - The AS2 protocol settings.
- Receiver
Business BusinessIdentity Identity - The receiver business identity
- Sender
Business BusinessIdentity Identity - The sender business identity
- protocol
Settings AS2ProtocolSettings - The AS2 protocol settings.
- receiver
Business BusinessIdentity Identity - The receiver business identity
- sender
Business BusinessIdentity Identity - The sender business identity
- protocol
Settings AS2ProtocolSettings - The AS2 protocol settings.
- receiver
Business BusinessIdentity Identity - The receiver business identity
- sender
Business BusinessIdentity Identity - The sender business identity
- protocol_
settings AS2ProtocolSettings - The AS2 protocol settings.
- receiver_
business_ Businessidentity Identity - The receiver business identity
- sender_
business_ Businessidentity Identity - The sender business identity
- protocol
Settings Property Map - The AS2 protocol settings.
- receiver
Business Property MapIdentity - The receiver business identity
- sender
Business Property MapIdentity - The sender business identity
AS2OneWayAgreementResponse, AS2OneWayAgreementResponseArgs
- Protocol
Settings Pulumi.Azure Native. Logic. Inputs. AS2Protocol Settings Response - The AS2 protocol settings.
- Receiver
Business Pulumi.Identity Azure Native. Logic. Inputs. Business Identity Response - The receiver business identity
- Sender
Business Pulumi.Identity Azure Native. Logic. Inputs. Business Identity Response - The sender business identity
- Protocol
Settings AS2ProtocolSettings Response - The AS2 protocol settings.
- Receiver
Business BusinessIdentity Identity Response - The receiver business identity
- Sender
Business BusinessIdentity Identity Response - The sender business identity
- protocol
Settings AS2ProtocolSettings Response - The AS2 protocol settings.
- receiver
Business BusinessIdentity Identity Response - The receiver business identity
- sender
Business BusinessIdentity Identity Response - The sender business identity
- protocol
Settings AS2ProtocolSettings Response - The AS2 protocol settings.
- receiver
Business BusinessIdentity Identity Response - The receiver business identity
- sender
Business BusinessIdentity Identity Response - The sender business identity
- protocol_
settings AS2ProtocolSettings Response - The AS2 protocol settings.
- receiver_
business_ Businessidentity Identity Response - The receiver business identity
- sender_
business_ Businessidentity Identity Response - The sender business identity
- protocol
Settings Property Map - The AS2 protocol settings.
- receiver
Business Property MapIdentity - The receiver business identity
- sender
Business Property MapIdentity - The sender business identity
AS2ProtocolSettings, AS2ProtocolSettingsArgs
- Acknowledgement
Connection Pulumi.Settings Azure Native. Logic. Inputs. AS2Acknowledgement Connection Settings - The acknowledgement connection settings.
- Envelope
Settings Pulumi.Azure Native. Logic. Inputs. AS2Envelope Settings - The envelope settings.
- Error
Settings Pulumi.Azure Native. Logic. Inputs. AS2Error Settings - The error settings.
- Mdn
Settings Pulumi.Azure Native. Logic. Inputs. AS2Mdn Settings - The MDN settings.
- Message
Connection Pulumi.Settings Azure Native. Logic. Inputs. AS2Message Connection Settings - The message connection settings.
- Security
Settings Pulumi.Azure Native. Logic. Inputs. AS2Security Settings - The security settings.
- Validation
Settings Pulumi.Azure Native. Logic. Inputs. AS2Validation Settings - The validation settings.
- Acknowledgement
Connection AS2AcknowledgementSettings Connection Settings - The acknowledgement connection settings.
- Envelope
Settings AS2EnvelopeSettings - The envelope settings.
- Error
Settings AS2ErrorSettings - The error settings.
- Mdn
Settings AS2MdnSettings - The MDN settings.
- Message
Connection AS2MessageSettings Connection Settings - The message connection settings.
- Security
Settings AS2SecuritySettings - The security settings.
- Validation
Settings AS2ValidationSettings - The validation settings.
- acknowledgement
Connection AS2AcknowledgementSettings Connection Settings - The acknowledgement connection settings.
- envelope
Settings AS2EnvelopeSettings - The envelope settings.
- error
Settings AS2ErrorSettings - The error settings.
- mdn
Settings AS2MdnSettings - The MDN settings.
- message
Connection AS2MessageSettings Connection Settings - The message connection settings.
- security
Settings AS2SecuritySettings - The security settings.
- validation
Settings AS2ValidationSettings - The validation settings.
- acknowledgement
Connection AS2AcknowledgementSettings Connection Settings - The acknowledgement connection settings.
- envelope
Settings AS2EnvelopeSettings - The envelope settings.
- error
Settings AS2ErrorSettings - The error settings.
- mdn
Settings AS2MdnSettings - The MDN settings.
- message
Connection AS2MessageSettings Connection Settings - The message connection settings.
- security
Settings AS2SecuritySettings - The security settings.
- validation
Settings AS2ValidationSettings - The validation settings.
- acknowledgement_
connection_ AS2Acknowledgementsettings Connection Settings - The acknowledgement connection settings.
- envelope_
settings AS2EnvelopeSettings - The envelope settings.
- error_
settings AS2ErrorSettings - The error settings.
- mdn_
settings AS2MdnSettings - The MDN settings.
- message_
connection_ AS2Messagesettings Connection Settings - The message connection settings.
- security_
settings AS2SecuritySettings - The security settings.
- validation_
settings AS2ValidationSettings - The validation settings.
- acknowledgement
Connection Property MapSettings - The acknowledgement connection settings.
- envelope
Settings Property Map - The envelope settings.
- error
Settings Property Map - The error settings.
- mdn
Settings Property Map - The MDN settings.
- message
Connection Property MapSettings - The message connection settings.
- security
Settings Property Map - The security settings.
- validation
Settings Property Map - The validation settings.
AS2ProtocolSettingsResponse, AS2ProtocolSettingsResponseArgs
- Acknowledgement
Connection Pulumi.Settings Azure Native. Logic. Inputs. AS2Acknowledgement Connection Settings Response - The acknowledgement connection settings.
- Envelope
Settings Pulumi.Azure Native. Logic. Inputs. AS2Envelope Settings Response - The envelope settings.
- Error
Settings Pulumi.Azure Native. Logic. Inputs. AS2Error Settings Response - The error settings.
- Mdn
Settings Pulumi.Azure Native. Logic. Inputs. AS2Mdn Settings Response - The MDN settings.
- Message
Connection Pulumi.Settings Azure Native. Logic. Inputs. AS2Message Connection Settings Response - The message connection settings.
- Security
Settings Pulumi.Azure Native. Logic. Inputs. AS2Security Settings Response - The security settings.
- Validation
Settings Pulumi.Azure Native. Logic. Inputs. AS2Validation Settings Response - The validation settings.
- Acknowledgement
Connection AS2AcknowledgementSettings Connection Settings Response - The acknowledgement connection settings.
- Envelope
Settings AS2EnvelopeSettings Response - The envelope settings.
- Error
Settings AS2ErrorSettings Response - The error settings.
- Mdn
Settings AS2MdnSettings Response - The MDN settings.
- Message
Connection AS2MessageSettings Connection Settings Response - The message connection settings.
- Security
Settings AS2SecuritySettings Response - The security settings.
- Validation
Settings AS2ValidationSettings Response - The validation settings.
- acknowledgement
Connection AS2AcknowledgementSettings Connection Settings Response - The acknowledgement connection settings.
- envelope
Settings AS2EnvelopeSettings Response - The envelope settings.
- error
Settings AS2ErrorSettings Response - The error settings.
- mdn
Settings AS2MdnSettings Response - The MDN settings.
- message
Connection AS2MessageSettings Connection Settings Response - The message connection settings.
- security
Settings AS2SecuritySettings Response - The security settings.
- validation
Settings AS2ValidationSettings Response - The validation settings.
- acknowledgement
Connection AS2AcknowledgementSettings Connection Settings Response - The acknowledgement connection settings.
- envelope
Settings AS2EnvelopeSettings Response - The envelope settings.
- error
Settings AS2ErrorSettings Response - The error settings.
- mdn
Settings AS2MdnSettings Response - The MDN settings.
- message
Connection AS2MessageSettings Connection Settings Response - The message connection settings.
- security
Settings AS2SecuritySettings Response - The security settings.
- validation
Settings AS2ValidationSettings Response - The validation settings.
- acknowledgement_
connection_ AS2Acknowledgementsettings Connection Settings Response - The acknowledgement connection settings.
- envelope_
settings AS2EnvelopeSettings Response - The envelope settings.
- error_
settings AS2ErrorSettings Response - The error settings.
- mdn_
settings AS2MdnSettings Response - The MDN settings.
- message_
connection_ AS2Messagesettings Connection Settings Response - The message connection settings.
- security_
settings AS2SecuritySettings Response - The security settings.
- validation_
settings AS2ValidationSettings Response - The validation settings.
- acknowledgement
Connection Property MapSettings - The acknowledgement connection settings.
- envelope
Settings Property Map - The envelope settings.
- error
Settings Property Map - The error settings.
- mdn
Settings Property Map - The MDN settings.
- message
Connection Property MapSettings - The message connection settings.
- security
Settings Property Map - The security settings.
- validation
Settings Property Map - The validation settings.
AS2SecuritySettings, AS2SecuritySettingsArgs
- Enable
NRRFor boolInbound Decoded Messages - The value indicating whether to enable NRR for inbound decoded messages.
- Enable
NRRFor boolInbound Encoded Messages - The value indicating whether to enable NRR for inbound encoded messages.
- Enable
NRRFor boolInbound MDN - The value indicating whether to enable NRR for inbound MDN.
- Enable
NRRFor boolOutbound Decoded Messages - The value indicating whether to enable NRR for outbound decoded messages.
- Enable
NRRFor boolOutbound Encoded Messages - The value indicating whether to enable NRR for outbound encoded messages.
- Enable
NRRFor boolOutbound MDN - The value indicating whether to enable NRR for outbound MDN.
- Override
Group boolSigning Certificate - The value indicating whether to send or request a MDN.
- Encryption
Certificate stringName - The name of the encryption certificate.
- Sha2Algorithm
Format string - The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.
- Signing
Certificate stringName - The name of the signing certificate.
- Enable
NRRFor boolInbound Decoded Messages - The value indicating whether to enable NRR for inbound decoded messages.
- Enable
NRRFor boolInbound Encoded Messages - The value indicating whether to enable NRR for inbound encoded messages.
- Enable
NRRFor boolInbound MDN - The value indicating whether to enable NRR for inbound MDN.
- Enable
NRRFor boolOutbound Decoded Messages - The value indicating whether to enable NRR for outbound decoded messages.
- Enable
NRRFor boolOutbound Encoded Messages - The value indicating whether to enable NRR for outbound encoded messages.
- Enable
NRRFor boolOutbound MDN - The value indicating whether to enable NRR for outbound MDN.
- Override
Group boolSigning Certificate - The value indicating whether to send or request a MDN.
- Encryption
Certificate stringName - The name of the encryption certificate.
- Sha2Algorithm
Format string - The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.
- Signing
Certificate stringName - The name of the signing certificate.
- enable
NRRFor BooleanInbound Decoded Messages - The value indicating whether to enable NRR for inbound decoded messages.
- enable
NRRFor BooleanInbound Encoded Messages - The value indicating whether to enable NRR for inbound encoded messages.
- enable
NRRFor BooleanInbound MDN - The value indicating whether to enable NRR for inbound MDN.
- enable
NRRFor BooleanOutbound Decoded Messages - The value indicating whether to enable NRR for outbound decoded messages.
- enable
NRRFor BooleanOutbound Encoded Messages - The value indicating whether to enable NRR for outbound encoded messages.
- enable
NRRFor BooleanOutbound MDN - The value indicating whether to enable NRR for outbound MDN.
- override
Group BooleanSigning Certificate - The value indicating whether to send or request a MDN.
- encryption
Certificate StringName - The name of the encryption certificate.
- sha2Algorithm
Format String - The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.
- signing
Certificate StringName - The name of the signing certificate.
- enable
NRRFor booleanInbound Decoded Messages - The value indicating whether to enable NRR for inbound decoded messages.
- enable
NRRFor booleanInbound Encoded Messages - The value indicating whether to enable NRR for inbound encoded messages.
- enable
NRRFor booleanInbound MDN - The value indicating whether to enable NRR for inbound MDN.
- enable
NRRFor booleanOutbound Decoded Messages - The value indicating whether to enable NRR for outbound decoded messages.
- enable
NRRFor booleanOutbound Encoded Messages - The value indicating whether to enable NRR for outbound encoded messages.
- enable
NRRFor booleanOutbound MDN - The value indicating whether to enable NRR for outbound MDN.
- override
Group booleanSigning Certificate - The value indicating whether to send or request a MDN.
- encryption
Certificate stringName - The name of the encryption certificate.
- sha2Algorithm
Format string - The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.
- signing
Certificate stringName - The name of the signing certificate.
- enable_
nrr_ boolfor_ inbound_ decoded_ messages - The value indicating whether to enable NRR for inbound decoded messages.
- enable_
nrr_ boolfor_ inbound_ encoded_ messages - The value indicating whether to enable NRR for inbound encoded messages.
- enable_
nrr_ boolfor_ inbound_ mdn - The value indicating whether to enable NRR for inbound MDN.
- enable_
nrr_ boolfor_ outbound_ decoded_ messages - The value indicating whether to enable NRR for outbound decoded messages.
- enable_
nrr_ boolfor_ outbound_ encoded_ messages - The value indicating whether to enable NRR for outbound encoded messages.
- enable_
nrr_ boolfor_ outbound_ mdn - The value indicating whether to enable NRR for outbound MDN.
- override_
group_ boolsigning_ certificate - The value indicating whether to send or request a MDN.
- encryption_
certificate_ strname - The name of the encryption certificate.
- sha2_
algorithm_ strformat - The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.
- signing_
certificate_ strname - The name of the signing certificate.
- enable
NRRFor BooleanInbound Decoded Messages - The value indicating whether to enable NRR for inbound decoded messages.
- enable
NRRFor BooleanInbound Encoded Messages - The value indicating whether to enable NRR for inbound encoded messages.
- enable
NRRFor BooleanInbound MDN - The value indicating whether to enable NRR for inbound MDN.
- enable
NRRFor BooleanOutbound Decoded Messages - The value indicating whether to enable NRR for outbound decoded messages.
- enable
NRRFor BooleanOutbound Encoded Messages - The value indicating whether to enable NRR for outbound encoded messages.
- enable
NRRFor BooleanOutbound MDN - The value indicating whether to enable NRR for outbound MDN.
- override
Group BooleanSigning Certificate - The value indicating whether to send or request a MDN.
- encryption
Certificate StringName - The name of the encryption certificate.
- sha2Algorithm
Format String - The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.
- signing
Certificate StringName - The name of the signing certificate.
AS2SecuritySettingsResponse, AS2SecuritySettingsResponseArgs
- Enable
NRRFor boolInbound Decoded Messages - The value indicating whether to enable NRR for inbound decoded messages.
- Enable
NRRFor boolInbound Encoded Messages - The value indicating whether to enable NRR for inbound encoded messages.
- Enable
NRRFor boolInbound MDN - The value indicating whether to enable NRR for inbound MDN.
- Enable
NRRFor boolOutbound Decoded Messages - The value indicating whether to enable NRR for outbound decoded messages.
- Enable
NRRFor boolOutbound Encoded Messages - The value indicating whether to enable NRR for outbound encoded messages.
- Enable
NRRFor boolOutbound MDN - The value indicating whether to enable NRR for outbound MDN.
- Override
Group boolSigning Certificate - The value indicating whether to send or request a MDN.
- Encryption
Certificate stringName - The name of the encryption certificate.
- Sha2Algorithm
Format string - The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.
- Signing
Certificate stringName - The name of the signing certificate.
- Enable
NRRFor boolInbound Decoded Messages - The value indicating whether to enable NRR for inbound decoded messages.
- Enable
NRRFor boolInbound Encoded Messages - The value indicating whether to enable NRR for inbound encoded messages.
- Enable
NRRFor boolInbound MDN - The value indicating whether to enable NRR for inbound MDN.
- Enable
NRRFor boolOutbound Decoded Messages - The value indicating whether to enable NRR for outbound decoded messages.
- Enable
NRRFor boolOutbound Encoded Messages - The value indicating whether to enable NRR for outbound encoded messages.
- Enable
NRRFor boolOutbound MDN - The value indicating whether to enable NRR for outbound MDN.
- Override
Group boolSigning Certificate - The value indicating whether to send or request a MDN.
- Encryption
Certificate stringName - The name of the encryption certificate.
- Sha2Algorithm
Format string - The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.
- Signing
Certificate stringName - The name of the signing certificate.
- enable
NRRFor BooleanInbound Decoded Messages - The value indicating whether to enable NRR for inbound decoded messages.
- enable
NRRFor BooleanInbound Encoded Messages - The value indicating whether to enable NRR for inbound encoded messages.
- enable
NRRFor BooleanInbound MDN - The value indicating whether to enable NRR for inbound MDN.
- enable
NRRFor BooleanOutbound Decoded Messages - The value indicating whether to enable NRR for outbound decoded messages.
- enable
NRRFor BooleanOutbound Encoded Messages - The value indicating whether to enable NRR for outbound encoded messages.
- enable
NRRFor BooleanOutbound MDN - The value indicating whether to enable NRR for outbound MDN.
- override
Group BooleanSigning Certificate - The value indicating whether to send or request a MDN.
- encryption
Certificate StringName - The name of the encryption certificate.
- sha2Algorithm
Format String - The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.
- signing
Certificate StringName - The name of the signing certificate.
- enable
NRRFor booleanInbound Decoded Messages - The value indicating whether to enable NRR for inbound decoded messages.
- enable
NRRFor booleanInbound Encoded Messages - The value indicating whether to enable NRR for inbound encoded messages.
- enable
NRRFor booleanInbound MDN - The value indicating whether to enable NRR for inbound MDN.
- enable
NRRFor booleanOutbound Decoded Messages - The value indicating whether to enable NRR for outbound decoded messages.
- enable
NRRFor booleanOutbound Encoded Messages - The value indicating whether to enable NRR for outbound encoded messages.
- enable
NRRFor booleanOutbound MDN - The value indicating whether to enable NRR for outbound MDN.
- override
Group booleanSigning Certificate - The value indicating whether to send or request a MDN.
- encryption
Certificate stringName - The name of the encryption certificate.
- sha2Algorithm
Format string - The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.
- signing
Certificate stringName - The name of the signing certificate.
- enable_
nrr_ boolfor_ inbound_ decoded_ messages - The value indicating whether to enable NRR for inbound decoded messages.
- enable_
nrr_ boolfor_ inbound_ encoded_ messages - The value indicating whether to enable NRR for inbound encoded messages.
- enable_
nrr_ boolfor_ inbound_ mdn - The value indicating whether to enable NRR for inbound MDN.
- enable_
nrr_ boolfor_ outbound_ decoded_ messages - The value indicating whether to enable NRR for outbound decoded messages.
- enable_
nrr_ boolfor_ outbound_ encoded_ messages - The value indicating whether to enable NRR for outbound encoded messages.
- enable_
nrr_ boolfor_ outbound_ mdn - The value indicating whether to enable NRR for outbound MDN.
- override_
group_ boolsigning_ certificate - The value indicating whether to send or request a MDN.
- encryption_
certificate_ strname - The name of the encryption certificate.
- sha2_
algorithm_ strformat - The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.
- signing_
certificate_ strname - The name of the signing certificate.
- enable
NRRFor BooleanInbound Decoded Messages - The value indicating whether to enable NRR for inbound decoded messages.
- enable
NRRFor BooleanInbound Encoded Messages - The value indicating whether to enable NRR for inbound encoded messages.
- enable
NRRFor BooleanInbound MDN - The value indicating whether to enable NRR for inbound MDN.
- enable
NRRFor BooleanOutbound Decoded Messages - The value indicating whether to enable NRR for outbound decoded messages.
- enable
NRRFor BooleanOutbound Encoded Messages - The value indicating whether to enable NRR for outbound encoded messages.
- enable
NRRFor BooleanOutbound MDN - The value indicating whether to enable NRR for outbound MDN.
- override
Group BooleanSigning Certificate - The value indicating whether to send or request a MDN.
- encryption
Certificate StringName - The name of the encryption certificate.
- sha2Algorithm
Format String - The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.
- signing
Certificate StringName - The name of the signing certificate.
AS2ValidationSettings, AS2ValidationSettingsArgs
- Check
Certificate boolRevocation List On Receive - The value indicating whether to check for certificate revocation list on receive.
- Check
Certificate boolRevocation List On Send - The value indicating whether to check for certificate revocation list on send.
- Check
Duplicate boolMessage - The value indicating whether to check for duplicate message.
- Compress
Message bool - The value indicating whether the message has to be compressed.
- Encrypt
Message bool - The value indicating whether the message has to be encrypted.
- Encryption
Algorithm string | Pulumi.Azure Native. Logic. Encryption Algorithm - The encryption algorithm.
- Interchange
Duplicates intValidity Days - The number of days to look back for duplicate interchange.
- Override
Message boolProperties - The value indicating whether to override incoming message properties with those in agreement.
- Sign
Message bool - The value indicating whether the message has to be signed.
- Signing
Algorithm string | Pulumi.Azure Native. Logic. Signing Algorithm - The signing algorithm.
- Check
Certificate boolRevocation List On Receive - The value indicating whether to check for certificate revocation list on receive.
- Check
Certificate boolRevocation List On Send - The value indicating whether to check for certificate revocation list on send.
- Check
Duplicate boolMessage - The value indicating whether to check for duplicate message.
- Compress
Message bool - The value indicating whether the message has to be compressed.
- Encrypt
Message bool - The value indicating whether the message has to be encrypted.
- Encryption
Algorithm string | EncryptionAlgorithm - The encryption algorithm.
- Interchange
Duplicates intValidity Days - The number of days to look back for duplicate interchange.
- Override
Message boolProperties - The value indicating whether to override incoming message properties with those in agreement.
- Sign
Message bool - The value indicating whether the message has to be signed.
- Signing
Algorithm string | SigningAlgorithm - The signing algorithm.
- check
Certificate BooleanRevocation List On Receive - The value indicating whether to check for certificate revocation list on receive.
- check
Certificate BooleanRevocation List On Send - The value indicating whether to check for certificate revocation list on send.
- check
Duplicate BooleanMessage - The value indicating whether to check for duplicate message.
- compress
Message Boolean - The value indicating whether the message has to be compressed.
- encrypt
Message Boolean - The value indicating whether the message has to be encrypted.
- encryption
Algorithm String | EncryptionAlgorithm - The encryption algorithm.
- interchange
Duplicates IntegerValidity Days - The number of days to look back for duplicate interchange.
- override
Message BooleanProperties - The value indicating whether to override incoming message properties with those in agreement.
- sign
Message Boolean - The value indicating whether the message has to be signed.
- signing
Algorithm String | SigningAlgorithm - The signing algorithm.
- check
Certificate booleanRevocation List On Receive - The value indicating whether to check for certificate revocation list on receive.
- check
Certificate booleanRevocation List On Send - The value indicating whether to check for certificate revocation list on send.
- check
Duplicate booleanMessage - The value indicating whether to check for duplicate message.
- compress
Message boolean - The value indicating whether the message has to be compressed.
- encrypt
Message boolean - The value indicating whether the message has to be encrypted.
- encryption
Algorithm string | EncryptionAlgorithm - The encryption algorithm.
- interchange
Duplicates numberValidity Days - The number of days to look back for duplicate interchange.
- override
Message booleanProperties - The value indicating whether to override incoming message properties with those in agreement.
- sign
Message boolean - The value indicating whether the message has to be signed.
- signing
Algorithm string | SigningAlgorithm - The signing algorithm.
- check_
certificate_ boolrevocation_ list_ on_ receive - The value indicating whether to check for certificate revocation list on receive.
- check_
certificate_ boolrevocation_ list_ on_ send - The value indicating whether to check for certificate revocation list on send.
- check_
duplicate_ boolmessage - The value indicating whether to check for duplicate message.
- compress_
message bool - The value indicating whether the message has to be compressed.
- encrypt_
message bool - The value indicating whether the message has to be encrypted.
- encryption_
algorithm str | EncryptionAlgorithm - The encryption algorithm.
- interchange_
duplicates_ intvalidity_ days - The number of days to look back for duplicate interchange.
- override_
message_ boolproperties - The value indicating whether to override incoming message properties with those in agreement.
- sign_
message bool - The value indicating whether the message has to be signed.
- signing_
algorithm str | SigningAlgorithm - The signing algorithm.
- check
Certificate BooleanRevocation List On Receive - The value indicating whether to check for certificate revocation list on receive.
- check
Certificate BooleanRevocation List On Send - The value indicating whether to check for certificate revocation list on send.
- check
Duplicate BooleanMessage - The value indicating whether to check for duplicate message.
- compress
Message Boolean - The value indicating whether the message has to be compressed.
- encrypt
Message Boolean - The value indicating whether the message has to be encrypted.
- encryption
Algorithm String | "NotSpecified" | "None" | "DES3" | "RC2" | "AES128" | "AES192" | "AES256" - The encryption algorithm.
- interchange
Duplicates NumberValidity Days - The number of days to look back for duplicate interchange.
- override
Message BooleanProperties - The value indicating whether to override incoming message properties with those in agreement.
- sign
Message Boolean - The value indicating whether the message has to be signed.
- signing
Algorithm String | "NotSpecified" | "Default" | "SHA1" | "SHA2256" | "SHA2384" | "SHA2512" - The signing algorithm.
AS2ValidationSettingsResponse, AS2ValidationSettingsResponseArgs
- Check
Certificate boolRevocation List On Receive - The value indicating whether to check for certificate revocation list on receive.
- Check
Certificate boolRevocation List On Send - The value indicating whether to check for certificate revocation list on send.
- Check
Duplicate boolMessage - The value indicating whether to check for duplicate message.
- Compress
Message bool - The value indicating whether the message has to be compressed.
- Encrypt
Message bool - The value indicating whether the message has to be encrypted.
- Encryption
Algorithm string - The encryption algorithm.
- Interchange
Duplicates intValidity Days - The number of days to look back for duplicate interchange.
- Override
Message boolProperties - The value indicating whether to override incoming message properties with those in agreement.
- Sign
Message bool - The value indicating whether the message has to be signed.
- Signing
Algorithm string - The signing algorithm.
- Check
Certificate boolRevocation List On Receive - The value indicating whether to check for certificate revocation list on receive.
- Check
Certificate boolRevocation List On Send - The value indicating whether to check for certificate revocation list on send.
- Check
Duplicate boolMessage - The value indicating whether to check for duplicate message.
- Compress
Message bool - The value indicating whether the message has to be compressed.
- Encrypt
Message bool - The value indicating whether the message has to be encrypted.
- Encryption
Algorithm string - The encryption algorithm.
- Interchange
Duplicates intValidity Days - The number of days to look back for duplicate interchange.
- Override
Message boolProperties - The value indicating whether to override incoming message properties with those in agreement.
- Sign
Message bool - The value indicating whether the message has to be signed.
- Signing
Algorithm string - The signing algorithm.
- check
Certificate BooleanRevocation List On Receive - The value indicating whether to check for certificate revocation list on receive.
- check
Certificate BooleanRevocation List On Send - The value indicating whether to check for certificate revocation list on send.
- check
Duplicate BooleanMessage - The value indicating whether to check for duplicate message.
- compress
Message Boolean - The value indicating whether the message has to be compressed.
- encrypt
Message Boolean - The value indicating whether the message has to be encrypted.
- encryption
Algorithm String - The encryption algorithm.
- interchange
Duplicates IntegerValidity Days - The number of days to look back for duplicate interchange.
- override
Message BooleanProperties - The value indicating whether to override incoming message properties with those in agreement.
- sign
Message Boolean - The value indicating whether the message has to be signed.
- signing
Algorithm String - The signing algorithm.
- check
Certificate booleanRevocation List On Receive - The value indicating whether to check for certificate revocation list on receive.
- check
Certificate booleanRevocation List On Send - The value indicating whether to check for certificate revocation list on send.
- check
Duplicate booleanMessage - The value indicating whether to check for duplicate message.
- compress
Message boolean - The value indicating whether the message has to be compressed.
- encrypt
Message boolean - The value indicating whether the message has to be encrypted.
- encryption
Algorithm string - The encryption algorithm.
- interchange
Duplicates numberValidity Days - The number of days to look back for duplicate interchange.
- override
Message booleanProperties - The value indicating whether to override incoming message properties with those in agreement.
- sign
Message boolean - The value indicating whether the message has to be signed.
- signing
Algorithm string - The signing algorithm.
- check_
certificate_ boolrevocation_ list_ on_ receive - The value indicating whether to check for certificate revocation list on receive.
- check_
certificate_ boolrevocation_ list_ on_ send - The value indicating whether to check for certificate revocation list on send.
- check_
duplicate_ boolmessage - The value indicating whether to check for duplicate message.
- compress_
message bool - The value indicating whether the message has to be compressed.
- encrypt_
message bool - The value indicating whether the message has to be encrypted.
- encryption_
algorithm str - The encryption algorithm.
- interchange_
duplicates_ intvalidity_ days - The number of days to look back for duplicate interchange.
- override_
message_ boolproperties - The value indicating whether to override incoming message properties with those in agreement.
- sign_
message bool - The value indicating whether the message has to be signed.
- signing_
algorithm str - The signing algorithm.
- check
Certificate BooleanRevocation List On Receive - The value indicating whether to check for certificate revocation list on receive.
- check
Certificate BooleanRevocation List On Send - The value indicating whether to check for certificate revocation list on send.
- check
Duplicate BooleanMessage - The value indicating whether to check for duplicate message.
- compress
Message Boolean - The value indicating whether the message has to be compressed.
- encrypt
Message Boolean - The value indicating whether the message has to be encrypted.
- encryption
Algorithm String - The encryption algorithm.
- interchange
Duplicates NumberValidity Days - The number of days to look back for duplicate interchange.
- override
Message BooleanProperties - The value indicating whether to override incoming message properties with those in agreement.
- sign
Message Boolean - The value indicating whether the message has to be signed.
- signing
Algorithm String - The signing algorithm.
AgreementContent, AgreementContentArgs
- AS2
Pulumi.
Azure Native. Logic. Inputs. AS2Agreement Content - The AS2 agreement content.
- Edifact
Pulumi.
Azure Native. Logic. Inputs. Edifact Agreement Content - The EDIFACT agreement content.
- X12
Pulumi.
Azure Native. Logic. Inputs. X12Agreement Content - The X12 agreement content.
- AS2
AS2Agreement
Content - The AS2 agreement content.
- Edifact
Edifact
Agreement Content - The EDIFACT agreement content.
- X12
X12Agreement
Content - The X12 agreement content.
- a
S2 AS2AgreementContent - The AS2 agreement content.
- edifact
Edifact
Agreement Content - The EDIFACT agreement content.
- x12
X12Agreement
Content - The X12 agreement content.
- a
S2 AS2AgreementContent - The AS2 agreement content.
- edifact
Edifact
Agreement Content - The EDIFACT agreement content.
- x12
X12Agreement
Content - The X12 agreement content.
- a_
s2 AS2AgreementContent - The AS2 agreement content.
- edifact
Edifact
Agreement Content - The EDIFACT agreement content.
- x12
X12Agreement
Content - The X12 agreement content.
- a
S2 Property Map - The AS2 agreement content.
- edifact Property Map
- The EDIFACT agreement content.
- x12 Property Map
- The X12 agreement content.
AgreementContentResponse, AgreementContentResponseArgs
- AS2
Pulumi.
Azure Native. Logic. Inputs. AS2Agreement Content Response - The AS2 agreement content.
- Edifact
Pulumi.
Azure Native. Logic. Inputs. Edifact Agreement Content Response - The EDIFACT agreement content.
- X12
Pulumi.
Azure Native. Logic. Inputs. X12Agreement Content Response - The X12 agreement content.
- AS2
AS2Agreement
Content Response - The AS2 agreement content.
- Edifact
Edifact
Agreement Content Response - The EDIFACT agreement content.
- X12
X12Agreement
Content Response - The X12 agreement content.
- a
S2 AS2AgreementContent Response - The AS2 agreement content.
- edifact
Edifact
Agreement Content Response - The EDIFACT agreement content.
- x12
X12Agreement
Content Response - The X12 agreement content.
- a
S2 AS2AgreementContent Response - The AS2 agreement content.
- edifact
Edifact
Agreement Content Response - The EDIFACT agreement content.
- x12
X12Agreement
Content Response - The X12 agreement content.
- a_
s2 AS2AgreementContent Response - The AS2 agreement content.
- edifact
Edifact
Agreement Content Response - The EDIFACT agreement content.
- x12
X12Agreement
Content Response - The X12 agreement content.
- a
S2 Property Map - The AS2 agreement content.
- edifact Property Map
- The EDIFACT agreement content.
- x12 Property Map
- The X12 agreement content.
AgreementType, AgreementTypeArgs
- Not
Specified - NotSpecified
- AS2
- AS2
- X12
- X12
- Edifact
- Edifact
- Agreement
Type Not Specified - NotSpecified
- Agreement
Type AS2 - AS2
- Agreement
Type X12 - X12
- Agreement
Type Edifact - Edifact
- Not
Specified - NotSpecified
- AS2
- AS2
- X12
- X12
- Edifact
- Edifact
- Not
Specified - NotSpecified
- AS2
- AS2
- X12
- X12
- Edifact
- Edifact
- NOT_SPECIFIED
- NotSpecified
- AS2
- AS2
- X12
- X12
- EDIFACT
- Edifact
- "Not
Specified" - NotSpecified
- "AS2"
- AS2
- "X12"
- X12
- "Edifact"
- Edifact
BusinessIdentity, BusinessIdentityArgs
BusinessIdentityResponse, BusinessIdentityResponseArgs
EdifactAcknowledgementSettings, EdifactAcknowledgementSettingsArgs
- Acknowledgement
Control intNumber Lower Bound - The acknowledgement control number lower bound.
- Acknowledgement
Control intNumber Upper Bound - The acknowledgement control number upper bound.
- Batch
Functional boolAcknowledgements - The value indicating whether to batch functional acknowledgements.
- Batch
Technical boolAcknowledgements - The value indicating whether to batch the technical acknowledgements.
- Need
Functional boolAcknowledgement - The value indicating whether functional acknowledgement is needed.
- Need
Loop boolFor Valid Messages - The value indicating whether a loop is needed for valid messages.
- Need
Technical boolAcknowledgement - The value indicating whether technical acknowledgement is needed.
- Rollover
Acknowledgement boolControl Number - The value indicating whether to rollover acknowledgement control number.
- Send
Synchronous boolAcknowledgement - The value indicating whether to send synchronous acknowledgement.
- Acknowledgement
Control stringNumber Prefix - The acknowledgement control number prefix.
- Acknowledgement
Control stringNumber Suffix - The acknowledgement control number suffix.
- Acknowledgement
Control intNumber Lower Bound - The acknowledgement control number lower bound.
- Acknowledgement
Control intNumber Upper Bound - The acknowledgement control number upper bound.
- Batch
Functional boolAcknowledgements - The value indicating whether to batch functional acknowledgements.
- Batch
Technical boolAcknowledgements - The value indicating whether to batch the technical acknowledgements.
- Need
Functional boolAcknowledgement - The value indicating whether functional acknowledgement is needed.
- Need
Loop boolFor Valid Messages - The value indicating whether a loop is needed for valid messages.
- Need
Technical boolAcknowledgement - The value indicating whether technical acknowledgement is needed.
- Rollover
Acknowledgement boolControl Number - The value indicating whether to rollover acknowledgement control number.
- Send
Synchronous boolAcknowledgement - The value indicating whether to send synchronous acknowledgement.
- Acknowledgement
Control stringNumber Prefix - The acknowledgement control number prefix.
- Acknowledgement
Control stringNumber Suffix - The acknowledgement control number suffix.
- acknowledgement
Control IntegerNumber Lower Bound - The acknowledgement control number lower bound.
- acknowledgement
Control IntegerNumber Upper Bound - The acknowledgement control number upper bound.
- batch
Functional BooleanAcknowledgements - The value indicating whether to batch functional acknowledgements.
- batch
Technical BooleanAcknowledgements - The value indicating whether to batch the technical acknowledgements.
- need
Functional BooleanAcknowledgement - The value indicating whether functional acknowledgement is needed.
- need
Loop BooleanFor Valid Messages - The value indicating whether a loop is needed for valid messages.
- need
Technical BooleanAcknowledgement - The value indicating whether technical acknowledgement is needed.
- rollover
Acknowledgement BooleanControl Number - The value indicating whether to rollover acknowledgement control number.
- send
Synchronous BooleanAcknowledgement - The value indicating whether to send synchronous acknowledgement.
- acknowledgement
Control StringNumber Prefix - The acknowledgement control number prefix.
- acknowledgement
Control StringNumber Suffix - The acknowledgement control number suffix.
- acknowledgement
Control numberNumber Lower Bound - The acknowledgement control number lower bound.
- acknowledgement
Control numberNumber Upper Bound - The acknowledgement control number upper bound.
- batch
Functional booleanAcknowledgements - The value indicating whether to batch functional acknowledgements.
- batch
Technical booleanAcknowledgements - The value indicating whether to batch the technical acknowledgements.
- need
Functional booleanAcknowledgement - The value indicating whether functional acknowledgement is needed.
- need
Loop booleanFor Valid Messages - The value indicating whether a loop is needed for valid messages.
- need
Technical booleanAcknowledgement - The value indicating whether technical acknowledgement is needed.
- rollover
Acknowledgement booleanControl Number - The value indicating whether to rollover acknowledgement control number.
- send
Synchronous booleanAcknowledgement - The value indicating whether to send synchronous acknowledgement.
- acknowledgement
Control stringNumber Prefix - The acknowledgement control number prefix.
- acknowledgement
Control stringNumber Suffix - The acknowledgement control number suffix.
- acknowledgement_
control_ intnumber_ lower_ bound - The acknowledgement control number lower bound.
- acknowledgement_
control_ intnumber_ upper_ bound - The acknowledgement control number upper bound.
- batch_
functional_ boolacknowledgements - The value indicating whether to batch functional acknowledgements.
- batch_
technical_ boolacknowledgements - The value indicating whether to batch the technical acknowledgements.
- need_
functional_ boolacknowledgement - The value indicating whether functional acknowledgement is needed.
- need_
loop_ boolfor_ valid_ messages - The value indicating whether a loop is needed for valid messages.
- need_
technical_ boolacknowledgement - The value indicating whether technical acknowledgement is needed.
- rollover_
acknowledgement_ boolcontrol_ number - The value indicating whether to rollover acknowledgement control number.
- send_
synchronous_ boolacknowledgement - The value indicating whether to send synchronous acknowledgement.
- acknowledgement_
control_ strnumber_ prefix - The acknowledgement control number prefix.
- acknowledgement_
control_ strnumber_ suffix - The acknowledgement control number suffix.
- acknowledgement
Control NumberNumber Lower Bound - The acknowledgement control number lower bound.
- acknowledgement
Control NumberNumber Upper Bound - The acknowledgement control number upper bound.
- batch
Functional BooleanAcknowledgements - The value indicating whether to batch functional acknowledgements.
- batch
Technical BooleanAcknowledgements - The value indicating whether to batch the technical acknowledgements.
- need
Functional BooleanAcknowledgement - The value indicating whether functional acknowledgement is needed.
- need
Loop BooleanFor Valid Messages - The value indicating whether a loop is needed for valid messages.
- need
Technical BooleanAcknowledgement - The value indicating whether technical acknowledgement is needed.
- rollover
Acknowledgement BooleanControl Number - The value indicating whether to rollover acknowledgement control number.
- send
Synchronous BooleanAcknowledgement - The value indicating whether to send synchronous acknowledgement.
- acknowledgement
Control StringNumber Prefix - The acknowledgement control number prefix.
- acknowledgement
Control StringNumber Suffix - The acknowledgement control number suffix.
EdifactAcknowledgementSettingsResponse, EdifactAcknowledgementSettingsResponseArgs
- Acknowledgement
Control intNumber Lower Bound - The acknowledgement control number lower bound.
- Acknowledgement
Control intNumber Upper Bound - The acknowledgement control number upper bound.
- Batch
Functional boolAcknowledgements - The value indicating whether to batch functional acknowledgements.
- Batch
Technical boolAcknowledgements - The value indicating whether to batch the technical acknowledgements.
- Need
Functional boolAcknowledgement - The value indicating whether functional acknowledgement is needed.
- Need
Loop boolFor Valid Messages - The value indicating whether a loop is needed for valid messages.
- Need
Technical boolAcknowledgement - The value indicating whether technical acknowledgement is needed.
- Rollover
Acknowledgement boolControl Number - The value indicating whether to rollover acknowledgement control number.
- Send
Synchronous boolAcknowledgement - The value indicating whether to send synchronous acknowledgement.
- Acknowledgement
Control stringNumber Prefix - The acknowledgement control number prefix.
- Acknowledgement
Control stringNumber Suffix - The acknowledgement control number suffix.
- Acknowledgement
Control intNumber Lower Bound - The acknowledgement control number lower bound.
- Acknowledgement
Control intNumber Upper Bound - The acknowledgement control number upper bound.
- Batch
Functional boolAcknowledgements - The value indicating whether to batch functional acknowledgements.
- Batch
Technical boolAcknowledgements - The value indicating whether to batch the technical acknowledgements.
- Need
Functional boolAcknowledgement - The value indicating whether functional acknowledgement is needed.
- Need
Loop boolFor Valid Messages - The value indicating whether a loop is needed for valid messages.
- Need
Technical boolAcknowledgement - The value indicating whether technical acknowledgement is needed.
- Rollover
Acknowledgement boolControl Number - The value indicating whether to rollover acknowledgement control number.
- Send
Synchronous boolAcknowledgement - The value indicating whether to send synchronous acknowledgement.
- Acknowledgement
Control stringNumber Prefix - The acknowledgement control number prefix.
- Acknowledgement
Control stringNumber Suffix - The acknowledgement control number suffix.
- acknowledgement
Control IntegerNumber Lower Bound - The acknowledgement control number lower bound.
- acknowledgement
Control IntegerNumber Upper Bound - The acknowledgement control number upper bound.
- batch
Functional BooleanAcknowledgements - The value indicating whether to batch functional acknowledgements.
- batch
Technical BooleanAcknowledgements - The value indicating whether to batch the technical acknowledgements.
- need
Functional BooleanAcknowledgement - The value indicating whether functional acknowledgement is needed.
- need
Loop BooleanFor Valid Messages - The value indicating whether a loop is needed for valid messages.
- need
Technical BooleanAcknowledgement - The value indicating whether technical acknowledgement is needed.
- rollover
Acknowledgement BooleanControl Number - The value indicating whether to rollover acknowledgement control number.
- send
Synchronous BooleanAcknowledgement - The value indicating whether to send synchronous acknowledgement.
- acknowledgement
Control StringNumber Prefix - The acknowledgement control number prefix.
- acknowledgement
Control StringNumber Suffix - The acknowledgement control number suffix.
- acknowledgement
Control numberNumber Lower Bound - The acknowledgement control number lower bound.
- acknowledgement
Control numberNumber Upper Bound - The acknowledgement control number upper bound.
- batch
Functional booleanAcknowledgements - The value indicating whether to batch functional acknowledgements.
- batch
Technical booleanAcknowledgements - The value indicating whether to batch the technical acknowledgements.
- need
Functional booleanAcknowledgement - The value indicating whether functional acknowledgement is needed.
- need
Loop booleanFor Valid Messages - The value indicating whether a loop is needed for valid messages.
- need
Technical booleanAcknowledgement - The value indicating whether technical acknowledgement is needed.
- rollover
Acknowledgement booleanControl Number - The value indicating whether to rollover acknowledgement control number.
- send
Synchronous booleanAcknowledgement - The value indicating whether to send synchronous acknowledgement.
- acknowledgement
Control stringNumber Prefix - The acknowledgement control number prefix.
- acknowledgement
Control stringNumber Suffix - The acknowledgement control number suffix.
- acknowledgement_
control_ intnumber_ lower_ bound - The acknowledgement control number lower bound.
- acknowledgement_
control_ intnumber_ upper_ bound - The acknowledgement control number upper bound.
- batch_
functional_ boolacknowledgements - The value indicating whether to batch functional acknowledgements.
- batch_
technical_ boolacknowledgements - The value indicating whether to batch the technical acknowledgements.
- need_
functional_ boolacknowledgement - The value indicating whether functional acknowledgement is needed.
- need_
loop_ boolfor_ valid_ messages - The value indicating whether a loop is needed for valid messages.
- need_
technical_ boolacknowledgement - The value indicating whether technical acknowledgement is needed.
- rollover_
acknowledgement_ boolcontrol_ number - The value indicating whether to rollover acknowledgement control number.
- send_
synchronous_ boolacknowledgement - The value indicating whether to send synchronous acknowledgement.
- acknowledgement_
control_ strnumber_ prefix - The acknowledgement control number prefix.
- acknowledgement_
control_ strnumber_ suffix - The acknowledgement control number suffix.
- acknowledgement
Control NumberNumber Lower Bound - The acknowledgement control number lower bound.
- acknowledgement
Control NumberNumber Upper Bound - The acknowledgement control number upper bound.
- batch
Functional BooleanAcknowledgements - The value indicating whether to batch functional acknowledgements.
- batch
Technical BooleanAcknowledgements - The value indicating whether to batch the technical acknowledgements.
- need
Functional BooleanAcknowledgement - The value indicating whether functional acknowledgement is needed.
- need
Loop BooleanFor Valid Messages - The value indicating whether a loop is needed for valid messages.
- need
Technical BooleanAcknowledgement - The value indicating whether technical acknowledgement is needed.
- rollover
Acknowledgement BooleanControl Number - The value indicating whether to rollover acknowledgement control number.
- send
Synchronous BooleanAcknowledgement - The value indicating whether to send synchronous acknowledgement.
- acknowledgement
Control StringNumber Prefix - The acknowledgement control number prefix.
- acknowledgement
Control StringNumber Suffix - The acknowledgement control number suffix.
EdifactAgreementContent, EdifactAgreementContentArgs
- Receive
Agreement Pulumi.Azure Native. Logic. Inputs. Edifact One Way Agreement - The EDIFACT one-way receive agreement.
- Send
Agreement Pulumi.Azure Native. Logic. Inputs. Edifact One Way Agreement - The EDIFACT one-way send agreement.
- Receive
Agreement EdifactOne Way Agreement - The EDIFACT one-way receive agreement.
- Send
Agreement EdifactOne Way Agreement - The EDIFACT one-way send agreement.
- receive
Agreement EdifactOne Way Agreement - The EDIFACT one-way receive agreement.
- send
Agreement EdifactOne Way Agreement - The EDIFACT one-way send agreement.
- receive
Agreement EdifactOne Way Agreement - The EDIFACT one-way receive agreement.
- send
Agreement EdifactOne Way Agreement - The EDIFACT one-way send agreement.
- receive_
agreement EdifactOne Way Agreement - The EDIFACT one-way receive agreement.
- send_
agreement EdifactOne Way Agreement - The EDIFACT one-way send agreement.
- receive
Agreement Property Map - The EDIFACT one-way receive agreement.
- send
Agreement Property Map - The EDIFACT one-way send agreement.
EdifactAgreementContentResponse, EdifactAgreementContentResponseArgs
- Receive
Agreement Pulumi.Azure Native. Logic. Inputs. Edifact One Way Agreement Response - The EDIFACT one-way receive agreement.
- Send
Agreement Pulumi.Azure Native. Logic. Inputs. Edifact One Way Agreement Response - The EDIFACT one-way send agreement.
- Receive
Agreement EdifactOne Way Agreement Response - The EDIFACT one-way receive agreement.
- Send
Agreement EdifactOne Way Agreement Response - The EDIFACT one-way send agreement.
- receive
Agreement EdifactOne Way Agreement Response - The EDIFACT one-way receive agreement.
- send
Agreement EdifactOne Way Agreement Response - The EDIFACT one-way send agreement.
- receive
Agreement EdifactOne Way Agreement Response - The EDIFACT one-way receive agreement.
- send
Agreement EdifactOne Way Agreement Response - The EDIFACT one-way send agreement.
- receive_
agreement EdifactOne Way Agreement Response - The EDIFACT one-way receive agreement.
- send_
agreement EdifactOne Way Agreement Response - The EDIFACT one-way send agreement.
- receive
Agreement Property Map - The EDIFACT one-way receive agreement.
- send
Agreement Property Map - The EDIFACT one-way send agreement.
EdifactCharacterSet, EdifactCharacterSetArgs
- Not
Specified - NotSpecified
- UNOB
- UNOB
- UNOA
- UNOA
- UNOC
- UNOC
- UNOD
- UNOD
- UNOE
- UNOE
- UNOF
- UNOF
- UNOG
- UNOG
- UNOH
- UNOH
- UNOI
- UNOI
- UNOJ
- UNOJ
- UNOK
- UNOK
- UNOX
- UNOX
- UNOY
- UNOY
- KECA
- KECA
- Edifact
Character Set Not Specified - NotSpecified
- Edifact
Character Set UNOB - UNOB
- Edifact
Character Set UNOA - UNOA
- Edifact
Character Set UNOC - UNOC
- Edifact
Character Set UNOD - UNOD
- Edifact
Character Set UNOE - UNOE
- Edifact
Character Set UNOF - UNOF
- Edifact
Character Set UNOG - UNOG
- Edifact
Character Set UNOH - UNOH
- Edifact
Character Set UNOI - UNOI
- Edifact
Character Set UNOJ - UNOJ
- Edifact
Character Set UNOK - UNOK
- Edifact
Character Set UNOX - UNOX
- Edifact
Character Set UNOY - UNOY
- Edifact
Character Set KECA - KECA
- Not
Specified - NotSpecified
- UNOB
- UNOB
- UNOA
- UNOA
- UNOC
- UNOC
- UNOD
- UNOD
- UNOE
- UNOE
- UNOF
- UNOF
- UNOG
- UNOG
- UNOH
- UNOH
- UNOI
- UNOI
- UNOJ
- UNOJ
- UNOK
- UNOK
- UNOX
- UNOX
- UNOY
- UNOY
- KECA
- KECA
- Not
Specified - NotSpecified
- UNOB
- UNOB
- UNOA
- UNOA
- UNOC
- UNOC
- UNOD
- UNOD
- UNOE
- UNOE
- UNOF
- UNOF
- UNOG
- UNOG
- UNOH
- UNOH
- UNOI
- UNOI
- UNOJ
- UNOJ
- UNOK
- UNOK
- UNOX
- UNOX
- UNOY
- UNOY
- KECA
- KECA
- NOT_SPECIFIED
- NotSpecified
- UNOB
- UNOB
- UNOA
- UNOA
- UNOC
- UNOC
- UNOD
- UNOD
- UNOE
- UNOE
- UNOF
- UNOF
- UNOG
- UNOG
- UNOH
- UNOH
- UNOI
- UNOI
- UNOJ
- UNOJ
- UNOK
- UNOK
- UNOX
- UNOX
- UNOY
- UNOY
- KECA
- KECA
- "Not
Specified" - NotSpecified
- "UNOB"
- UNOB
- "UNOA"
- UNOA
- "UNOC"
- UNOC
- "UNOD"
- UNOD
- "UNOE"
- UNOE
- "UNOF"
- UNOF
- "UNOG"
- UNOG
- "UNOH"
- UNOH
- "UNOI"
- UNOI
- "UNOJ"
- UNOJ
- "UNOK"
- UNOK
- "UNOX"
- UNOX
- "UNOY"
- UNOY
- "KECA"
- KECA
EdifactDecimalIndicator, EdifactDecimalIndicatorArgs
- Not
Specified - NotSpecified
- Comma
- Comma
- Decimal
- Decimal
- Edifact
Decimal Indicator Not Specified - NotSpecified
- Edifact
Decimal Indicator Comma - Comma
- Edifact
Decimal Indicator Decimal - Decimal
- Not
Specified - NotSpecified
- Comma
- Comma
- Decimal
- Decimal
- Not
Specified - NotSpecified
- Comma
- Comma
- Decimal
- Decimal
- NOT_SPECIFIED
- NotSpecified
- COMMA
- Comma
- DECIMAL
- Decimal
- "Not
Specified" - NotSpecified
- "Comma"
- Comma
- "Decimal"
- Decimal
EdifactDelimiterOverride, EdifactDelimiterOverrideArgs
- Component
Separator int - The component separator.
- Data
Element intSeparator - The data element separator.
- Decimal
Point Pulumi.Indicator Azure Native. Logic. Edifact Decimal Indicator - The decimal point indicator.
- Release
Indicator int - The release indicator.
- Repetition
Separator int - The repetition separator.
- Segment
Terminator int - The segment terminator.
- Segment
Terminator Pulumi.Suffix Azure Native. Logic. Segment Terminator Suffix - The segment terminator suffix.
- Message
Association stringAssigned Code - The message association assigned code.
- Message
Id string - The message id.
- Message
Release string - The message release.
- Message
Version string - The message version.
- Target
Namespace string - The target namespace on which this delimiter settings has to be applied.
- Component
Separator int - The component separator.
- Data
Element intSeparator - The data element separator.
- Decimal
Point EdifactIndicator Decimal Indicator - The decimal point indicator.
- Release
Indicator int - The release indicator.
- Repetition
Separator int - The repetition separator.
- Segment
Terminator int - The segment terminator.
- Segment
Terminator SegmentSuffix Terminator Suffix - The segment terminator suffix.
- Message
Association stringAssigned Code - The message association assigned code.
- Message
Id string - The message id.
- Message
Release string - The message release.
- Message
Version string - The message version.
- Target
Namespace string - The target namespace on which this delimiter settings has to be applied.
- component
Separator Integer - The component separator.
- data
Element IntegerSeparator - The data element separator.
- decimal
Point EdifactIndicator Decimal Indicator - The decimal point indicator.
- release
Indicator Integer - The release indicator.
- repetition
Separator Integer - The repetition separator.
- segment
Terminator Integer - The segment terminator.
- segment
Terminator SegmentSuffix Terminator Suffix - The segment terminator suffix.
- message
Association StringAssigned Code - The message association assigned code.
- message
Id String - The message id.
- message
Release String - The message release.
- message
Version String - The message version.
- target
Namespace String - The target namespace on which this delimiter settings has to be applied.
- component
Separator number - The component separator.
- data
Element numberSeparator - The data element separator.
- decimal
Point EdifactIndicator Decimal Indicator - The decimal point indicator.
- release
Indicator number - The release indicator.
- repetition
Separator number - The repetition separator.
- segment
Terminator number - The segment terminator.
- segment
Terminator SegmentSuffix Terminator Suffix - The segment terminator suffix.
- message
Association stringAssigned Code - The message association assigned code.
- message
Id string - The message id.
- message
Release string - The message release.
- message
Version string - The message version.
- target
Namespace string - The target namespace on which this delimiter settings has to be applied.
- component_
separator int - The component separator.
- data_
element_ intseparator - The data element separator.
- decimal_
point_ Edifactindicator Decimal Indicator - The decimal point indicator.
- release_
indicator int - The release indicator.
- repetition_
separator int - The repetition separator.
- segment_
terminator int - The segment terminator.
- segment_
terminator_ Segmentsuffix Terminator Suffix - The segment terminator suffix.
- message_
association_ strassigned_ code - The message association assigned code.
- message_
id str - The message id.
- message_
release str - The message release.
- message_
version str - The message version.
- target_
namespace str - The target namespace on which this delimiter settings has to be applied.
- component
Separator Number - The component separator.
- data
Element NumberSeparator - The data element separator.
- decimal
Point "NotIndicator Specified" | "Comma" | "Decimal" - The decimal point indicator.
- release
Indicator Number - The release indicator.
- repetition
Separator Number - The repetition separator.
- segment
Terminator Number - The segment terminator.
- segment
Terminator "NotSuffix Specified" | "None" | "CR" | "LF" | "CRLF" - The segment terminator suffix.
- message
Association StringAssigned Code - The message association assigned code.
- message
Id String - The message id.
- message
Release String - The message release.
- message
Version String - The message version.
- target
Namespace String - The target namespace on which this delimiter settings has to be applied.
EdifactDelimiterOverrideResponse, EdifactDelimiterOverrideResponseArgs
- Component
Separator int - The component separator.
- Data
Element intSeparator - The data element separator.
- Decimal
Point stringIndicator - The decimal point indicator.
- Release
Indicator int - The release indicator.
- Repetition
Separator int - The repetition separator.
- Segment
Terminator int - The segment terminator.
- Segment
Terminator stringSuffix - The segment terminator suffix.
- Message
Association stringAssigned Code - The message association assigned code.
- Message
Id string - The message id.
- Message
Release string - The message release.
- Message
Version string - The message version.
- Target
Namespace string - The target namespace on which this delimiter settings has to be applied.
- Component
Separator int - The component separator.
- Data
Element intSeparator - The data element separator.
- Decimal
Point stringIndicator - The decimal point indicator.
- Release
Indicator int - The release indicator.
- Repetition
Separator int - The repetition separator.
- Segment
Terminator int - The segment terminator.
- Segment
Terminator stringSuffix - The segment terminator suffix.
- Message
Association stringAssigned Code - The message association assigned code.
- Message
Id string - The message id.
- Message
Release string - The message release.
- Message
Version string - The message version.
- Target
Namespace string - The target namespace on which this delimiter settings has to be applied.
- component
Separator Integer - The component separator.
- data
Element IntegerSeparator - The data element separator.
- decimal
Point StringIndicator - The decimal point indicator.
- release
Indicator Integer - The release indicator.
- repetition
Separator Integer - The repetition separator.
- segment
Terminator Integer - The segment terminator.
- segment
Terminator StringSuffix - The segment terminator suffix.
- message
Association StringAssigned Code - The message association assigned code.
- message
Id String - The message id.
- message
Release String - The message release.
- message
Version String - The message version.
- target
Namespace String - The target namespace on which this delimiter settings has to be applied.
- component
Separator number - The component separator.
- data
Element numberSeparator - The data element separator.
- decimal
Point stringIndicator - The decimal point indicator.
- release
Indicator number - The release indicator.
- repetition
Separator number - The repetition separator.
- segment
Terminator number - The segment terminator.
- segment
Terminator stringSuffix - The segment terminator suffix.
- message
Association stringAssigned Code - The message association assigned code.
- message
Id string - The message id.
- message
Release string - The message release.
- message
Version string - The message version.
- target
Namespace string - The target namespace on which this delimiter settings has to be applied.
- component_
separator int - The component separator.
- data_
element_ intseparator - The data element separator.
- decimal_
point_ strindicator - The decimal point indicator.
- release_
indicator int - The release indicator.
- repetition_
separator int - The repetition separator.
- segment_
terminator int - The segment terminator.
- segment_
terminator_ strsuffix - The segment terminator suffix.
- message_
association_ strassigned_ code - The message association assigned code.
- message_
id str - The message id.
- message_
release str - The message release.
- message_
version str - The message version.
- target_
namespace str - The target namespace on which this delimiter settings has to be applied.
- component
Separator Number - The component separator.
- data
Element NumberSeparator - The data element separator.
- decimal
Point StringIndicator - The decimal point indicator.
- release
Indicator Number - The release indicator.
- repetition
Separator Number - The repetition separator.
- segment
Terminator Number - The segment terminator.
- segment
Terminator StringSuffix - The segment terminator suffix.
- message
Association StringAssigned Code - The message association assigned code.
- message
Id String - The message id.
- message
Release String - The message release.
- message
Version String - The message version.
- target
Namespace String - The target namespace on which this delimiter settings has to be applied.
EdifactEnvelopeOverride, EdifactEnvelopeOverrideArgs
- Application
Password string - The application password.
- Association
Assigned stringCode - The association assigned code.
- Controlling
Agency stringCode - The controlling agency code.
- Functional
Group stringId - The functional group id.
- Group
Header stringMessage Release - The group header message release.
- Group
Header stringMessage Version - The group header message version.
- Message
Association stringAssigned Code - The message association assigned code.
- Message
Id string - The message id on which this envelope settings has to be applied.
- Message
Release string - The message release version on which this envelope settings has to be applied.
- Message
Version string - The message version on which this envelope settings has to be applied.
- Receiver
Application stringId - The receiver application id.
- Receiver
Application stringQualifier - The receiver application qualifier.
- Sender
Application stringId - The sender application id.
- Sender
Application stringQualifier - The sender application qualifier.
- Target
Namespace string - The target namespace on which this envelope settings has to be applied.
- Application
Password string - The application password.
- Association
Assigned stringCode - The association assigned code.
- Controlling
Agency stringCode - The controlling agency code.
- Functional
Group stringId - The functional group id.
- Group
Header stringMessage Release - The group header message release.
- Group
Header stringMessage Version - The group header message version.
- Message
Association stringAssigned Code - The message association assigned code.
- Message
Id string - The message id on which this envelope settings has to be applied.
- Message
Release string - The message release version on which this envelope settings has to be applied.
- Message
Version string - The message version on which this envelope settings has to be applied.
- Receiver
Application stringId - The receiver application id.
- Receiver
Application stringQualifier - The receiver application qualifier.
- Sender
Application stringId - The sender application id.
- Sender
Application stringQualifier - The sender application qualifier.
- Target
Namespace string - The target namespace on which this envelope settings has to be applied.
- application
Password String - The application password.
- association
Assigned StringCode - The association assigned code.
- controlling
Agency StringCode - The controlling agency code.
- functional
Group StringId - The functional group id.
- group
Header StringMessage Release - The group header message release.
- group
Header StringMessage Version - The group header message version.
- message
Association StringAssigned Code - The message association assigned code.
- message
Id String - The message id on which this envelope settings has to be applied.
- message
Release String - The message release version on which this envelope settings has to be applied.
- message
Version String - The message version on which this envelope settings has to be applied.
- receiver
Application StringId - The receiver application id.
- receiver
Application StringQualifier - The receiver application qualifier.
- sender
Application StringId - The sender application id.
- sender
Application StringQualifier - The sender application qualifier.
- target
Namespace String - The target namespace on which this envelope settings has to be applied.
- application
Password string - The application password.
- association
Assigned stringCode - The association assigned code.
- controlling
Agency stringCode - The controlling agency code.
- functional
Group stringId - The functional group id.
- group
Header stringMessage Release - The group header message release.
- group
Header stringMessage Version - The group header message version.
- message
Association stringAssigned Code - The message association assigned code.
- message
Id string - The message id on which this envelope settings has to be applied.
- message
Release string - The message release version on which this envelope settings has to be applied.
- message
Version string - The message version on which this envelope settings has to be applied.
- receiver
Application stringId - The receiver application id.
- receiver
Application stringQualifier - The receiver application qualifier.
- sender
Application stringId - The sender application id.
- sender
Application stringQualifier - The sender application qualifier.
- target
Namespace string - The target namespace on which this envelope settings has to be applied.
- application_
password str - The application password.
- association_
assigned_ strcode - The association assigned code.
- controlling_
agency_ strcode - The controlling agency code.
- functional_
group_ strid - The functional group id.
- group_
header_ strmessage_ release - The group header message release.
- group_
header_ strmessage_ version - The group header message version.
- message_
association_ strassigned_ code - The message association assigned code.
- message_
id str - The message id on which this envelope settings has to be applied.
- message_
release str - The message release version on which this envelope settings has to be applied.
- message_
version str - The message version on which this envelope settings has to be applied.
- receiver_
application_ strid - The receiver application id.
- receiver_
application_ strqualifier - The receiver application qualifier.
- sender_
application_ strid - The sender application id.
- sender_
application_ strqualifier - The sender application qualifier.
- target_
namespace str - The target namespace on which this envelope settings has to be applied.
- application
Password String - The application password.
- association
Assigned StringCode - The association assigned code.
- controlling
Agency StringCode - The controlling agency code.
- functional
Group StringId - The functional group id.
- group
Header StringMessage Release - The group header message release.
- group
Header StringMessage Version - The group header message version.
- message
Association StringAssigned Code - The message association assigned code.
- message
Id String - The message id on which this envelope settings has to be applied.
- message
Release String - The message release version on which this envelope settings has to be applied.
- message
Version String - The message version on which this envelope settings has to be applied.
- receiver
Application StringId - The receiver application id.
- receiver
Application StringQualifier - The receiver application qualifier.
- sender
Application StringId - The sender application id.
- sender
Application StringQualifier - The sender application qualifier.
- target
Namespace String - The target namespace on which this envelope settings has to be applied.
EdifactEnvelopeOverrideResponse, EdifactEnvelopeOverrideResponseArgs
- Application
Password string - The application password.
- Association
Assigned stringCode - The association assigned code.
- Controlling
Agency stringCode - The controlling agency code.
- Functional
Group stringId - The functional group id.
- Group
Header stringMessage Release - The group header message release.
- Group
Header stringMessage Version - The group header message version.
- Message
Association stringAssigned Code - The message association assigned code.
- Message
Id string - The message id on which this envelope settings has to be applied.
- Message
Release string - The message release version on which this envelope settings has to be applied.
- Message
Version string - The message version on which this envelope settings has to be applied.
- Receiver
Application stringId - The receiver application id.
- Receiver
Application stringQualifier - The receiver application qualifier.
- Sender
Application stringId - The sender application id.
- Sender
Application stringQualifier - The sender application qualifier.
- Target
Namespace string - The target namespace on which this envelope settings has to be applied.
- Application
Password string - The application password.
- Association
Assigned stringCode - The association assigned code.
- Controlling
Agency stringCode - The controlling agency code.
- Functional
Group stringId - The functional group id.
- Group
Header stringMessage Release - The group header message release.
- Group
Header stringMessage Version - The group header message version.
- Message
Association stringAssigned Code - The message association assigned code.
- Message
Id string - The message id on which this envelope settings has to be applied.
- Message
Release string - The message release version on which this envelope settings has to be applied.
- Message
Version string - The message version on which this envelope settings has to be applied.
- Receiver
Application stringId - The receiver application id.
- Receiver
Application stringQualifier - The receiver application qualifier.
- Sender
Application stringId - The sender application id.
- Sender
Application stringQualifier - The sender application qualifier.
- Target
Namespace string - The target namespace on which this envelope settings has to be applied.
- application
Password String - The application password.
- association
Assigned StringCode - The association assigned code.
- controlling
Agency StringCode - The controlling agency code.
- functional
Group StringId - The functional group id.
- group
Header StringMessage Release - The group header message release.
- group
Header StringMessage Version - The group header message version.
- message
Association StringAssigned Code - The message association assigned code.
- message
Id String - The message id on which this envelope settings has to be applied.
- message
Release String - The message release version on which this envelope settings has to be applied.
- message
Version String - The message version on which this envelope settings has to be applied.
- receiver
Application StringId - The receiver application id.
- receiver
Application StringQualifier - The receiver application qualifier.
- sender
Application StringId - The sender application id.
- sender
Application StringQualifier - The sender application qualifier.
- target
Namespace String - The target namespace on which this envelope settings has to be applied.
- application
Password string - The application password.
- association
Assigned stringCode - The association assigned code.
- controlling
Agency stringCode - The controlling agency code.
- functional
Group stringId - The functional group id.
- group
Header stringMessage Release - The group header message release.
- group
Header stringMessage Version - The group header message version.
- message
Association stringAssigned Code - The message association assigned code.
- message
Id string - The message id on which this envelope settings has to be applied.
- message
Release string - The message release version on which this envelope settings has to be applied.
- message
Version string - The message version on which this envelope settings has to be applied.
- receiver
Application stringId - The receiver application id.
- receiver
Application stringQualifier - The receiver application qualifier.
- sender
Application stringId - The sender application id.
- sender
Application stringQualifier - The sender application qualifier.
- target
Namespace string - The target namespace on which this envelope settings has to be applied.
- application_
password str - The application password.
- association_
assigned_ strcode - The association assigned code.
- controlling_
agency_ strcode - The controlling agency code.
- functional_
group_ strid - The functional group id.
- group_
header_ strmessage_ release - The group header message release.
- group_
header_ strmessage_ version - The group header message version.
- message_
association_ strassigned_ code - The message association assigned code.
- message_
id str - The message id on which this envelope settings has to be applied.
- message_
release str - The message release version on which this envelope settings has to be applied.
- message_
version str - The message version on which this envelope settings has to be applied.
- receiver_
application_ strid - The receiver application id.
- receiver_
application_ strqualifier - The receiver application qualifier.
- sender_
application_ strid - The sender application id.
- sender_
application_ strqualifier - The sender application qualifier.
- target_
namespace str - The target namespace on which this envelope settings has to be applied.
- application
Password String - The application password.
- association
Assigned StringCode - The association assigned code.
- controlling
Agency StringCode - The controlling agency code.
- functional
Group StringId - The functional group id.
- group
Header StringMessage Release - The group header message release.
- group
Header StringMessage Version - The group header message version.
- message
Association StringAssigned Code - The message association assigned code.
- message
Id String - The message id on which this envelope settings has to be applied.
- message
Release String - The message release version on which this envelope settings has to be applied.
- message
Version String - The message version on which this envelope settings has to be applied.
- receiver
Application StringId - The receiver application id.
- receiver
Application StringQualifier - The receiver application qualifier.
- sender
Application StringId - The sender application id.
- sender
Application StringQualifier - The sender application qualifier.
- target
Namespace String - The target namespace on which this envelope settings has to be applied.
EdifactEnvelopeSettings, EdifactEnvelopeSettingsArgs
- Apply
Delimiter boolString Advice - The value indicating whether to apply delimiter string advice.
- Create
Grouping boolSegments - The value indicating whether to create grouping segments.
- Enable
Default boolGroup Headers - The value indicating whether to enable default group headers.
- Group
Control doubleNumber Lower Bound - The group control number lower bound.
- Group
Control doubleNumber Upper Bound - The group control number upper bound.
- Interchange
Control doubleNumber Lower Bound - The interchange control number lower bound.
- Interchange
Control doubleNumber Upper Bound - The interchange control number upper bound.
- Is
Test boolInterchange - The value indicating whether the message is a test interchange.
- Overwrite
Existing boolTransaction Set Control Number - The value indicating whether to overwrite existing transaction set control number.
- Rollover
Group boolControl Number - The value indicating whether to rollover group control number.
- Rollover
Interchange boolControl Number - The value indicating whether to rollover interchange control number.
- Rollover
Transaction boolSet Control Number - The value indicating whether to rollover transaction set control number.
- Transaction
Set doubleControl Number Lower Bound - The transaction set control number lower bound.
- Transaction
Set doubleControl Number Upper Bound - The transaction set control number upper bound.
- Application
Reference stringId - The application reference id.
- Communication
Agreement stringId - The communication agreement id.
- Functional
Group stringId - The functional group id.
- Group
Application stringPassword - The group application password.
- Group
Application stringReceiver Id - The group application receiver id.
- Group
Application stringReceiver Qualifier - The group application receiver qualifier.
- Group
Application stringSender Id - The group application sender id.
- Group
Application stringSender Qualifier - The group application sender qualifier.
- Group
Association stringAssigned Code - The group association assigned code.
- Group
Control stringNumber Prefix - The group control number prefix.
- Group
Control stringNumber Suffix - The group control number suffix.
- Group
Controlling stringAgency Code - The group controlling agency code.
- Group
Message stringRelease - The group message release.
- Group
Message stringVersion - The group message version.
- Interchange
Control stringNumber Prefix - The interchange control number prefix.
- Interchange
Control stringNumber Suffix - The interchange control number suffix.
- Processing
Priority stringCode - The processing priority code.
- Receiver
Internal stringIdentification - The receiver internal identification.
- Receiver
Internal stringSub Identification - The receiver internal sub identification.
- Receiver
Reverse stringRouting Address - The receiver reverse routing address.
- Recipient
Reference stringPassword Qualifier - The recipient reference password qualifier.
- Recipient
Reference stringPassword Value - The recipient reference password value.
- Sender
Internal stringIdentification - The sender internal identification.
- Sender
Internal stringSub Identification - The sender internal sub identification.
- Sender
Reverse stringRouting Address - The sender reverse routing address.
- Transaction
Set stringControl Number Prefix - The transaction set control number prefix.
- Transaction
Set stringControl Number Suffix - The transaction set control number suffix.
- Apply
Delimiter boolString Advice - The value indicating whether to apply delimiter string advice.
- Create
Grouping boolSegments - The value indicating whether to create grouping segments.
- Enable
Default boolGroup Headers - The value indicating whether to enable default group headers.
- Group
Control float64Number Lower Bound - The group control number lower bound.
- Group
Control float64Number Upper Bound - The group control number upper bound.
- Interchange
Control float64Number Lower Bound - The interchange control number lower bound.
- Interchange
Control float64Number Upper Bound - The interchange control number upper bound.
- Is
Test boolInterchange - The value indicating whether the message is a test interchange.
- Overwrite
Existing boolTransaction Set Control Number - The value indicating whether to overwrite existing transaction set control number.
- Rollover
Group boolControl Number - The value indicating whether to rollover group control number.
- Rollover
Interchange boolControl Number - The value indicating whether to rollover interchange control number.
- Rollover
Transaction boolSet Control Number - The value indicating whether to rollover transaction set control number.
- Transaction
Set float64Control Number Lower Bound - The transaction set control number lower bound.
- Transaction
Set float64Control Number Upper Bound - The transaction set control number upper bound.
- Application
Reference stringId - The application reference id.
- Communication
Agreement stringId - The communication agreement id.
- Functional
Group stringId - The functional group id.
- Group
Application stringPassword - The group application password.
- Group
Application stringReceiver Id - The group application receiver id.
- Group
Application stringReceiver Qualifier - The group application receiver qualifier.
- Group
Application stringSender Id - The group application sender id.
- Group
Application stringSender Qualifier - The group application sender qualifier.
- Group
Association stringAssigned Code - The group association assigned code.
- Group
Control stringNumber Prefix - The group control number prefix.
- Group
Control stringNumber Suffix - The group control number suffix.
- Group
Controlling stringAgency Code - The group controlling agency code.
- Group
Message stringRelease - The group message release.
- Group
Message stringVersion - The group message version.
- Interchange
Control stringNumber Prefix - The interchange control number prefix.
- Interchange
Control stringNumber Suffix - The interchange control number suffix.
- Processing
Priority stringCode - The processing priority code.
- Receiver
Internal stringIdentification - The receiver internal identification.
- Receiver
Internal stringSub Identification - The receiver internal sub identification.
- Receiver
Reverse stringRouting Address - The receiver reverse routing address.
- Recipient
Reference stringPassword Qualifier - The recipient reference password qualifier.
- Recipient
Reference stringPassword Value - The recipient reference password value.
- Sender
Internal stringIdentification - The sender internal identification.
- Sender
Internal stringSub Identification - The sender internal sub identification.
- Sender
Reverse stringRouting Address - The sender reverse routing address.
- Transaction
Set stringControl Number Prefix - The transaction set control number prefix.
- Transaction
Set stringControl Number Suffix - The transaction set control number suffix.
- apply
Delimiter BooleanString Advice - The value indicating whether to apply delimiter string advice.
- create
Grouping BooleanSegments - The value indicating whether to create grouping segments.
- enable
Default BooleanGroup Headers - The value indicating whether to enable default group headers.
- group
Control DoubleNumber Lower Bound - The group control number lower bound.
- group
Control DoubleNumber Upper Bound - The group control number upper bound.
- interchange
Control DoubleNumber Lower Bound - The interchange control number lower bound.
- interchange
Control DoubleNumber Upper Bound - The interchange control number upper bound.
- is
Test BooleanInterchange - The value indicating whether the message is a test interchange.
- overwrite
Existing BooleanTransaction Set Control Number - The value indicating whether to overwrite existing transaction set control number.
- rollover
Group BooleanControl Number - The value indicating whether to rollover group control number.
- rollover
Interchange BooleanControl Number - The value indicating whether to rollover interchange control number.
- rollover
Transaction BooleanSet Control Number - The value indicating whether to rollover transaction set control number.
- transaction
Set DoubleControl Number Lower Bound - The transaction set control number lower bound.
- transaction
Set DoubleControl Number Upper Bound - The transaction set control number upper bound.
- application
Reference StringId - The application reference id.
- communication
Agreement StringId - The communication agreement id.
- functional
Group StringId - The functional group id.
- group
Application StringPassword - The group application password.
- group
Application StringReceiver Id - The group application receiver id.
- group
Application StringReceiver Qualifier - The group application receiver qualifier.
- group
Application StringSender Id - The group application sender id.
- group
Application StringSender Qualifier - The group application sender qualifier.
- group
Association StringAssigned Code - The group association assigned code.
- group
Control StringNumber Prefix - The group control number prefix.
- group
Control StringNumber Suffix - The group control number suffix.
- group
Controlling StringAgency Code - The group controlling agency code.
- group
Message StringRelease - The group message release.
- group
Message StringVersion - The group message version.
- interchange
Control StringNumber Prefix - The interchange control number prefix.
- interchange
Control StringNumber Suffix - The interchange control number suffix.
- processing
Priority StringCode - The processing priority code.
- receiver
Internal StringIdentification - The receiver internal identification.
- receiver
Internal StringSub Identification - The receiver internal sub identification.
- receiver
Reverse StringRouting Address - The receiver reverse routing address.
- recipient
Reference StringPassword Qualifier - The recipient reference password qualifier.
- recipient
Reference StringPassword Value - The recipient reference password value.
- sender
Internal StringIdentification - The sender internal identification.
- sender
Internal StringSub Identification - The sender internal sub identification.
- sender
Reverse StringRouting Address - The sender reverse routing address.
- transaction
Set StringControl Number Prefix - The transaction set control number prefix.
- transaction
Set StringControl Number Suffix - The transaction set control number suffix.
- apply
Delimiter booleanString Advice - The value indicating whether to apply delimiter string advice.
- create
Grouping booleanSegments - The value indicating whether to create grouping segments.
- enable
Default booleanGroup Headers - The value indicating whether to enable default group headers.
- group
Control numberNumber Lower Bound - The group control number lower bound.
- group
Control numberNumber Upper Bound - The group control number upper bound.
- interchange
Control numberNumber Lower Bound - The interchange control number lower bound.
- interchange
Control numberNumber Upper Bound - The interchange control number upper bound.
- is
Test booleanInterchange - The value indicating whether the message is a test interchange.
- overwrite
Existing booleanTransaction Set Control Number - The value indicating whether to overwrite existing transaction set control number.
- rollover
Group booleanControl Number - The value indicating whether to rollover group control number.
- rollover
Interchange booleanControl Number - The value indicating whether to rollover interchange control number.
- rollover
Transaction booleanSet Control Number - The value indicating whether to rollover transaction set control number.
- transaction
Set numberControl Number Lower Bound - The transaction set control number lower bound.
- transaction
Set numberControl Number Upper Bound - The transaction set control number upper bound.
- application
Reference stringId - The application reference id.
- communication
Agreement stringId - The communication agreement id.
- functional
Group stringId - The functional group id.
- group
Application stringPassword - The group application password.
- group
Application stringReceiver Id - The group application receiver id.
- group
Application stringReceiver Qualifier - The group application receiver qualifier.
- group
Application stringSender Id - The group application sender id.
- group
Application stringSender Qualifier - The group application sender qualifier.
- group
Association stringAssigned Code - The group association assigned code.
- group
Control stringNumber Prefix - The group control number prefix.
- group
Control stringNumber Suffix - The group control number suffix.
- group
Controlling stringAgency Code - The group controlling agency code.
- group
Message stringRelease - The group message release.
- group
Message stringVersion - The group message version.
- interchange
Control stringNumber Prefix - The interchange control number prefix.
- interchange
Control stringNumber Suffix - The interchange control number suffix.
- processing
Priority stringCode - The processing priority code.
- receiver
Internal stringIdentification - The receiver internal identification.
- receiver
Internal stringSub Identification - The receiver internal sub identification.
- receiver
Reverse stringRouting Address - The receiver reverse routing address.
- recipient
Reference stringPassword Qualifier - The recipient reference password qualifier.
- recipient
Reference stringPassword Value - The recipient reference password value.
- sender
Internal stringIdentification - The sender internal identification.
- sender
Internal stringSub Identification - The sender internal sub identification.
- sender
Reverse stringRouting Address - The sender reverse routing address.
- transaction
Set stringControl Number Prefix - The transaction set control number prefix.
- transaction
Set stringControl Number Suffix - The transaction set control number suffix.
- apply_
delimiter_ boolstring_ advice - The value indicating whether to apply delimiter string advice.
- create_
grouping_ boolsegments - The value indicating whether to create grouping segments.
- enable_
default_ boolgroup_ headers - The value indicating whether to enable default group headers.
- group_
control_ floatnumber_ lower_ bound - The group control number lower bound.
- group_
control_ floatnumber_ upper_ bound - The group control number upper bound.
- interchange_
control_ floatnumber_ lower_ bound - The interchange control number lower bound.
- interchange_
control_ floatnumber_ upper_ bound - The interchange control number upper bound.
- is_
test_ boolinterchange - The value indicating whether the message is a test interchange.
- overwrite_
existing_ booltransaction_ set_ control_ number - The value indicating whether to overwrite existing transaction set control number.
- rollover_
group_ boolcontrol_ number - The value indicating whether to rollover group control number.
- rollover_
interchange_ boolcontrol_ number - The value indicating whether to rollover interchange control number.
- rollover_
transaction_ boolset_ control_ number - The value indicating whether to rollover transaction set control number.
- transaction_
set_ floatcontrol_ number_ lower_ bound - The transaction set control number lower bound.
- transaction_
set_ floatcontrol_ number_ upper_ bound - The transaction set control number upper bound.
- application_
reference_ strid - The application reference id.
- communication_
agreement_ strid - The communication agreement id.
- functional_
group_ strid - The functional group id.
- group_
application_ strpassword - The group application password.
- group_
application_ strreceiver_ id - The group application receiver id.
- group_
application_ strreceiver_ qualifier - The group application receiver qualifier.
- group_
application_ strsender_ id - The group application sender id.
- group_
application_ strsender_ qualifier - The group application sender qualifier.
- group_
association_ strassigned_ code - The group association assigned code.
- group_
control_ strnumber_ prefix - The group control number prefix.
- group_
control_ strnumber_ suffix - The group control number suffix.
- group_
controlling_ stragency_ code - The group controlling agency code.
- group_
message_ strrelease - The group message release.
- group_
message_ strversion - The group message version.
- interchange_
control_ strnumber_ prefix - The interchange control number prefix.
- interchange_
control_ strnumber_ suffix - The interchange control number suffix.
- processing_
priority_ strcode - The processing priority code.
- receiver_
internal_ stridentification - The receiver internal identification.
- receiver_
internal_ strsub_ identification - The receiver internal sub identification.
- receiver_
reverse_ strrouting_ address - The receiver reverse routing address.
- recipient_
reference_ strpassword_ qualifier - The recipient reference password qualifier.
- recipient_
reference_ strpassword_ value - The recipient reference password value.
- sender_
internal_ stridentification - The sender internal identification.
- sender_
internal_ strsub_ identification - The sender internal sub identification.
- sender_
reverse_ strrouting_ address - The sender reverse routing address.
- transaction_
set_ strcontrol_ number_ prefix - The transaction set control number prefix.
- transaction_
set_ strcontrol_ number_ suffix - The transaction set control number suffix.
- apply
Delimiter BooleanString Advice - The value indicating whether to apply delimiter string advice.
- create
Grouping BooleanSegments - The value indicating whether to create grouping segments.
- enable
Default BooleanGroup Headers - The value indicating whether to enable default group headers.
- group
Control NumberNumber Lower Bound - The group control number lower bound.
- group
Control NumberNumber Upper Bound - The group control number upper bound.
- interchange
Control NumberNumber Lower Bound - The interchange control number lower bound.
- interchange
Control NumberNumber Upper Bound - The interchange control number upper bound.
- is
Test BooleanInterchange - The value indicating whether the message is a test interchange.
- overwrite
Existing BooleanTransaction Set Control Number - The value indicating whether to overwrite existing transaction set control number.
- rollover
Group BooleanControl Number - The value indicating whether to rollover group control number.
- rollover
Interchange BooleanControl Number - The value indicating whether to rollover interchange control number.
- rollover
Transaction BooleanSet Control Number - The value indicating whether to rollover transaction set control number.
- transaction
Set NumberControl Number Lower Bound - The transaction set control number lower bound.
- transaction
Set NumberControl Number Upper Bound - The transaction set control number upper bound.
- application
Reference StringId - The application reference id.
- communication
Agreement StringId - The communication agreement id.
- functional
Group StringId - The functional group id.
- group
Application StringPassword - The group application password.
- group
Application StringReceiver Id - The group application receiver id.
- group
Application StringReceiver Qualifier - The group application receiver qualifier.
- group
Application StringSender Id - The group application sender id.
- group
Application StringSender Qualifier - The group application sender qualifier.
- group
Association StringAssigned Code - The group association assigned code.
- group
Control StringNumber Prefix - The group control number prefix.
- group
Control StringNumber Suffix - The group control number suffix.
- group
Controlling StringAgency Code - The group controlling agency code.
- group
Message StringRelease - The group message release.
- group
Message StringVersion - The group message version.
- interchange
Control StringNumber Prefix - The interchange control number prefix.
- interchange
Control StringNumber Suffix - The interchange control number suffix.
- processing
Priority StringCode - The processing priority code.
- receiver
Internal StringIdentification - The receiver internal identification.
- receiver
Internal StringSub Identification - The receiver internal sub identification.
- receiver
Reverse StringRouting Address - The receiver reverse routing address.
- recipient
Reference StringPassword Qualifier - The recipient reference password qualifier.
- recipient
Reference StringPassword Value - The recipient reference password value.
- sender
Internal StringIdentification - The sender internal identification.
- sender
Internal StringSub Identification - The sender internal sub identification.
- sender
Reverse StringRouting Address - The sender reverse routing address.
- transaction
Set StringControl Number Prefix - The transaction set control number prefix.
- transaction
Set StringControl Number Suffix - The transaction set control number suffix.
EdifactEnvelopeSettingsResponse, EdifactEnvelopeSettingsResponseArgs
- Apply
Delimiter boolString Advice - The value indicating whether to apply delimiter string advice.
- Create
Grouping boolSegments - The value indicating whether to create grouping segments.
- Enable
Default boolGroup Headers - The value indicating whether to enable default group headers.
- Group
Control doubleNumber Lower Bound - The group control number lower bound.
- Group
Control doubleNumber Upper Bound - The group control number upper bound.
- Interchange
Control doubleNumber Lower Bound - The interchange control number lower bound.
- Interchange
Control doubleNumber Upper Bound - The interchange control number upper bound.
- Is
Test boolInterchange - The value indicating whether the message is a test interchange.
- Overwrite
Existing boolTransaction Set Control Number - The value indicating whether to overwrite existing transaction set control number.
- Rollover
Group boolControl Number - The value indicating whether to rollover group control number.
- Rollover
Interchange boolControl Number - The value indicating whether to rollover interchange control number.
- Rollover
Transaction boolSet Control Number - The value indicating whether to rollover transaction set control number.
- Transaction
Set doubleControl Number Lower Bound - The transaction set control number lower bound.
- Transaction
Set doubleControl Number Upper Bound - The transaction set control number upper bound.
- Application
Reference stringId - The application reference id.
- Communication
Agreement stringId - The communication agreement id.
- Functional
Group stringId - The functional group id.
- Group
Application stringPassword - The group application password.
- Group
Application stringReceiver Id - The group application receiver id.
- Group
Application stringReceiver Qualifier - The group application receiver qualifier.
- Group
Application stringSender Id - The group application sender id.
- Group
Application stringSender Qualifier - The group application sender qualifier.
- Group
Association stringAssigned Code - The group association assigned code.
- Group
Control stringNumber Prefix - The group control number prefix.
- Group
Control stringNumber Suffix - The group control number suffix.
- Group
Controlling stringAgency Code - The group controlling agency code.
- Group
Message stringRelease - The group message release.
- Group
Message stringVersion - The group message version.
- Interchange
Control stringNumber Prefix - The interchange control number prefix.
- Interchange
Control stringNumber Suffix - The interchange control number suffix.
- Processing
Priority stringCode - The processing priority code.
- Receiver
Internal stringIdentification - The receiver internal identification.
- Receiver
Internal stringSub Identification - The receiver internal sub identification.
- Receiver
Reverse stringRouting Address - The receiver reverse routing address.
- Recipient
Reference stringPassword Qualifier - The recipient reference password qualifier.
- Recipient
Reference stringPassword Value - The recipient reference password value.
- Sender
Internal stringIdentification - The sender internal identification.
- Sender
Internal stringSub Identification - The sender internal sub identification.
- Sender
Reverse stringRouting Address - The sender reverse routing address.
- Transaction
Set stringControl Number Prefix - The transaction set control number prefix.
- Transaction
Set stringControl Number Suffix - The transaction set control number suffix.
- Apply
Delimiter boolString Advice - The value indicating whether to apply delimiter string advice.
- Create
Grouping boolSegments - The value indicating whether to create grouping segments.
- Enable
Default boolGroup Headers - The value indicating whether to enable default group headers.
- Group
Control float64Number Lower Bound - The group control number lower bound.
- Group
Control float64Number Upper Bound - The group control number upper bound.
- Interchange
Control float64Number Lower Bound - The interchange control number lower bound.
- Interchange
Control float64Number Upper Bound - The interchange control number upper bound.
- Is
Test boolInterchange - The value indicating whether the message is a test interchange.
- Overwrite
Existing boolTransaction Set Control Number - The value indicating whether to overwrite existing transaction set control number.
- Rollover
Group boolControl Number - The value indicating whether to rollover group control number.
- Rollover
Interchange boolControl Number - The value indicating whether to rollover interchange control number.
- Rollover
Transaction boolSet Control Number - The value indicating whether to rollover transaction set control number.
- Transaction
Set float64Control Number Lower Bound - The transaction set control number lower bound.
- Transaction
Set float64Control Number Upper Bound - The transaction set control number upper bound.
- Application
Reference stringId - The application reference id.
- Communication
Agreement stringId - The communication agreement id.
- Functional
Group stringId - The functional group id.
- Group
Application stringPassword - The group application password.
- Group
Application stringReceiver Id - The group application receiver id.
- Group
Application stringReceiver Qualifier - The group application receiver qualifier.
- Group
Application stringSender Id - The group application sender id.
- Group
Application stringSender Qualifier - The group application sender qualifier.
- Group
Association stringAssigned Code - The group association assigned code.
- Group
Control stringNumber Prefix - The group control number prefix.
- Group
Control stringNumber Suffix - The group control number suffix.
- Group
Controlling stringAgency Code - The group controlling agency code.
- Group
Message stringRelease - The group message release.
- Group
Message stringVersion - The group message version.
- Interchange
Control stringNumber Prefix - The interchange control number prefix.
- Interchange
Control stringNumber Suffix - The interchange control number suffix.
- Processing
Priority stringCode - The processing priority code.
- Receiver
Internal stringIdentification - The receiver internal identification.
- Receiver
Internal stringSub Identification - The receiver internal sub identification.
- Receiver
Reverse stringRouting Address - The receiver reverse routing address.
- Recipient
Reference stringPassword Qualifier - The recipient reference password qualifier.
- Recipient
Reference stringPassword Value - The recipient reference password value.
- Sender
Internal stringIdentification - The sender internal identification.
- Sender
Internal stringSub Identification - The sender internal sub identification.
- Sender
Reverse stringRouting Address - The sender reverse routing address.
- Transaction
Set stringControl Number Prefix - The transaction set control number prefix.
- Transaction
Set stringControl Number Suffix - The transaction set control number suffix.
- apply
Delimiter BooleanString Advice - The value indicating whether to apply delimiter string advice.
- create
Grouping BooleanSegments - The value indicating whether to create grouping segments.
- enable
Default BooleanGroup Headers - The value indicating whether to enable default group headers.
- group
Control DoubleNumber Lower Bound - The group control number lower bound.
- group
Control DoubleNumber Upper Bound - The group control number upper bound.
- interchange
Control DoubleNumber Lower Bound - The interchange control number lower bound.
- interchange
Control DoubleNumber Upper Bound - The interchange control number upper bound.
- is
Test BooleanInterchange - The value indicating whether the message is a test interchange.
- overwrite
Existing BooleanTransaction Set Control Number - The value indicating whether to overwrite existing transaction set control number.
- rollover
Group BooleanControl Number - The value indicating whether to rollover group control number.
- rollover
Interchange BooleanControl Number - The value indicating whether to rollover interchange control number.
- rollover
Transaction BooleanSet Control Number - The value indicating whether to rollover transaction set control number.
- transaction
Set DoubleControl Number Lower Bound - The transaction set control number lower bound.
- transaction
Set DoubleControl Number Upper Bound - The transaction set control number upper bound.
- application
Reference StringId - The application reference id.
- communication
Agreement StringId - The communication agreement id.
- functional
Group StringId - The functional group id.
- group
Application StringPassword - The group application password.
- group
Application StringReceiver Id - The group application receiver id.
- group
Application StringReceiver Qualifier - The group application receiver qualifier.
- group
Application StringSender Id - The group application sender id.
- group
Application StringSender Qualifier - The group application sender qualifier.
- group
Association StringAssigned Code - The group association assigned code.
- group
Control StringNumber Prefix - The group control number prefix.
- group
Control StringNumber Suffix - The group control number suffix.
- group
Controlling StringAgency Code - The group controlling agency code.
- group
Message StringRelease - The group message release.
- group
Message StringVersion - The group message version.
- interchange
Control StringNumber Prefix - The interchange control number prefix.
- interchange
Control StringNumber Suffix - The interchange control number suffix.
- processing
Priority StringCode - The processing priority code.
- receiver
Internal StringIdentification - The receiver internal identification.
- receiver
Internal StringSub Identification - The receiver internal sub identification.
- receiver
Reverse StringRouting Address - The receiver reverse routing address.
- recipient
Reference StringPassword Qualifier - The recipient reference password qualifier.
- recipient
Reference StringPassword Value - The recipient reference password value.
- sender
Internal StringIdentification - The sender internal identification.
- sender
Internal StringSub Identification - The sender internal sub identification.
- sender
Reverse StringRouting Address - The sender reverse routing address.
- transaction
Set StringControl Number Prefix - The transaction set control number prefix.
- transaction
Set StringControl Number Suffix - The transaction set control number suffix.
- apply
Delimiter booleanString Advice - The value indicating whether to apply delimiter string advice.
- create
Grouping booleanSegments - The value indicating whether to create grouping segments.
- enable
Default booleanGroup Headers - The value indicating whether to enable default group headers.
- group
Control numberNumber Lower Bound - The group control number lower bound.
- group
Control numberNumber Upper Bound - The group control number upper bound.
- interchange
Control numberNumber Lower Bound - The interchange control number lower bound.
- interchange
Control numberNumber Upper Bound - The interchange control number upper bound.
- is
Test booleanInterchange - The value indicating whether the message is a test interchange.
- overwrite
Existing booleanTransaction Set Control Number - The value indicating whether to overwrite existing transaction set control number.
- rollover
Group booleanControl Number - The value indicating whether to rollover group control number.
- rollover
Interchange booleanControl Number - The value indicating whether to rollover interchange control number.
- rollover
Transaction booleanSet Control Number - The value indicating whether to rollover transaction set control number.
- transaction
Set numberControl Number Lower Bound - The transaction set control number lower bound.
- transaction
Set numberControl Number Upper Bound - The transaction set control number upper bound.
- application
Reference stringId - The application reference id.
- communication
Agreement stringId - The communication agreement id.
- functional
Group stringId - The functional group id.
- group
Application stringPassword - The group application password.
- group
Application stringReceiver Id - The group application receiver id.
- group
Application stringReceiver Qualifier - The group application receiver qualifier.
- group
Application stringSender Id - The group application sender id.
- group
Application stringSender Qualifier - The group application sender qualifier.
- group
Association stringAssigned Code - The group association assigned code.
- group
Control stringNumber Prefix - The group control number prefix.
- group
Control stringNumber Suffix - The group control number suffix.
- group
Controlling stringAgency Code - The group controlling agency code.
- group
Message stringRelease - The group message release.
- group
Message stringVersion - The group message version.
- interchange
Control stringNumber Prefix - The interchange control number prefix.
- interchange
Control stringNumber Suffix - The interchange control number suffix.
- processing
Priority stringCode - The processing priority code.
- receiver
Internal stringIdentification - The receiver internal identification.
- receiver
Internal stringSub Identification - The receiver internal sub identification.
- receiver
Reverse stringRouting Address - The receiver reverse routing address.
- recipient
Reference stringPassword Qualifier - The recipient reference password qualifier.
- recipient
Reference stringPassword Value - The recipient reference password value.
- sender
Internal stringIdentification - The sender internal identification.
- sender
Internal stringSub Identification - The sender internal sub identification.
- sender
Reverse stringRouting Address - The sender reverse routing address.
- transaction
Set stringControl Number Prefix - The transaction set control number prefix.
- transaction
Set stringControl Number Suffix - The transaction set control number suffix.
- apply_
delimiter_ boolstring_ advice - The value indicating whether to apply delimiter string advice.
- create_
grouping_ boolsegments - The value indicating whether to create grouping segments.
- enable_
default_ boolgroup_ headers - The value indicating whether to enable default group headers.
- group_
control_ floatnumber_ lower_ bound - The group control number lower bound.
- group_
control_ floatnumber_ upper_ bound - The group control number upper bound.
- interchange_
control_ floatnumber_ lower_ bound - The interchange control number lower bound.
- interchange_
control_ floatnumber_ upper_ bound - The interchange control number upper bound.
- is_
test_ boolinterchange - The value indicating whether the message is a test interchange.
- overwrite_
existing_ booltransaction_ set_ control_ number - The value indicating whether to overwrite existing transaction set control number.
- rollover_
group_ boolcontrol_ number - The value indicating whether to rollover group control number.
- rollover_
interchange_ boolcontrol_ number - The value indicating whether to rollover interchange control number.
- rollover_
transaction_ boolset_ control_ number - The value indicating whether to rollover transaction set control number.
- transaction_
set_ floatcontrol_ number_ lower_ bound - The transaction set control number lower bound.
- transaction_
set_ floatcontrol_ number_ upper_ bound - The transaction set control number upper bound.
- application_
reference_ strid - The application reference id.
- communication_
agreement_ strid - The communication agreement id.
- functional_
group_ strid - The functional group id.
- group_
application_ strpassword - The group application password.
- group_
application_ strreceiver_ id - The group application receiver id.
- group_
application_ strreceiver_ qualifier - The group application receiver qualifier.
- group_
application_ strsender_ id - The group application sender id.
- group_
application_ strsender_ qualifier - The group application sender qualifier.
- group_
association_ strassigned_ code - The group association assigned code.
- group_
control_ strnumber_ prefix - The group control number prefix.
- group_
control_ strnumber_ suffix - The group control number suffix.
- group_
controlling_ stragency_ code - The group controlling agency code.
- group_
message_ strrelease - The group message release.
- group_
message_ strversion - The group message version.
- interchange_
control_ strnumber_ prefix - The interchange control number prefix.
- interchange_
control_ strnumber_ suffix - The interchange control number suffix.
- processing_
priority_ strcode - The processing priority code.
- receiver_
internal_ stridentification - The receiver internal identification.
- receiver_
internal_ strsub_ identification - The receiver internal sub identification.
- receiver_
reverse_ strrouting_ address - The receiver reverse routing address.
- recipient_
reference_ strpassword_ qualifier - The recipient reference password qualifier.
- recipient_
reference_ strpassword_ value - The recipient reference password value.
- sender_
internal_ stridentification - The sender internal identification.
- sender_
internal_ strsub_ identification - The sender internal sub identification.
- sender_
reverse_ strrouting_ address - The sender reverse routing address.
- transaction_
set_ strcontrol_ number_ prefix - The transaction set control number prefix.
- transaction_
set_ strcontrol_ number_ suffix - The transaction set control number suffix.
- apply
Delimiter BooleanString Advice - The value indicating whether to apply delimiter string advice.
- create
Grouping BooleanSegments - The value indicating whether to create grouping segments.
- enable
Default BooleanGroup Headers - The value indicating whether to enable default group headers.
- group
Control NumberNumber Lower Bound - The group control number lower bound.
- group
Control NumberNumber Upper Bound - The group control number upper bound.
- interchange
Control NumberNumber Lower Bound - The interchange control number lower bound.
- interchange
Control NumberNumber Upper Bound - The interchange control number upper bound.
- is
Test BooleanInterchange - The value indicating whether the message is a test interchange.
- overwrite
Existing BooleanTransaction Set Control Number - The value indicating whether to overwrite existing transaction set control number.
- rollover
Group BooleanControl Number - The value indicating whether to rollover group control number.
- rollover
Interchange BooleanControl Number - The value indicating whether to rollover interchange control number.
- rollover
Transaction BooleanSet Control Number - The value indicating whether to rollover transaction set control number.
- transaction
Set NumberControl Number Lower Bound - The transaction set control number lower bound.
- transaction
Set NumberControl Number Upper Bound - The transaction set control number upper bound.
- application
Reference StringId - The application reference id.
- communication
Agreement StringId - The communication agreement id.
- functional
Group StringId - The functional group id.
- group
Application StringPassword - The group application password.
- group
Application StringReceiver Id - The group application receiver id.
- group
Application StringReceiver Qualifier - The group application receiver qualifier.
- group
Application StringSender Id - The group application sender id.
- group
Application StringSender Qualifier - The group application sender qualifier.
- group
Association StringAssigned Code - The group association assigned code.
- group
Control StringNumber Prefix - The group control number prefix.
- group
Control StringNumber Suffix - The group control number suffix.
- group
Controlling StringAgency Code - The group controlling agency code.
- group
Message StringRelease - The group message release.
- group
Message StringVersion - The group message version.
- interchange
Control StringNumber Prefix - The interchange control number prefix.
- interchange
Control StringNumber Suffix - The interchange control number suffix.
- processing
Priority StringCode - The processing priority code.
- receiver
Internal StringIdentification - The receiver internal identification.
- receiver
Internal StringSub Identification - The receiver internal sub identification.
- receiver
Reverse StringRouting Address - The receiver reverse routing address.
- recipient
Reference StringPassword Qualifier - The recipient reference password qualifier.
- recipient
Reference StringPassword Value - The recipient reference password value.
- sender
Internal StringIdentification - The sender internal identification.
- sender
Internal StringSub Identification - The sender internal sub identification.
- sender
Reverse StringRouting Address - The sender reverse routing address.
- transaction
Set StringControl Number Prefix - The transaction set control number prefix.
- transaction
Set StringControl Number Suffix - The transaction set control number suffix.
EdifactFramingSettings, EdifactFramingSettingsArgs
- Character
Set string | Pulumi.Azure Native. Logic. Edifact Character Set - The EDIFACT frame setting characterSet.
- Component
Separator int - The component separator.
- Data
Element intSeparator - The data element separator.
- Decimal
Point Pulumi.Indicator Azure Native. Logic. Edifact Decimal Indicator - The EDIFACT frame setting decimal indicator.
- Protocol
Version int - The protocol version.
- Release
Indicator int - The release indicator.
- Repetition
Separator int - The repetition separator.
- Segment
Terminator int - The segment terminator.
- Segment
Terminator Pulumi.Suffix Azure Native. Logic. Segment Terminator Suffix - The EDIFACT frame setting segment terminator suffix.
- Character
Encoding string - The character encoding.
- Service
Code stringList Directory Version - The service code list directory version.
- Character
Set string | EdifactCharacter Set - The EDIFACT frame setting characterSet.
- Component
Separator int - The component separator.
- Data
Element intSeparator - The data element separator.
- Decimal
Point EdifactIndicator Decimal Indicator - The EDIFACT frame setting decimal indicator.
- Protocol
Version int - The protocol version.
- Release
Indicator int - The release indicator.
- Repetition
Separator int - The repetition separator.
- Segment
Terminator int - The segment terminator.
- Segment
Terminator SegmentSuffix Terminator Suffix - The EDIFACT frame setting segment terminator suffix.
- Character
Encoding string - The character encoding.
- Service
Code stringList Directory Version - The service code list directory version.
- character
Set String | EdifactCharacter Set - The EDIFACT frame setting characterSet.
- component
Separator Integer - The component separator.
- data
Element IntegerSeparator - The data element separator.
- decimal
Point EdifactIndicator Decimal Indicator - The EDIFACT frame setting decimal indicator.
- protocol
Version Integer - The protocol version.
- release
Indicator Integer - The release indicator.
- repetition
Separator Integer - The repetition separator.
- segment
Terminator Integer - The segment terminator.
- segment
Terminator SegmentSuffix Terminator Suffix - The EDIFACT frame setting segment terminator suffix.
- character
Encoding String - The character encoding.
- service
Code StringList Directory Version - The service code list directory version.
- character
Set string | EdifactCharacter Set - The EDIFACT frame setting characterSet.
- component
Separator number - The component separator.
- data
Element numberSeparator - The data element separator.
- decimal
Point EdifactIndicator Decimal Indicator - The EDIFACT frame setting decimal indicator.
- protocol
Version number - The protocol version.
- release
Indicator number - The release indicator.
- repetition
Separator number - The repetition separator.
- segment
Terminator number - The segment terminator.
- segment
Terminator SegmentSuffix Terminator Suffix - The EDIFACT frame setting segment terminator suffix.
- character
Encoding string - The character encoding.
- service
Code stringList Directory Version - The service code list directory version.
- character_
set str | EdifactCharacter Set - The EDIFACT frame setting characterSet.
- component_
separator int - The component separator.
- data_
element_ intseparator - The data element separator.
- decimal_
point_ Edifactindicator Decimal Indicator - The EDIFACT frame setting decimal indicator.
- protocol_
version int - The protocol version.
- release_
indicator int - The release indicator.
- repetition_
separator int - The repetition separator.
- segment_
terminator int - The segment terminator.
- segment_
terminator_ Segmentsuffix Terminator Suffix - The EDIFACT frame setting segment terminator suffix.
- character_
encoding str - The character encoding.
- service_
code_ strlist_ directory_ version - The service code list directory version.
- character
Set String | "NotSpecified" | "UNOB" | "UNOA" | "UNOC" | "UNOD" | "UNOE" | "UNOF" | "UNOG" | "UNOH" | "UNOI" | "UNOJ" | "UNOK" | "UNOX" | "UNOY" | "KECA" - The EDIFACT frame setting characterSet.
- component
Separator Number - The component separator.
- data
Element NumberSeparator - The data element separator.
- decimal
Point "NotIndicator Specified" | "Comma" | "Decimal" - The EDIFACT frame setting decimal indicator.
- protocol
Version Number - The protocol version.
- release
Indicator Number - The release indicator.
- repetition
Separator Number - The repetition separator.
- segment
Terminator Number - The segment terminator.
- segment
Terminator "NotSuffix Specified" | "None" | "CR" | "LF" | "CRLF" - The EDIFACT frame setting segment terminator suffix.
- character
Encoding String - The character encoding.
- service
Code StringList Directory Version - The service code list directory version.
EdifactFramingSettingsResponse, EdifactFramingSettingsResponseArgs
- Character
Set string - The EDIFACT frame setting characterSet.
- Component
Separator int - The component separator.
- Data
Element intSeparator - The data element separator.
- Decimal
Point stringIndicator - The EDIFACT frame setting decimal indicator.
- Protocol
Version int - The protocol version.
- Release
Indicator int - The release indicator.
- Repetition
Separator int - The repetition separator.
- Segment
Terminator int - The segment terminator.
- Segment
Terminator stringSuffix - The EDIFACT frame setting segment terminator suffix.
- Character
Encoding string - The character encoding.
- Service
Code stringList Directory Version - The service code list directory version.
- Character
Set string - The EDIFACT frame setting characterSet.
- Component
Separator int - The component separator.
- Data
Element intSeparator - The data element separator.
- Decimal
Point stringIndicator - The EDIFACT frame setting decimal indicator.
- Protocol
Version int - The protocol version.
- Release
Indicator int - The release indicator.
- Repetition
Separator int - The repetition separator.
- Segment
Terminator int - The segment terminator.
- Segment
Terminator stringSuffix - The EDIFACT frame setting segment terminator suffix.
- Character
Encoding string - The character encoding.
- Service
Code stringList Directory Version - The service code list directory version.
- character
Set String - The EDIFACT frame setting characterSet.
- component
Separator Integer - The component separator.
- data
Element IntegerSeparator - The data element separator.
- decimal
Point StringIndicator - The EDIFACT frame setting decimal indicator.
- protocol
Version Integer - The protocol version.
- release
Indicator Integer - The release indicator.
- repetition
Separator Integer - The repetition separator.
- segment
Terminator Integer - The segment terminator.
- segment
Terminator StringSuffix - The EDIFACT frame setting segment terminator suffix.
- character
Encoding String - The character encoding.
- service
Code StringList Directory Version - The service code list directory version.
- character
Set string - The EDIFACT frame setting characterSet.
- component
Separator number - The component separator.
- data
Element numberSeparator - The data element separator.
- decimal
Point stringIndicator - The EDIFACT frame setting decimal indicator.
- protocol
Version number - The protocol version.
- release
Indicator number - The release indicator.
- repetition
Separator number - The repetition separator.
- segment
Terminator number - The segment terminator.
- segment
Terminator stringSuffix - The EDIFACT frame setting segment terminator suffix.
- character
Encoding string - The character encoding.
- service
Code stringList Directory Version - The service code list directory version.
- character_
set str - The EDIFACT frame setting characterSet.
- component_
separator int - The component separator.
- data_
element_ intseparator - The data element separator.
- decimal_
point_ strindicator - The EDIFACT frame setting decimal indicator.
- protocol_
version int - The protocol version.
- release_
indicator int - The release indicator.
- repetition_
separator int - The repetition separator.
- segment_
terminator int - The segment terminator.
- segment_
terminator_ strsuffix - The EDIFACT frame setting segment terminator suffix.
- character_
encoding str - The character encoding.
- service_
code_ strlist_ directory_ version - The service code list directory version.
- character
Set String - The EDIFACT frame setting characterSet.
- component
Separator Number - The component separator.
- data
Element NumberSeparator - The data element separator.
- decimal
Point StringIndicator - The EDIFACT frame setting decimal indicator.
- protocol
Version Number - The protocol version.
- release
Indicator Number - The release indicator.
- repetition
Separator Number - The repetition separator.
- segment
Terminator Number - The segment terminator.
- segment
Terminator StringSuffix - The EDIFACT frame setting segment terminator suffix.
- character
Encoding String - The character encoding.
- service
Code StringList Directory Version - The service code list directory version.
EdifactMessageFilter, EdifactMessageFilterArgs
- Message
Filter string | Pulumi.Type Azure Native. Logic. Message Filter Type - The message filter type.
- Message
Filter string | MessageType Filter Type - The message filter type.
- message
Filter String | MessageType Filter Type - The message filter type.
- message
Filter string | MessageType Filter Type - The message filter type.
- message_
filter_ str | Messagetype Filter Type - The message filter type.
- message
Filter String | "NotType Specified" | "Include" | "Exclude" - The message filter type.
EdifactMessageFilterResponse, EdifactMessageFilterResponseArgs
- Message
Filter stringType - The message filter type.
- Message
Filter stringType - The message filter type.
- message
Filter StringType - The message filter type.
- message
Filter stringType - The message filter type.
- message_
filter_ strtype - The message filter type.
- message
Filter StringType - The message filter type.
EdifactMessageIdentifier, EdifactMessageIdentifierArgs
- Message
Id string - The message id on which this envelope settings has to be applied.
- Message
Id string - The message id on which this envelope settings has to be applied.
- message
Id String - The message id on which this envelope settings has to be applied.
- message
Id string - The message id on which this envelope settings has to be applied.
- message_
id str - The message id on which this envelope settings has to be applied.
- message
Id String - The message id on which this envelope settings has to be applied.
EdifactMessageIdentifierResponse, EdifactMessageIdentifierResponseArgs
- Message
Id string - The message id on which this envelope settings has to be applied.
- Message
Id string - The message id on which this envelope settings has to be applied.
- message
Id String - The message id on which this envelope settings has to be applied.
- message
Id string - The message id on which this envelope settings has to be applied.
- message_
id str - The message id on which this envelope settings has to be applied.
- message
Id String - The message id on which this envelope settings has to be applied.
EdifactOneWayAgreement, EdifactOneWayAgreementArgs
- Protocol
Settings Pulumi.Azure Native. Logic. Inputs. Edifact Protocol Settings - The EDIFACT protocol settings.
- Receiver
Business Pulumi.Identity Azure Native. Logic. Inputs. Business Identity - The receiver business identity
- Sender
Business Pulumi.Identity Azure Native. Logic. Inputs. Business Identity - The sender business identity
- Protocol
Settings EdifactProtocol Settings - The EDIFACT protocol settings.
- Receiver
Business BusinessIdentity Identity - The receiver business identity
- Sender
Business BusinessIdentity Identity - The sender business identity
- protocol
Settings EdifactProtocol Settings - The EDIFACT protocol settings.
- receiver
Business BusinessIdentity Identity - The receiver business identity
- sender
Business BusinessIdentity Identity - The sender business identity
- protocol
Settings EdifactProtocol Settings - The EDIFACT protocol settings.
- receiver
Business BusinessIdentity Identity - The receiver business identity
- sender
Business BusinessIdentity Identity - The sender business identity
- protocol_
settings EdifactProtocol Settings - The EDIFACT protocol settings.
- receiver_
business_ Businessidentity Identity - The receiver business identity
- sender_
business_ Businessidentity Identity - The sender business identity
- protocol
Settings Property Map - The EDIFACT protocol settings.
- receiver
Business Property MapIdentity - The receiver business identity
- sender
Business Property MapIdentity - The sender business identity
EdifactOneWayAgreementResponse, EdifactOneWayAgreementResponseArgs
- Protocol
Settings Pulumi.Azure Native. Logic. Inputs. Edifact Protocol Settings Response - The EDIFACT protocol settings.
- Receiver
Business Pulumi.Identity Azure Native. Logic. Inputs. Business Identity Response - The receiver business identity
- Sender
Business Pulumi.Identity Azure Native. Logic. Inputs. Business Identity Response - The sender business identity
- Protocol
Settings EdifactProtocol Settings Response - The EDIFACT protocol settings.
- Receiver
Business BusinessIdentity Identity Response - The receiver business identity
- Sender
Business BusinessIdentity Identity Response - The sender business identity
- protocol
Settings EdifactProtocol Settings Response - The EDIFACT protocol settings.
- receiver
Business BusinessIdentity Identity Response - The receiver business identity
- sender
Business BusinessIdentity Identity Response - The sender business identity
- protocol
Settings EdifactProtocol Settings Response - The EDIFACT protocol settings.
- receiver
Business BusinessIdentity Identity Response - The receiver business identity
- sender
Business BusinessIdentity Identity Response - The sender business identity
- protocol_
settings EdifactProtocol Settings Response - The EDIFACT protocol settings.
- receiver_
business_ Businessidentity Identity Response - The receiver business identity
- sender_
business_ Businessidentity Identity Response - The sender business identity
- protocol
Settings Property Map - The EDIFACT protocol settings.
- receiver
Business Property MapIdentity - The receiver business identity
- sender
Business Property MapIdentity - The sender business identity
EdifactProcessingSettings, EdifactProcessingSettingsArgs
- bool
- The value indicating whether to create empty xml tags for trailing separators.
- Mask
Security boolInfo - The value indicating whether to mask security information.
- Preserve
Interchange bool - The value indicating whether to preserve interchange.
- Suspend
Interchange boolOn Error - The value indicating whether to suspend interchange on error.
- Use
Dot boolAs Decimal Separator - The value indicating whether to use dot as decimal separator.
- bool
- The value indicating whether to create empty xml tags for trailing separators.
- Mask
Security boolInfo - The value indicating whether to mask security information.
- Preserve
Interchange bool - The value indicating whether to preserve interchange.
- Suspend
Interchange boolOn Error - The value indicating whether to suspend interchange on error.
- Use
Dot boolAs Decimal Separator - The value indicating whether to use dot as decimal separator.
- Boolean
- The value indicating whether to create empty xml tags for trailing separators.
- mask
Security BooleanInfo - The value indicating whether to mask security information.
- preserve
Interchange Boolean - The value indicating whether to preserve interchange.
- suspend
Interchange BooleanOn Error - The value indicating whether to suspend interchange on error.
- use
Dot BooleanAs Decimal Separator - The value indicating whether to use dot as decimal separator.
- boolean
- The value indicating whether to create empty xml tags for trailing separators.
- mask
Security booleanInfo - The value indicating whether to mask security information.
- preserve
Interchange boolean - The value indicating whether to preserve interchange.
- suspend
Interchange booleanOn Error - The value indicating whether to suspend interchange on error.
- use
Dot booleanAs Decimal Separator - The value indicating whether to use dot as decimal separator.
- bool
- The value indicating whether to create empty xml tags for trailing separators.
- mask_
security_ boolinfo - The value indicating whether to mask security information.
- preserve_
interchange bool - The value indicating whether to preserve interchange.
- suspend_
interchange_ boolon_ error - The value indicating whether to suspend interchange on error.
- use_
dot_ boolas_ decimal_ separator - The value indicating whether to use dot as decimal separator.
- Boolean
- The value indicating whether to create empty xml tags for trailing separators.
- mask
Security BooleanInfo - The value indicating whether to mask security information.
- preserve
Interchange Boolean - The value indicating whether to preserve interchange.
- suspend
Interchange BooleanOn Error - The value indicating whether to suspend interchange on error.
- use
Dot BooleanAs Decimal Separator - The value indicating whether to use dot as decimal separator.
EdifactProcessingSettingsResponse, EdifactProcessingSettingsResponseArgs
- bool
- The value indicating whether to create empty xml tags for trailing separators.
- Mask
Security boolInfo - The value indicating whether to mask security information.
- Preserve
Interchange bool - The value indicating whether to preserve interchange.
- Suspend
Interchange boolOn Error - The value indicating whether to suspend interchange on error.
- Use
Dot boolAs Decimal Separator - The value indicating whether to use dot as decimal separator.
- bool
- The value indicating whether to create empty xml tags for trailing separators.
- Mask
Security boolInfo - The value indicating whether to mask security information.
- Preserve
Interchange bool - The value indicating whether to preserve interchange.
- Suspend
Interchange boolOn Error - The value indicating whether to suspend interchange on error.
- Use
Dot boolAs Decimal Separator - The value indicating whether to use dot as decimal separator.
- Boolean
- The value indicating whether to create empty xml tags for trailing separators.
- mask
Security BooleanInfo - The value indicating whether to mask security information.
- preserve
Interchange Boolean - The value indicating whether to preserve interchange.
- suspend
Interchange BooleanOn Error - The value indicating whether to suspend interchange on error.
- use
Dot BooleanAs Decimal Separator - The value indicating whether to use dot as decimal separator.
- boolean
- The value indicating whether to create empty xml tags for trailing separators.
- mask
Security booleanInfo - The value indicating whether to mask security information.
- preserve
Interchange boolean - The value indicating whether to preserve interchange.
- suspend
Interchange booleanOn Error - The value indicating whether to suspend interchange on error.
- use
Dot booleanAs Decimal Separator - The value indicating whether to use dot as decimal separator.
- bool
- The value indicating whether to create empty xml tags for trailing separators.
- mask_
security_ boolinfo - The value indicating whether to mask security information.
- preserve_
interchange bool - The value indicating whether to preserve interchange.
- suspend_
interchange_ boolon_ error - The value indicating whether to suspend interchange on error.
- use_
dot_ boolas_ decimal_ separator - The value indicating whether to use dot as decimal separator.
- Boolean
- The value indicating whether to create empty xml tags for trailing separators.
- mask
Security BooleanInfo - The value indicating whether to mask security information.
- preserve
Interchange Boolean - The value indicating whether to preserve interchange.
- suspend
Interchange BooleanOn Error - The value indicating whether to suspend interchange on error.
- use
Dot BooleanAs Decimal Separator - The value indicating whether to use dot as decimal separator.
EdifactProtocolSettings, EdifactProtocolSettingsArgs
- Acknowledgement
Settings Pulumi.Azure Native. Logic. Inputs. Edifact Acknowledgement Settings - The EDIFACT acknowledgement settings.
- Envelope
Settings Pulumi.Azure Native. Logic. Inputs. Edifact Envelope Settings - The EDIFACT envelope settings.
- Framing
Settings Pulumi.Azure Native. Logic. Inputs. Edifact Framing Settings - The EDIFACT framing settings.
- Message
Filter Pulumi.Azure Native. Logic. Inputs. Edifact Message Filter - The EDIFACT message filter.
- Processing
Settings Pulumi.Azure Native. Logic. Inputs. Edifact Processing Settings - The EDIFACT processing Settings.
- Schema
References List<Pulumi.Azure Native. Logic. Inputs. Edifact Schema Reference> - The EDIFACT schema references.
- Validation
Settings Pulumi.Azure Native. Logic. Inputs. Edifact Validation Settings - The EDIFACT validation settings.
- Edifact
Delimiter List<Pulumi.Overrides Azure Native. Logic. Inputs. Edifact Delimiter Override> - The EDIFACT delimiter override settings.
- Envelope
Overrides List<Pulumi.Azure Native. Logic. Inputs. Edifact Envelope Override> - The EDIFACT envelope override settings.
- Message
Filter List<Pulumi.List Azure Native. Logic. Inputs. Edifact Message Identifier> - The EDIFACT message filter list.
- Validation
Overrides List<Pulumi.Azure Native. Logic. Inputs. Edifact Validation Override> - The EDIFACT validation override settings.
- Acknowledgement
Settings EdifactAcknowledgement Settings - The EDIFACT acknowledgement settings.
- Envelope
Settings EdifactEnvelope Settings - The EDIFACT envelope settings.
- Framing
Settings EdifactFraming Settings - The EDIFACT framing settings.
- Message
Filter EdifactMessage Filter - The EDIFACT message filter.
- Processing
Settings EdifactProcessing Settings - The EDIFACT processing Settings.
- Schema
References []EdifactSchema Reference - The EDIFACT schema references.
- Validation
Settings EdifactValidation Settings - The EDIFACT validation settings.
- Edifact
Delimiter []EdifactOverrides Delimiter Override - The EDIFACT delimiter override settings.
- Envelope
Overrides []EdifactEnvelope Override - The EDIFACT envelope override settings.
- Message
Filter []EdifactList Message Identifier - The EDIFACT message filter list.
- Validation
Overrides []EdifactValidation Override - The EDIFACT validation override settings.
- acknowledgement
Settings EdifactAcknowledgement Settings - The EDIFACT acknowledgement settings.
- envelope
Settings EdifactEnvelope Settings - The EDIFACT envelope settings.
- framing
Settings EdifactFraming Settings - The EDIFACT framing settings.
- message
Filter EdifactMessage Filter - The EDIFACT message filter.
- processing
Settings EdifactProcessing Settings - The EDIFACT processing Settings.
- schema
References List<EdifactSchema Reference> - The EDIFACT schema references.
- validation
Settings EdifactValidation Settings - The EDIFACT validation settings.
- edifact
Delimiter List<EdifactOverrides Delimiter Override> - The EDIFACT delimiter override settings.
- envelope
Overrides List<EdifactEnvelope Override> - The EDIFACT envelope override settings.
- message
Filter List<EdifactList Message Identifier> - The EDIFACT message filter list.
- validation
Overrides List<EdifactValidation Override> - The EDIFACT validation override settings.
- acknowledgement
Settings EdifactAcknowledgement Settings - The EDIFACT acknowledgement settings.
- envelope
Settings EdifactEnvelope Settings - The EDIFACT envelope settings.
- framing
Settings EdifactFraming Settings - The EDIFACT framing settings.
- message
Filter EdifactMessage Filter - The EDIFACT message filter.
- processing
Settings EdifactProcessing Settings - The EDIFACT processing Settings.
- schema
References EdifactSchema Reference[] - The EDIFACT schema references.
- validation
Settings EdifactValidation Settings - The EDIFACT validation settings.
- edifact
Delimiter EdifactOverrides Delimiter Override[] - The EDIFACT delimiter override settings.
- envelope
Overrides EdifactEnvelope Override[] - The EDIFACT envelope override settings.
- message
Filter EdifactList Message Identifier[] - The EDIFACT message filter list.
- validation
Overrides EdifactValidation Override[] - The EDIFACT validation override settings.
- acknowledgement_
settings EdifactAcknowledgement Settings - The EDIFACT acknowledgement settings.
- envelope_
settings EdifactEnvelope Settings - The EDIFACT envelope settings.
- framing_
settings EdifactFraming Settings - The EDIFACT framing settings.
- message_
filter EdifactMessage Filter - The EDIFACT message filter.
- processing_
settings EdifactProcessing Settings - The EDIFACT processing Settings.
- schema_
references Sequence[EdifactSchema Reference] - The EDIFACT schema references.
- validation_
settings EdifactValidation Settings - The EDIFACT validation settings.
- edifact_
delimiter_ Sequence[Edifactoverrides Delimiter Override] - The EDIFACT delimiter override settings.
- envelope_
overrides Sequence[EdifactEnvelope Override] - The EDIFACT envelope override settings.
- message_
filter_ Sequence[Edifactlist Message Identifier] - The EDIFACT message filter list.
- validation_
overrides Sequence[EdifactValidation Override] - The EDIFACT validation override settings.
- acknowledgement
Settings Property Map - The EDIFACT acknowledgement settings.
- envelope
Settings Property Map - The EDIFACT envelope settings.
- framing
Settings Property Map - The EDIFACT framing settings.
- message
Filter Property Map - The EDIFACT message filter.
- processing
Settings Property Map - The EDIFACT processing Settings.
- schema
References List<Property Map> - The EDIFACT schema references.
- validation
Settings Property Map - The EDIFACT validation settings.
- edifact
Delimiter List<Property Map>Overrides - The EDIFACT delimiter override settings.
- envelope
Overrides List<Property Map> - The EDIFACT envelope override settings.
- message
Filter List<Property Map>List - The EDIFACT message filter list.
- validation
Overrides List<Property Map> - The EDIFACT validation override settings.
EdifactProtocolSettingsResponse, EdifactProtocolSettingsResponseArgs
- Acknowledgement
Settings Pulumi.Azure Native. Logic. Inputs. Edifact Acknowledgement Settings Response - The EDIFACT acknowledgement settings.
- Envelope
Settings Pulumi.Azure Native. Logic. Inputs. Edifact Envelope Settings Response - The EDIFACT envelope settings.
- Framing
Settings Pulumi.Azure Native. Logic. Inputs. Edifact Framing Settings Response - The EDIFACT framing settings.
- Message
Filter Pulumi.Azure Native. Logic. Inputs. Edifact Message Filter Response - The EDIFACT message filter.
- Processing
Settings Pulumi.Azure Native. Logic. Inputs. Edifact Processing Settings Response - The EDIFACT processing Settings.
- Schema
References List<Pulumi.Azure Native. Logic. Inputs. Edifact Schema Reference Response> - The EDIFACT schema references.
- Validation
Settings Pulumi.Azure Native. Logic. Inputs. Edifact Validation Settings Response - The EDIFACT validation settings.
- Edifact
Delimiter List<Pulumi.Overrides Azure Native. Logic. Inputs. Edifact Delimiter Override Response> - The EDIFACT delimiter override settings.
- Envelope
Overrides List<Pulumi.Azure Native. Logic. Inputs. Edifact Envelope Override Response> - The EDIFACT envelope override settings.
- Message
Filter List<Pulumi.List Azure Native. Logic. Inputs. Edifact Message Identifier Response> - The EDIFACT message filter list.
- Validation
Overrides List<Pulumi.Azure Native. Logic. Inputs. Edifact Validation Override Response> - The EDIFACT validation override settings.
- Acknowledgement
Settings EdifactAcknowledgement Settings Response - The EDIFACT acknowledgement settings.
- Envelope
Settings EdifactEnvelope Settings Response - The EDIFACT envelope settings.
- Framing
Settings EdifactFraming Settings Response - The EDIFACT framing settings.
- Message
Filter EdifactMessage Filter Response - The EDIFACT message filter.
- Processing
Settings EdifactProcessing Settings Response - The EDIFACT processing Settings.
- Schema
References []EdifactSchema Reference Response - The EDIFACT schema references.
- Validation
Settings EdifactValidation Settings Response - The EDIFACT validation settings.
- Edifact
Delimiter []EdifactOverrides Delimiter Override Response - The EDIFACT delimiter override settings.
- Envelope
Overrides []EdifactEnvelope Override Response - The EDIFACT envelope override settings.
- Message
Filter []EdifactList Message Identifier Response - The EDIFACT message filter list.
- Validation
Overrides []EdifactValidation Override Response - The EDIFACT validation override settings.
- acknowledgement
Settings EdifactAcknowledgement Settings Response - The EDIFACT acknowledgement settings.
- envelope
Settings EdifactEnvelope Settings Response - The EDIFACT envelope settings.
- framing
Settings EdifactFraming Settings Response - The EDIFACT framing settings.
- message
Filter EdifactMessage Filter Response - The EDIFACT message filter.
- processing
Settings EdifactProcessing Settings Response - The EDIFACT processing Settings.
- schema
References List<EdifactSchema Reference Response> - The EDIFACT schema references.
- validation
Settings EdifactValidation Settings Response - The EDIFACT validation settings.
- edifact
Delimiter List<EdifactOverrides Delimiter Override Response> - The EDIFACT delimiter override settings.
- envelope
Overrides List<EdifactEnvelope Override Response> - The EDIFACT envelope override settings.
- message
Filter List<EdifactList Message Identifier Response> - The EDIFACT message filter list.
- validation
Overrides List<EdifactValidation Override Response> - The EDIFACT validation override settings.
- acknowledgement
Settings EdifactAcknowledgement Settings Response - The EDIFACT acknowledgement settings.
- envelope
Settings EdifactEnvelope Settings Response - The EDIFACT envelope settings.
- framing
Settings EdifactFraming Settings Response - The EDIFACT framing settings.
- message
Filter EdifactMessage Filter Response - The EDIFACT message filter.
- processing
Settings EdifactProcessing Settings Response - The EDIFACT processing Settings.
- schema
References EdifactSchema Reference Response[] - The EDIFACT schema references.
- validation
Settings EdifactValidation Settings Response - The EDIFACT validation settings.
- edifact
Delimiter EdifactOverrides Delimiter Override Response[] - The EDIFACT delimiter override settings.
- envelope
Overrides EdifactEnvelope Override Response[] - The EDIFACT envelope override settings.
- message
Filter EdifactList Message Identifier Response[] - The EDIFACT message filter list.
- validation
Overrides EdifactValidation Override Response[] - The EDIFACT validation override settings.
- acknowledgement_
settings EdifactAcknowledgement Settings Response - The EDIFACT acknowledgement settings.
- envelope_
settings EdifactEnvelope Settings Response - The EDIFACT envelope settings.
- framing_
settings EdifactFraming Settings Response - The EDIFACT framing settings.
- message_
filter EdifactMessage Filter Response - The EDIFACT message filter.
- processing_
settings EdifactProcessing Settings Response - The EDIFACT processing Settings.
- schema_
references Sequence[EdifactSchema Reference Response] - The EDIFACT schema references.
- validation_
settings EdifactValidation Settings Response - The EDIFACT validation settings.
- edifact_
delimiter_ Sequence[Edifactoverrides Delimiter Override Response] - The EDIFACT delimiter override settings.
- envelope_
overrides Sequence[EdifactEnvelope Override Response] - The EDIFACT envelope override settings.
- message_
filter_ Sequence[Edifactlist Message Identifier Response] - The EDIFACT message filter list.
- validation_
overrides Sequence[EdifactValidation Override Response] - The EDIFACT validation override settings.
- acknowledgement
Settings Property Map - The EDIFACT acknowledgement settings.
- envelope
Settings Property Map - The EDIFACT envelope settings.
- framing
Settings Property Map - The EDIFACT framing settings.
- message
Filter Property Map - The EDIFACT message filter.
- processing
Settings Property Map - The EDIFACT processing Settings.
- schema
References List<Property Map> - The EDIFACT schema references.
- validation
Settings Property Map - The EDIFACT validation settings.
- edifact
Delimiter List<Property Map>Overrides - The EDIFACT delimiter override settings.
- envelope
Overrides List<Property Map> - The EDIFACT envelope override settings.
- message
Filter List<Property Map>List - The EDIFACT message filter list.
- validation
Overrides List<Property Map> - The EDIFACT validation override settings.
EdifactSchemaReference, EdifactSchemaReferenceArgs
- Message
Id string - The message id.
- Message
Release string - The message release version.
- Message
Version string - The message version.
- Schema
Name string - The schema name.
- Association
Assigned stringCode - The association assigned code.
- Sender
Application stringId - The sender application id.
- Sender
Application stringQualifier - The sender application qualifier.
- Message
Id string - The message id.
- Message
Release string - The message release version.
- Message
Version string - The message version.
- Schema
Name string - The schema name.
- Association
Assigned stringCode - The association assigned code.
- Sender
Application stringId - The sender application id.
- Sender
Application stringQualifier - The sender application qualifier.
- message
Id String - The message id.
- message
Release String - The message release version.
- message
Version String - The message version.
- schema
Name String - The schema name.
- association
Assigned StringCode - The association assigned code.
- sender
Application StringId - The sender application id.
- sender
Application StringQualifier - The sender application qualifier.
- message
Id string - The message id.
- message
Release string - The message release version.
- message
Version string - The message version.
- schema
Name string - The schema name.
- association
Assigned stringCode - The association assigned code.
- sender
Application stringId - The sender application id.
- sender
Application stringQualifier - The sender application qualifier.
- message_
id str - The message id.
- message_
release str - The message release version.
- message_
version str - The message version.
- schema_
name str - The schema name.
- association_
assigned_ strcode - The association assigned code.
- sender_
application_ strid - The sender application id.
- sender_
application_ strqualifier - The sender application qualifier.
- message
Id String - The message id.
- message
Release String - The message release version.
- message
Version String - The message version.
- schema
Name String - The schema name.
- association
Assigned StringCode - The association assigned code.
- sender
Application StringId - The sender application id.
- sender
Application StringQualifier - The sender application qualifier.
EdifactSchemaReferenceResponse, EdifactSchemaReferenceResponseArgs
- Message
Id string - The message id.
- Message
Release string - The message release version.
- Message
Version string - The message version.
- Schema
Name string - The schema name.
- Association
Assigned stringCode - The association assigned code.
- Sender
Application stringId - The sender application id.
- Sender
Application stringQualifier - The sender application qualifier.
- Message
Id string - The message id.
- Message
Release string - The message release version.
- Message
Version string - The message version.
- Schema
Name string - The schema name.
- Association
Assigned stringCode - The association assigned code.
- Sender
Application stringId - The sender application id.
- Sender
Application stringQualifier - The sender application qualifier.
- message
Id String - The message id.
- message
Release String - The message release version.
- message
Version String - The message version.
- schema
Name String - The schema name.
- association
Assigned StringCode - The association assigned code.
- sender
Application StringId - The sender application id.
- sender
Application StringQualifier - The sender application qualifier.
- message
Id string - The message id.
- message
Release string - The message release version.
- message
Version string - The message version.
- schema
Name string - The schema name.
- association
Assigned stringCode - The association assigned code.
- sender
Application stringId - The sender application id.
- sender
Application stringQualifier - The sender application qualifier.
- message_
id str - The message id.
- message_
release str - The message release version.
- message_
version str - The message version.
- schema_
name str - The schema name.
- association_
assigned_ strcode - The association assigned code.
- sender_
application_ strid - The sender application id.
- sender_
application_ strqualifier - The sender application qualifier.
- message
Id String - The message id.
- message
Release String - The message release version.
- message
Version String - The message version.
- schema
Name String - The schema name.
- association
Assigned StringCode - The association assigned code.
- sender
Application StringId - The sender application id.
- sender
Application StringQualifier - The sender application qualifier.
EdifactValidationOverride, EdifactValidationOverrideArgs
- Allow
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- Enforce
Character boolSet - The value indicating whether to validate character Set.
- Message
Id string - The message id on which the validation settings has to be applied.
- Trailing
Separator string | Pulumi.Policy Azure Native. Logic. Trailing Separator Policy - The trailing separator policy.
- Trim
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- Validate
EDITypes bool - The value indicating whether to validate EDI types.
- Validate
XSDTypes bool - The value indicating whether to validate XSD types.
- Allow
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- Enforce
Character boolSet - The value indicating whether to validate character Set.
- Message
Id string - The message id on which the validation settings has to be applied.
- Trailing
Separator string | TrailingPolicy Separator Policy - The trailing separator policy.
- Trim
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- Validate
EDITypes bool - The value indicating whether to validate EDI types.
- Validate
XSDTypes bool - The value indicating whether to validate XSD types.
- allow
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- enforce
Character BooleanSet - The value indicating whether to validate character Set.
- message
Id String - The message id on which the validation settings has to be applied.
- trailing
Separator String | TrailingPolicy Separator Policy - The trailing separator policy.
- trim
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
EDITypes Boolean - The value indicating whether to validate EDI types.
- validate
XSDTypes Boolean - The value indicating whether to validate XSD types.
- allow
Leading booleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- enforce
Character booleanSet - The value indicating whether to validate character Set.
- message
Id string - The message id on which the validation settings has to be applied.
- trailing
Separator string | TrailingPolicy Separator Policy - The trailing separator policy.
- trim
Leading booleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
EDITypes boolean - The value indicating whether to validate EDI types.
- validate
XSDTypes boolean - The value indicating whether to validate XSD types.
- allow_
leading_ booland_ trailing_ spaces_ and_ zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- enforce_
character_ boolset - The value indicating whether to validate character Set.
- message_
id str - The message id on which the validation settings has to be applied.
- trailing_
separator_ str | Trailingpolicy Separator Policy - The trailing separator policy.
- trim_
leading_ booland_ trailing_ spaces_ and_ zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate_
edi_ booltypes - The value indicating whether to validate EDI types.
- validate_
xsd_ booltypes - The value indicating whether to validate XSD types.
- allow
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- enforce
Character BooleanSet - The value indicating whether to validate character Set.
- message
Id String - The message id on which the validation settings has to be applied.
- trailing
Separator String | "NotPolicy Specified" | "Not Allowed" | "Optional" | "Mandatory" - The trailing separator policy.
- trim
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
EDITypes Boolean - The value indicating whether to validate EDI types.
- validate
XSDTypes Boolean - The value indicating whether to validate XSD types.
EdifactValidationOverrideResponse, EdifactValidationOverrideResponseArgs
- Allow
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- Enforce
Character boolSet - The value indicating whether to validate character Set.
- Message
Id string - The message id on which the validation settings has to be applied.
- Trailing
Separator stringPolicy - The trailing separator policy.
- Trim
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- Validate
EDITypes bool - The value indicating whether to validate EDI types.
- Validate
XSDTypes bool - The value indicating whether to validate XSD types.
- Allow
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- Enforce
Character boolSet - The value indicating whether to validate character Set.
- Message
Id string - The message id on which the validation settings has to be applied.
- Trailing
Separator stringPolicy - The trailing separator policy.
- Trim
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- Validate
EDITypes bool - The value indicating whether to validate EDI types.
- Validate
XSDTypes bool - The value indicating whether to validate XSD types.
- allow
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- enforce
Character BooleanSet - The value indicating whether to validate character Set.
- message
Id String - The message id on which the validation settings has to be applied.
- trailing
Separator StringPolicy - The trailing separator policy.
- trim
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
EDITypes Boolean - The value indicating whether to validate EDI types.
- validate
XSDTypes Boolean - The value indicating whether to validate XSD types.
- allow
Leading booleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- enforce
Character booleanSet - The value indicating whether to validate character Set.
- message
Id string - The message id on which the validation settings has to be applied.
- trailing
Separator stringPolicy - The trailing separator policy.
- trim
Leading booleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
EDITypes boolean - The value indicating whether to validate EDI types.
- validate
XSDTypes boolean - The value indicating whether to validate XSD types.
- allow_
leading_ booland_ trailing_ spaces_ and_ zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- enforce_
character_ boolset - The value indicating whether to validate character Set.
- message_
id str - The message id on which the validation settings has to be applied.
- trailing_
separator_ strpolicy - The trailing separator policy.
- trim_
leading_ booland_ trailing_ spaces_ and_ zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate_
edi_ booltypes - The value indicating whether to validate EDI types.
- validate_
xsd_ booltypes - The value indicating whether to validate XSD types.
- allow
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- enforce
Character BooleanSet - The value indicating whether to validate character Set.
- message
Id String - The message id on which the validation settings has to be applied.
- trailing
Separator StringPolicy - The trailing separator policy.
- trim
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
EDITypes Boolean - The value indicating whether to validate EDI types.
- validate
XSDTypes Boolean - The value indicating whether to validate XSD types.
EdifactValidationSettings, EdifactValidationSettingsArgs
- Allow
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- Check
Duplicate boolGroup Control Number - The value indicating whether to check for duplicate group control number.
- Check
Duplicate boolInterchange Control Number - The value indicating whether to check for duplicate interchange control number.
- Check
Duplicate boolTransaction Set Control Number - The value indicating whether to check for duplicate transaction set control number.
- Interchange
Control intNumber Validity Days - The validity period of interchange control number.
- Trailing
Separator string | Pulumi.Policy Azure Native. Logic. Trailing Separator Policy - The trailing separator policy.
- Trim
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- Validate
Character boolSet - The value indicating whether to validate character set in the message.
- Validate
EDITypes bool - The value indicating whether to Whether to validate EDI types.
- Validate
XSDTypes bool - The value indicating whether to Whether to validate XSD types.
- Allow
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- Check
Duplicate boolGroup Control Number - The value indicating whether to check for duplicate group control number.
- Check
Duplicate boolInterchange Control Number - The value indicating whether to check for duplicate interchange control number.
- Check
Duplicate boolTransaction Set Control Number - The value indicating whether to check for duplicate transaction set control number.
- Interchange
Control intNumber Validity Days - The validity period of interchange control number.
- Trailing
Separator string | TrailingPolicy Separator Policy - The trailing separator policy.
- Trim
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- Validate
Character boolSet - The value indicating whether to validate character set in the message.
- Validate
EDITypes bool - The value indicating whether to Whether to validate EDI types.
- Validate
XSDTypes bool - The value indicating whether to Whether to validate XSD types.
- allow
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- check
Duplicate BooleanGroup Control Number - The value indicating whether to check for duplicate group control number.
- check
Duplicate BooleanInterchange Control Number - The value indicating whether to check for duplicate interchange control number.
- check
Duplicate BooleanTransaction Set Control Number - The value indicating whether to check for duplicate transaction set control number.
- interchange
Control IntegerNumber Validity Days - The validity period of interchange control number.
- trailing
Separator String | TrailingPolicy Separator Policy - The trailing separator policy.
- trim
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
Character BooleanSet - The value indicating whether to validate character set in the message.
- validate
EDITypes Boolean - The value indicating whether to Whether to validate EDI types.
- validate
XSDTypes Boolean - The value indicating whether to Whether to validate XSD types.
- allow
Leading booleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- check
Duplicate booleanGroup Control Number - The value indicating whether to check for duplicate group control number.
- check
Duplicate booleanInterchange Control Number - The value indicating whether to check for duplicate interchange control number.
- check
Duplicate booleanTransaction Set Control Number - The value indicating whether to check for duplicate transaction set control number.
- interchange
Control numberNumber Validity Days - The validity period of interchange control number.
- trailing
Separator string | TrailingPolicy Separator Policy - The trailing separator policy.
- trim
Leading booleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
Character booleanSet - The value indicating whether to validate character set in the message.
- validate
EDITypes boolean - The value indicating whether to Whether to validate EDI types.
- validate
XSDTypes boolean - The value indicating whether to Whether to validate XSD types.
- allow_
leading_ booland_ trailing_ spaces_ and_ zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- check_
duplicate_ boolgroup_ control_ number - The value indicating whether to check for duplicate group control number.
- check_
duplicate_ boolinterchange_ control_ number - The value indicating whether to check for duplicate interchange control number.
- check_
duplicate_ booltransaction_ set_ control_ number - The value indicating whether to check for duplicate transaction set control number.
- interchange_
control_ intnumber_ validity_ days - The validity period of interchange control number.
- trailing_
separator_ str | Trailingpolicy Separator Policy - The trailing separator policy.
- trim_
leading_ booland_ trailing_ spaces_ and_ zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate_
character_ boolset - The value indicating whether to validate character set in the message.
- validate_
edi_ booltypes - The value indicating whether to Whether to validate EDI types.
- validate_
xsd_ booltypes - The value indicating whether to Whether to validate XSD types.
- allow
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- check
Duplicate BooleanGroup Control Number - The value indicating whether to check for duplicate group control number.
- check
Duplicate BooleanInterchange Control Number - The value indicating whether to check for duplicate interchange control number.
- check
Duplicate BooleanTransaction Set Control Number - The value indicating whether to check for duplicate transaction set control number.
- interchange
Control NumberNumber Validity Days - The validity period of interchange control number.
- trailing
Separator String | "NotPolicy Specified" | "Not Allowed" | "Optional" | "Mandatory" - The trailing separator policy.
- trim
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
Character BooleanSet - The value indicating whether to validate character set in the message.
- validate
EDITypes Boolean - The value indicating whether to Whether to validate EDI types.
- validate
XSDTypes Boolean - The value indicating whether to Whether to validate XSD types.
EdifactValidationSettingsResponse, EdifactValidationSettingsResponseArgs
- Allow
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- Check
Duplicate boolGroup Control Number - The value indicating whether to check for duplicate group control number.
- Check
Duplicate boolInterchange Control Number - The value indicating whether to check for duplicate interchange control number.
- Check
Duplicate boolTransaction Set Control Number - The value indicating whether to check for duplicate transaction set control number.
- Interchange
Control intNumber Validity Days - The validity period of interchange control number.
- Trailing
Separator stringPolicy - The trailing separator policy.
- Trim
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- Validate
Character boolSet - The value indicating whether to validate character set in the message.
- Validate
EDITypes bool - The value indicating whether to Whether to validate EDI types.
- Validate
XSDTypes bool - The value indicating whether to Whether to validate XSD types.
- Allow
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- Check
Duplicate boolGroup Control Number - The value indicating whether to check for duplicate group control number.
- Check
Duplicate boolInterchange Control Number - The value indicating whether to check for duplicate interchange control number.
- Check
Duplicate boolTransaction Set Control Number - The value indicating whether to check for duplicate transaction set control number.
- Interchange
Control intNumber Validity Days - The validity period of interchange control number.
- Trailing
Separator stringPolicy - The trailing separator policy.
- Trim
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- Validate
Character boolSet - The value indicating whether to validate character set in the message.
- Validate
EDITypes bool - The value indicating whether to Whether to validate EDI types.
- Validate
XSDTypes bool - The value indicating whether to Whether to validate XSD types.
- allow
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- check
Duplicate BooleanGroup Control Number - The value indicating whether to check for duplicate group control number.
- check
Duplicate BooleanInterchange Control Number - The value indicating whether to check for duplicate interchange control number.
- check
Duplicate BooleanTransaction Set Control Number - The value indicating whether to check for duplicate transaction set control number.
- interchange
Control IntegerNumber Validity Days - The validity period of interchange control number.
- trailing
Separator StringPolicy - The trailing separator policy.
- trim
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
Character BooleanSet - The value indicating whether to validate character set in the message.
- validate
EDITypes Boolean - The value indicating whether to Whether to validate EDI types.
- validate
XSDTypes Boolean - The value indicating whether to Whether to validate XSD types.
- allow
Leading booleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- check
Duplicate booleanGroup Control Number - The value indicating whether to check for duplicate group control number.
- check
Duplicate booleanInterchange Control Number - The value indicating whether to check for duplicate interchange control number.
- check
Duplicate booleanTransaction Set Control Number - The value indicating whether to check for duplicate transaction set control number.
- interchange
Control numberNumber Validity Days - The validity period of interchange control number.
- trailing
Separator stringPolicy - The trailing separator policy.
- trim
Leading booleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
Character booleanSet - The value indicating whether to validate character set in the message.
- validate
EDITypes boolean - The value indicating whether to Whether to validate EDI types.
- validate
XSDTypes boolean - The value indicating whether to Whether to validate XSD types.
- allow_
leading_ booland_ trailing_ spaces_ and_ zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- check_
duplicate_ boolgroup_ control_ number - The value indicating whether to check for duplicate group control number.
- check_
duplicate_ boolinterchange_ control_ number - The value indicating whether to check for duplicate interchange control number.
- check_
duplicate_ booltransaction_ set_ control_ number - The value indicating whether to check for duplicate transaction set control number.
- interchange_
control_ intnumber_ validity_ days - The validity period of interchange control number.
- trailing_
separator_ strpolicy - The trailing separator policy.
- trim_
leading_ booland_ trailing_ spaces_ and_ zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate_
character_ boolset - The value indicating whether to validate character set in the message.
- validate_
edi_ booltypes - The value indicating whether to Whether to validate EDI types.
- validate_
xsd_ booltypes - The value indicating whether to Whether to validate XSD types.
- allow
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- check
Duplicate BooleanGroup Control Number - The value indicating whether to check for duplicate group control number.
- check
Duplicate BooleanInterchange Control Number - The value indicating whether to check for duplicate interchange control number.
- check
Duplicate BooleanTransaction Set Control Number - The value indicating whether to check for duplicate transaction set control number.
- interchange
Control NumberNumber Validity Days - The validity period of interchange control number.
- trailing
Separator StringPolicy - The trailing separator policy.
- trim
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
Character BooleanSet - The value indicating whether to validate character set in the message.
- validate
EDITypes Boolean - The value indicating whether to Whether to validate EDI types.
- validate
XSDTypes Boolean - The value indicating whether to Whether to validate XSD types.
EncryptionAlgorithm, EncryptionAlgorithmArgs
- Not
Specified - NotSpecified
- None
- None
- DES3
- DES3
- RC2
- RC2
- AES128
- AES128
- AES192
- AES192
- AES256
- AES256
- Encryption
Algorithm Not Specified - NotSpecified
- Encryption
Algorithm None - None
- Encryption
Algorithm DES3 - DES3
- Encryption
Algorithm RC2 - RC2
- Encryption
Algorithm AES128 - AES128
- Encryption
Algorithm AES192 - AES192
- Encryption
Algorithm AES256 - AES256
- Not
Specified - NotSpecified
- None
- None
- DES3
- DES3
- RC2
- RC2
- AES128
- AES128
- AES192
- AES192
- AES256
- AES256
- Not
Specified - NotSpecified
- None
- None
- DES3
- DES3
- RC2
- RC2
- AES128
- AES128
- AES192
- AES192
- AES256
- AES256
- NOT_SPECIFIED
- NotSpecified
- NONE
- None
- DES3
- DES3
- RC2
- RC2
- AES128
- AES128
- AES192
- AES192
- AES256
- AES256
- "Not
Specified" - NotSpecified
- "None"
- None
- "DES3"
- DES3
- "RC2"
- RC2
- "AES128"
- AES128
- "AES192"
- AES192
- "AES256"
- AES256
HashingAlgorithm, HashingAlgorithmArgs
- Not
Specified - NotSpecified
- None
- None
- MD5
- MD5
- SHA1
- SHA1
- SHA2256
- SHA2256
- SHA2384
- SHA2384
- SHA2512
- SHA2512
- Hashing
Algorithm Not Specified - NotSpecified
- Hashing
Algorithm None - None
- Hashing
Algorithm MD5 - MD5
- Hashing
Algorithm SHA1 - SHA1
- Hashing
Algorithm SHA2256 - SHA2256
- Hashing
Algorithm SHA2384 - SHA2384
- Hashing
Algorithm SHA2512 - SHA2512
- Not
Specified - NotSpecified
- None
- None
- MD5
- MD5
- SHA1
- SHA1
- SHA2256
- SHA2256
- SHA2384
- SHA2384
- SHA2512
- SHA2512
- Not
Specified - NotSpecified
- None
- None
- MD5
- MD5
- SHA1
- SHA1
- SHA2256
- SHA2256
- SHA2384
- SHA2384
- SHA2512
- SHA2512
- NOT_SPECIFIED
- NotSpecified
- NONE
- None
- MD5
- MD5
- SHA1
- SHA1
- SHA2256
- SHA2256
- SHA2384
- SHA2384
- SHA2512
- SHA2512
- "Not
Specified" - NotSpecified
- "None"
- None
- "MD5"
- MD5
- "SHA1"
- SHA1
- "SHA2256"
- SHA2256
- "SHA2384"
- SHA2384
- "SHA2512"
- SHA2512
MessageFilterType, MessageFilterTypeArgs
- Not
Specified - NotSpecified
- Include
- Include
- Exclude
- Exclude
- Message
Filter Type Not Specified - NotSpecified
- Message
Filter Type Include - Include
- Message
Filter Type Exclude - Exclude
- Not
Specified - NotSpecified
- Include
- Include
- Exclude
- Exclude
- Not
Specified - NotSpecified
- Include
- Include
- Exclude
- Exclude
- NOT_SPECIFIED
- NotSpecified
- INCLUDE
- Include
- EXCLUDE
- Exclude
- "Not
Specified" - NotSpecified
- "Include"
- Include
- "Exclude"
- Exclude
SegmentTerminatorSuffix, SegmentTerminatorSuffixArgs
- Not
Specified - NotSpecified
- None
- None
- CR
- CR
- LF
- LF
- CRLF
- CRLF
- Segment
Terminator Suffix Not Specified - NotSpecified
- Segment
Terminator Suffix None - None
- Segment
Terminator Suffix CR - CR
- Segment
Terminator Suffix LF - LF
- Segment
Terminator Suffix CRLF - CRLF
- Not
Specified - NotSpecified
- None
- None
- CR
- CR
- LF
- LF
- CRLF
- CRLF
- Not
Specified - NotSpecified
- None
- None
- CR
- CR
- LF
- LF
- CRLF
- CRLF
- NOT_SPECIFIED
- NotSpecified
- NONE
- None
- CR
- CR
- LF
- LF
- CRLF
- CRLF
- "Not
Specified" - NotSpecified
- "None"
- None
- "CR"
- CR
- "LF"
- LF
- "CRLF"
- CRLF
SigningAlgorithm, SigningAlgorithmArgs
- Not
Specified - NotSpecified
- Default
- Default
- SHA1
- SHA1
- SHA2256
- SHA2256
- SHA2384
- SHA2384
- SHA2512
- SHA2512
- Signing
Algorithm Not Specified - NotSpecified
- Signing
Algorithm Default - Default
- Signing
Algorithm SHA1 - SHA1
- Signing
Algorithm SHA2256 - SHA2256
- Signing
Algorithm SHA2384 - SHA2384
- Signing
Algorithm SHA2512 - SHA2512
- Not
Specified - NotSpecified
- Default
- Default
- SHA1
- SHA1
- SHA2256
- SHA2256
- SHA2384
- SHA2384
- SHA2512
- SHA2512
- Not
Specified - NotSpecified
- Default
- Default
- SHA1
- SHA1
- SHA2256
- SHA2256
- SHA2384
- SHA2384
- SHA2512
- SHA2512
- NOT_SPECIFIED
- NotSpecified
- DEFAULT
- Default
- SHA1
- SHA1
- SHA2256
- SHA2256
- SHA2384
- SHA2384
- SHA2512
- SHA2512
- "Not
Specified" - NotSpecified
- "Default"
- Default
- "SHA1"
- SHA1
- "SHA2256"
- SHA2256
- "SHA2384"
- SHA2384
- "SHA2512"
- SHA2512
TrailingSeparatorPolicy, TrailingSeparatorPolicyArgs
- Not
Specified - NotSpecified
- Not
Allowed - NotAllowed
- Optional
- Optional
- Mandatory
- Mandatory
- Trailing
Separator Policy Not Specified - NotSpecified
- Trailing
Separator Policy Not Allowed - NotAllowed
- Trailing
Separator Policy Optional - Optional
- Trailing
Separator Policy Mandatory - Mandatory
- Not
Specified - NotSpecified
- Not
Allowed - NotAllowed
- Optional
- Optional
- Mandatory
- Mandatory
- Not
Specified - NotSpecified
- Not
Allowed - NotAllowed
- Optional
- Optional
- Mandatory
- Mandatory
- NOT_SPECIFIED
- NotSpecified
- NOT_ALLOWED
- NotAllowed
- OPTIONAL
- Optional
- MANDATORY
- Mandatory
- "Not
Specified" - NotSpecified
- "Not
Allowed" - NotAllowed
- "Optional"
- Optional
- "Mandatory"
- Mandatory
UsageIndicator, UsageIndicatorArgs
- Not
Specified - NotSpecified
- Test
- Test
- Information
- Information
- Production
- Production
- Usage
Indicator Not Specified - NotSpecified
- Usage
Indicator Test - Test
- Usage
Indicator Information - Information
- Usage
Indicator Production - Production
- Not
Specified - NotSpecified
- Test
- Test
- Information
- Information
- Production
- Production
- Not
Specified - NotSpecified
- Test
- Test
- Information
- Information
- Production
- Production
- NOT_SPECIFIED
- NotSpecified
- TEST
- Test
- INFORMATION
- Information
- PRODUCTION
- Production
- "Not
Specified" - NotSpecified
- "Test"
- Test
- "Information"
- Information
- "Production"
- Production
X12AcknowledgementSettings, X12AcknowledgementSettingsArgs
- Acknowledgement
Control intNumber Lower Bound - The acknowledgement control number lower bound.
- Acknowledgement
Control intNumber Upper Bound - The acknowledgement control number upper bound.
- Batch
Functional boolAcknowledgements - The value indicating whether to batch functional acknowledgements.
- Batch
Implementation boolAcknowledgements - The value indicating whether to batch implementation acknowledgements.
- Batch
Technical boolAcknowledgements - The value indicating whether to batch the technical acknowledgements.
- Need
Functional boolAcknowledgement - The value indicating whether functional acknowledgement is needed.
- Need
Implementation boolAcknowledgement - The value indicating whether implementation acknowledgement is needed.
- Need
Loop boolFor Valid Messages - The value indicating whether a loop is needed for valid messages.
- Need
Technical boolAcknowledgement - The value indicating whether technical acknowledgement is needed.
- Rollover
Acknowledgement boolControl Number - The value indicating whether to rollover acknowledgement control number.
- Send
Synchronous boolAcknowledgement - The value indicating whether to send synchronous acknowledgement.
- Acknowledgement
Control stringNumber Prefix - The acknowledgement control number prefix.
- Acknowledgement
Control stringNumber Suffix - The acknowledgement control number suffix.
- Functional
Acknowledgement stringVersion - The functional acknowledgement version.
- Implementation
Acknowledgement stringVersion - The implementation acknowledgement version.
- Acknowledgement
Control intNumber Lower Bound - The acknowledgement control number lower bound.
- Acknowledgement
Control intNumber Upper Bound - The acknowledgement control number upper bound.
- Batch
Functional boolAcknowledgements - The value indicating whether to batch functional acknowledgements.
- Batch
Implementation boolAcknowledgements - The value indicating whether to batch implementation acknowledgements.
- Batch
Technical boolAcknowledgements - The value indicating whether to batch the technical acknowledgements.
- Need
Functional boolAcknowledgement - The value indicating whether functional acknowledgement is needed.
- Need
Implementation boolAcknowledgement - The value indicating whether implementation acknowledgement is needed.
- Need
Loop boolFor Valid Messages - The value indicating whether a loop is needed for valid messages.
- Need
Technical boolAcknowledgement - The value indicating whether technical acknowledgement is needed.
- Rollover
Acknowledgement boolControl Number - The value indicating whether to rollover acknowledgement control number.
- Send
Synchronous boolAcknowledgement - The value indicating whether to send synchronous acknowledgement.
- Acknowledgement
Control stringNumber Prefix - The acknowledgement control number prefix.
- Acknowledgement
Control stringNumber Suffix - The acknowledgement control number suffix.
- Functional
Acknowledgement stringVersion - The functional acknowledgement version.
- Implementation
Acknowledgement stringVersion - The implementation acknowledgement version.
- acknowledgement
Control IntegerNumber Lower Bound - The acknowledgement control number lower bound.
- acknowledgement
Control IntegerNumber Upper Bound - The acknowledgement control number upper bound.
- batch
Functional BooleanAcknowledgements - The value indicating whether to batch functional acknowledgements.
- batch
Implementation BooleanAcknowledgements - The value indicating whether to batch implementation acknowledgements.
- batch
Technical BooleanAcknowledgements - The value indicating whether to batch the technical acknowledgements.
- need
Functional BooleanAcknowledgement - The value indicating whether functional acknowledgement is needed.
- need
Implementation BooleanAcknowledgement - The value indicating whether implementation acknowledgement is needed.
- need
Loop BooleanFor Valid Messages - The value indicating whether a loop is needed for valid messages.
- need
Technical BooleanAcknowledgement - The value indicating whether technical acknowledgement is needed.
- rollover
Acknowledgement BooleanControl Number - The value indicating whether to rollover acknowledgement control number.
- send
Synchronous BooleanAcknowledgement - The value indicating whether to send synchronous acknowledgement.
- acknowledgement
Control StringNumber Prefix - The acknowledgement control number prefix.
- acknowledgement
Control StringNumber Suffix - The acknowledgement control number suffix.
- functional
Acknowledgement StringVersion - The functional acknowledgement version.
- implementation
Acknowledgement StringVersion - The implementation acknowledgement version.
- acknowledgement
Control numberNumber Lower Bound - The acknowledgement control number lower bound.
- acknowledgement
Control numberNumber Upper Bound - The acknowledgement control number upper bound.
- batch
Functional booleanAcknowledgements - The value indicating whether to batch functional acknowledgements.
- batch
Implementation booleanAcknowledgements - The value indicating whether to batch implementation acknowledgements.
- batch
Technical booleanAcknowledgements - The value indicating whether to batch the technical acknowledgements.
- need
Functional booleanAcknowledgement - The value indicating whether functional acknowledgement is needed.
- need
Implementation booleanAcknowledgement - The value indicating whether implementation acknowledgement is needed.
- need
Loop booleanFor Valid Messages - The value indicating whether a loop is needed for valid messages.
- need
Technical booleanAcknowledgement - The value indicating whether technical acknowledgement is needed.
- rollover
Acknowledgement booleanControl Number - The value indicating whether to rollover acknowledgement control number.
- send
Synchronous booleanAcknowledgement - The value indicating whether to send synchronous acknowledgement.
- acknowledgement
Control stringNumber Prefix - The acknowledgement control number prefix.
- acknowledgement
Control stringNumber Suffix - The acknowledgement control number suffix.
- functional
Acknowledgement stringVersion - The functional acknowledgement version.
- implementation
Acknowledgement stringVersion - The implementation acknowledgement version.
- acknowledgement_
control_ intnumber_ lower_ bound - The acknowledgement control number lower bound.
- acknowledgement_
control_ intnumber_ upper_ bound - The acknowledgement control number upper bound.
- batch_
functional_ boolacknowledgements - The value indicating whether to batch functional acknowledgements.
- batch_
implementation_ boolacknowledgements - The value indicating whether to batch implementation acknowledgements.
- batch_
technical_ boolacknowledgements - The value indicating whether to batch the technical acknowledgements.
- need_
functional_ boolacknowledgement - The value indicating whether functional acknowledgement is needed.
- need_
implementation_ boolacknowledgement - The value indicating whether implementation acknowledgement is needed.
- need_
loop_ boolfor_ valid_ messages - The value indicating whether a loop is needed for valid messages.
- need_
technical_ boolacknowledgement - The value indicating whether technical acknowledgement is needed.
- rollover_
acknowledgement_ boolcontrol_ number - The value indicating whether to rollover acknowledgement control number.
- send_
synchronous_ boolacknowledgement - The value indicating whether to send synchronous acknowledgement.
- acknowledgement_
control_ strnumber_ prefix - The acknowledgement control number prefix.
- acknowledgement_
control_ strnumber_ suffix - The acknowledgement control number suffix.
- functional_
acknowledgement_ strversion - The functional acknowledgement version.
- implementation_
acknowledgement_ strversion - The implementation acknowledgement version.
- acknowledgement
Control NumberNumber Lower Bound - The acknowledgement control number lower bound.
- acknowledgement
Control NumberNumber Upper Bound - The acknowledgement control number upper bound.
- batch
Functional BooleanAcknowledgements - The value indicating whether to batch functional acknowledgements.
- batch
Implementation BooleanAcknowledgements - The value indicating whether to batch implementation acknowledgements.
- batch
Technical BooleanAcknowledgements - The value indicating whether to batch the technical acknowledgements.
- need
Functional BooleanAcknowledgement - The value indicating whether functional acknowledgement is needed.
- need
Implementation BooleanAcknowledgement - The value indicating whether implementation acknowledgement is needed.
- need
Loop BooleanFor Valid Messages - The value indicating whether a loop is needed for valid messages.
- need
Technical BooleanAcknowledgement - The value indicating whether technical acknowledgement is needed.
- rollover
Acknowledgement BooleanControl Number - The value indicating whether to rollover acknowledgement control number.
- send
Synchronous BooleanAcknowledgement - The value indicating whether to send synchronous acknowledgement.
- acknowledgement
Control StringNumber Prefix - The acknowledgement control number prefix.
- acknowledgement
Control StringNumber Suffix - The acknowledgement control number suffix.
- functional
Acknowledgement StringVersion - The functional acknowledgement version.
- implementation
Acknowledgement StringVersion - The implementation acknowledgement version.
X12AcknowledgementSettingsResponse, X12AcknowledgementSettingsResponseArgs
- Acknowledgement
Control intNumber Lower Bound - The acknowledgement control number lower bound.
- Acknowledgement
Control intNumber Upper Bound - The acknowledgement control number upper bound.
- Batch
Functional boolAcknowledgements - The value indicating whether to batch functional acknowledgements.
- Batch
Implementation boolAcknowledgements - The value indicating whether to batch implementation acknowledgements.
- Batch
Technical boolAcknowledgements - The value indicating whether to batch the technical acknowledgements.
- Need
Functional boolAcknowledgement - The value indicating whether functional acknowledgement is needed.
- Need
Implementation boolAcknowledgement - The value indicating whether implementation acknowledgement is needed.
- Need
Loop boolFor Valid Messages - The value indicating whether a loop is needed for valid messages.
- Need
Technical boolAcknowledgement - The value indicating whether technical acknowledgement is needed.
- Rollover
Acknowledgement boolControl Number - The value indicating whether to rollover acknowledgement control number.
- Send
Synchronous boolAcknowledgement - The value indicating whether to send synchronous acknowledgement.
- Acknowledgement
Control stringNumber Prefix - The acknowledgement control number prefix.
- Acknowledgement
Control stringNumber Suffix - The acknowledgement control number suffix.
- Functional
Acknowledgement stringVersion - The functional acknowledgement version.
- Implementation
Acknowledgement stringVersion - The implementation acknowledgement version.
- Acknowledgement
Control intNumber Lower Bound - The acknowledgement control number lower bound.
- Acknowledgement
Control intNumber Upper Bound - The acknowledgement control number upper bound.
- Batch
Functional boolAcknowledgements - The value indicating whether to batch functional acknowledgements.
- Batch
Implementation boolAcknowledgements - The value indicating whether to batch implementation acknowledgements.
- Batch
Technical boolAcknowledgements - The value indicating whether to batch the technical acknowledgements.
- Need
Functional boolAcknowledgement - The value indicating whether functional acknowledgement is needed.
- Need
Implementation boolAcknowledgement - The value indicating whether implementation acknowledgement is needed.
- Need
Loop boolFor Valid Messages - The value indicating whether a loop is needed for valid messages.
- Need
Technical boolAcknowledgement - The value indicating whether technical acknowledgement is needed.
- Rollover
Acknowledgement boolControl Number - The value indicating whether to rollover acknowledgement control number.
- Send
Synchronous boolAcknowledgement - The value indicating whether to send synchronous acknowledgement.
- Acknowledgement
Control stringNumber Prefix - The acknowledgement control number prefix.
- Acknowledgement
Control stringNumber Suffix - The acknowledgement control number suffix.
- Functional
Acknowledgement stringVersion - The functional acknowledgement version.
- Implementation
Acknowledgement stringVersion - The implementation acknowledgement version.
- acknowledgement
Control IntegerNumber Lower Bound - The acknowledgement control number lower bound.
- acknowledgement
Control IntegerNumber Upper Bound - The acknowledgement control number upper bound.
- batch
Functional BooleanAcknowledgements - The value indicating whether to batch functional acknowledgements.
- batch
Implementation BooleanAcknowledgements - The value indicating whether to batch implementation acknowledgements.
- batch
Technical BooleanAcknowledgements - The value indicating whether to batch the technical acknowledgements.
- need
Functional BooleanAcknowledgement - The value indicating whether functional acknowledgement is needed.
- need
Implementation BooleanAcknowledgement - The value indicating whether implementation acknowledgement is needed.
- need
Loop BooleanFor Valid Messages - The value indicating whether a loop is needed for valid messages.
- need
Technical BooleanAcknowledgement - The value indicating whether technical acknowledgement is needed.
- rollover
Acknowledgement BooleanControl Number - The value indicating whether to rollover acknowledgement control number.
- send
Synchronous BooleanAcknowledgement - The value indicating whether to send synchronous acknowledgement.
- acknowledgement
Control StringNumber Prefix - The acknowledgement control number prefix.
- acknowledgement
Control StringNumber Suffix - The acknowledgement control number suffix.
- functional
Acknowledgement StringVersion - The functional acknowledgement version.
- implementation
Acknowledgement StringVersion - The implementation acknowledgement version.
- acknowledgement
Control numberNumber Lower Bound - The acknowledgement control number lower bound.
- acknowledgement
Control numberNumber Upper Bound - The acknowledgement control number upper bound.
- batch
Functional booleanAcknowledgements - The value indicating whether to batch functional acknowledgements.
- batch
Implementation booleanAcknowledgements - The value indicating whether to batch implementation acknowledgements.
- batch
Technical booleanAcknowledgements - The value indicating whether to batch the technical acknowledgements.
- need
Functional booleanAcknowledgement - The value indicating whether functional acknowledgement is needed.
- need
Implementation booleanAcknowledgement - The value indicating whether implementation acknowledgement is needed.
- need
Loop booleanFor Valid Messages - The value indicating whether a loop is needed for valid messages.
- need
Technical booleanAcknowledgement - The value indicating whether technical acknowledgement is needed.
- rollover
Acknowledgement booleanControl Number - The value indicating whether to rollover acknowledgement control number.
- send
Synchronous booleanAcknowledgement - The value indicating whether to send synchronous acknowledgement.
- acknowledgement
Control stringNumber Prefix - The acknowledgement control number prefix.
- acknowledgement
Control stringNumber Suffix - The acknowledgement control number suffix.
- functional
Acknowledgement stringVersion - The functional acknowledgement version.
- implementation
Acknowledgement stringVersion - The implementation acknowledgement version.
- acknowledgement_
control_ intnumber_ lower_ bound - The acknowledgement control number lower bound.
- acknowledgement_
control_ intnumber_ upper_ bound - The acknowledgement control number upper bound.
- batch_
functional_ boolacknowledgements - The value indicating whether to batch functional acknowledgements.
- batch_
implementation_ boolacknowledgements - The value indicating whether to batch implementation acknowledgements.
- batch_
technical_ boolacknowledgements - The value indicating whether to batch the technical acknowledgements.
- need_
functional_ boolacknowledgement - The value indicating whether functional acknowledgement is needed.
- need_
implementation_ boolacknowledgement - The value indicating whether implementation acknowledgement is needed.
- need_
loop_ boolfor_ valid_ messages - The value indicating whether a loop is needed for valid messages.
- need_
technical_ boolacknowledgement - The value indicating whether technical acknowledgement is needed.
- rollover_
acknowledgement_ boolcontrol_ number - The value indicating whether to rollover acknowledgement control number.
- send_
synchronous_ boolacknowledgement - The value indicating whether to send synchronous acknowledgement.
- acknowledgement_
control_ strnumber_ prefix - The acknowledgement control number prefix.
- acknowledgement_
control_ strnumber_ suffix - The acknowledgement control number suffix.
- functional_
acknowledgement_ strversion - The functional acknowledgement version.
- implementation_
acknowledgement_ strversion - The implementation acknowledgement version.
- acknowledgement
Control NumberNumber Lower Bound - The acknowledgement control number lower bound.
- acknowledgement
Control NumberNumber Upper Bound - The acknowledgement control number upper bound.
- batch
Functional BooleanAcknowledgements - The value indicating whether to batch functional acknowledgements.
- batch
Implementation BooleanAcknowledgements - The value indicating whether to batch implementation acknowledgements.
- batch
Technical BooleanAcknowledgements - The value indicating whether to batch the technical acknowledgements.
- need
Functional BooleanAcknowledgement - The value indicating whether functional acknowledgement is needed.
- need
Implementation BooleanAcknowledgement - The value indicating whether implementation acknowledgement is needed.
- need
Loop BooleanFor Valid Messages - The value indicating whether a loop is needed for valid messages.
- need
Technical BooleanAcknowledgement - The value indicating whether technical acknowledgement is needed.
- rollover
Acknowledgement BooleanControl Number - The value indicating whether to rollover acknowledgement control number.
- send
Synchronous BooleanAcknowledgement - The value indicating whether to send synchronous acknowledgement.
- acknowledgement
Control StringNumber Prefix - The acknowledgement control number prefix.
- acknowledgement
Control StringNumber Suffix - The acknowledgement control number suffix.
- functional
Acknowledgement StringVersion - The functional acknowledgement version.
- implementation
Acknowledgement StringVersion - The implementation acknowledgement version.
X12AgreementContent, X12AgreementContentArgs
- Receive
Agreement Pulumi.Azure Native. Logic. Inputs. X12One Way Agreement - The X12 one-way receive agreement.
- Send
Agreement Pulumi.Azure Native. Logic. Inputs. X12One Way Agreement - The X12 one-way send agreement.
- Receive
Agreement X12OneWay Agreement - The X12 one-way receive agreement.
- Send
Agreement X12OneWay Agreement - The X12 one-way send agreement.
- receive
Agreement X12OneWay Agreement - The X12 one-way receive agreement.
- send
Agreement X12OneWay Agreement - The X12 one-way send agreement.
- receive
Agreement X12OneWay Agreement - The X12 one-way receive agreement.
- send
Agreement X12OneWay Agreement - The X12 one-way send agreement.
- receive_
agreement X12OneWay Agreement - The X12 one-way receive agreement.
- send_
agreement X12OneWay Agreement - The X12 one-way send agreement.
- receive
Agreement Property Map - The X12 one-way receive agreement.
- send
Agreement Property Map - The X12 one-way send agreement.
X12AgreementContentResponse, X12AgreementContentResponseArgs
- Receive
Agreement Pulumi.Azure Native. Logic. Inputs. X12One Way Agreement Response - The X12 one-way receive agreement.
- Send
Agreement Pulumi.Azure Native. Logic. Inputs. X12One Way Agreement Response - The X12 one-way send agreement.
- Receive
Agreement X12OneWay Agreement Response - The X12 one-way receive agreement.
- Send
Agreement X12OneWay Agreement Response - The X12 one-way send agreement.
- receive
Agreement X12OneWay Agreement Response - The X12 one-way receive agreement.
- send
Agreement X12OneWay Agreement Response - The X12 one-way send agreement.
- receive
Agreement X12OneWay Agreement Response - The X12 one-way receive agreement.
- send
Agreement X12OneWay Agreement Response - The X12 one-way send agreement.
- receive_
agreement X12OneWay Agreement Response - The X12 one-way receive agreement.
- send_
agreement X12OneWay Agreement Response - The X12 one-way send agreement.
- receive
Agreement Property Map - The X12 one-way receive agreement.
- send
Agreement Property Map - The X12 one-way send agreement.
X12CharacterSet, X12CharacterSetArgs
- Not
Specified - NotSpecified
- Basic
- Basic
- Extended
- Extended
- UTF8
- UTF8
- X12Character
Set Not Specified - NotSpecified
- X12Character
Set Basic - Basic
- X12Character
Set Extended - Extended
- X12Character
Set UTF8 - UTF8
- Not
Specified - NotSpecified
- Basic
- Basic
- Extended
- Extended
- UTF8
- UTF8
- Not
Specified - NotSpecified
- Basic
- Basic
- Extended
- Extended
- UTF8
- UTF8
- NOT_SPECIFIED
- NotSpecified
- BASIC
- Basic
- EXTENDED
- Extended
- UTF8
- UTF8
- "Not
Specified" - NotSpecified
- "Basic"
- Basic
- "Extended"
- Extended
- "UTF8"
- UTF8
X12DateFormat, X12DateFormatArgs
- Not
Specified - NotSpecified
- CCYYMMDD
- CCYYMMDD
- YYMMDD
- YYMMDD
- X12Date
Format Not Specified - NotSpecified
- X12Date
Format CCYYMMDD - CCYYMMDD
- X12Date
Format YYMMDD - YYMMDD
- Not
Specified - NotSpecified
- CCYYMMDD
- CCYYMMDD
- YYMMDD
- YYMMDD
- Not
Specified - NotSpecified
- CCYYMMDD
- CCYYMMDD
- YYMMDD
- YYMMDD
- NOT_SPECIFIED
- NotSpecified
- CCYYMMDD
- CCYYMMDD
- YYMMDD
- YYMMDD
- "Not
Specified" - NotSpecified
- "CCYYMMDD"
- CCYYMMDD
- "YYMMDD"
- YYMMDD
X12DelimiterOverrides, X12DelimiterOverridesArgs
- Component
Separator int - The component separator.
- Data
Element intSeparator - The data element separator.
- Replace
Character int - The replacement character.
- Replace
Separators boolIn Payload - The value indicating whether to replace separators in payload.
- Segment
Terminator int - The segment terminator.
- Segment
Terminator Pulumi.Suffix Azure Native. Logic. Segment Terminator Suffix - The segment terminator suffix.
- Message
Id string - The message id.
- Protocol
Version string - The protocol version.
- Target
Namespace string - The target namespace on which this delimiter settings has to be applied.
- Component
Separator int - The component separator.
- Data
Element intSeparator - The data element separator.
- Replace
Character int - The replacement character.
- Replace
Separators boolIn Payload - The value indicating whether to replace separators in payload.
- Segment
Terminator int - The segment terminator.
- Segment
Terminator SegmentSuffix Terminator Suffix - The segment terminator suffix.
- Message
Id string - The message id.
- Protocol
Version string - The protocol version.
- Target
Namespace string - The target namespace on which this delimiter settings has to be applied.
- component
Separator Integer - The component separator.
- data
Element IntegerSeparator - The data element separator.
- replace
Character Integer - The replacement character.
- replace
Separators BooleanIn Payload - The value indicating whether to replace separators in payload.
- segment
Terminator Integer - The segment terminator.
- segment
Terminator SegmentSuffix Terminator Suffix - The segment terminator suffix.
- message
Id String - The message id.
- protocol
Version String - The protocol version.
- target
Namespace String - The target namespace on which this delimiter settings has to be applied.
- component
Separator number - The component separator.
- data
Element numberSeparator - The data element separator.
- replace
Character number - The replacement character.
- replace
Separators booleanIn Payload - The value indicating whether to replace separators in payload.
- segment
Terminator number - The segment terminator.
- segment
Terminator SegmentSuffix Terminator Suffix - The segment terminator suffix.
- message
Id string - The message id.
- protocol
Version string - The protocol version.
- target
Namespace string - The target namespace on which this delimiter settings has to be applied.
- component_
separator int - The component separator.
- data_
element_ intseparator - The data element separator.
- replace_
character int - The replacement character.
- replace_
separators_ boolin_ payload - The value indicating whether to replace separators in payload.
- segment_
terminator int - The segment terminator.
- segment_
terminator_ Segmentsuffix Terminator Suffix - The segment terminator suffix.
- message_
id str - The message id.
- protocol_
version str - The protocol version.
- target_
namespace str - The target namespace on which this delimiter settings has to be applied.
- component
Separator Number - The component separator.
- data
Element NumberSeparator - The data element separator.
- replace
Character Number - The replacement character.
- replace
Separators BooleanIn Payload - The value indicating whether to replace separators in payload.
- segment
Terminator Number - The segment terminator.
- segment
Terminator "NotSuffix Specified" | "None" | "CR" | "LF" | "CRLF" - The segment terminator suffix.
- message
Id String - The message id.
- protocol
Version String - The protocol version.
- target
Namespace String - The target namespace on which this delimiter settings has to be applied.
X12DelimiterOverridesResponse, X12DelimiterOverridesResponseArgs
- Component
Separator int - The component separator.
- Data
Element intSeparator - The data element separator.
- Replace
Character int - The replacement character.
- Replace
Separators boolIn Payload - The value indicating whether to replace separators in payload.
- Segment
Terminator int - The segment terminator.
- Segment
Terminator stringSuffix - The segment terminator suffix.
- Message
Id string - The message id.
- Protocol
Version string - The protocol version.
- Target
Namespace string - The target namespace on which this delimiter settings has to be applied.
- Component
Separator int - The component separator.
- Data
Element intSeparator - The data element separator.
- Replace
Character int - The replacement character.
- Replace
Separators boolIn Payload - The value indicating whether to replace separators in payload.
- Segment
Terminator int - The segment terminator.
- Segment
Terminator stringSuffix - The segment terminator suffix.
- Message
Id string - The message id.
- Protocol
Version string - The protocol version.
- Target
Namespace string - The target namespace on which this delimiter settings has to be applied.
- component
Separator Integer - The component separator.
- data
Element IntegerSeparator - The data element separator.
- replace
Character Integer - The replacement character.
- replace
Separators BooleanIn Payload - The value indicating whether to replace separators in payload.
- segment
Terminator Integer - The segment terminator.
- segment
Terminator StringSuffix - The segment terminator suffix.
- message
Id String - The message id.
- protocol
Version String - The protocol version.
- target
Namespace String - The target namespace on which this delimiter settings has to be applied.
- component
Separator number - The component separator.
- data
Element numberSeparator - The data element separator.
- replace
Character number - The replacement character.
- replace
Separators booleanIn Payload - The value indicating whether to replace separators in payload.
- segment
Terminator number - The segment terminator.
- segment
Terminator stringSuffix - The segment terminator suffix.
- message
Id string - The message id.
- protocol
Version string - The protocol version.
- target
Namespace string - The target namespace on which this delimiter settings has to be applied.
- component_
separator int - The component separator.
- data_
element_ intseparator - The data element separator.
- replace_
character int - The replacement character.
- replace_
separators_ boolin_ payload - The value indicating whether to replace separators in payload.
- segment_
terminator int - The segment terminator.
- segment_
terminator_ strsuffix - The segment terminator suffix.
- message_
id str - The message id.
- protocol_
version str - The protocol version.
- target_
namespace str - The target namespace on which this delimiter settings has to be applied.
- component
Separator Number - The component separator.
- data
Element NumberSeparator - The data element separator.
- replace
Character Number - The replacement character.
- replace
Separators BooleanIn Payload - The value indicating whether to replace separators in payload.
- segment
Terminator Number - The segment terminator.
- segment
Terminator StringSuffix - The segment terminator suffix.
- message
Id String - The message id.
- protocol
Version String - The protocol version.
- target
Namespace String - The target namespace on which this delimiter settings has to be applied.
X12EnvelopeOverride, X12EnvelopeOverrideArgs
- Date
Format string | Pulumi.Azure Native. Logic. X12Date Format - The date format.
- Header
Version string - The header version.
- Message
Id string - The message id on which this envelope settings has to be applied.
- Protocol
Version string - The protocol version on which this envelope settings has to be applied.
- Receiver
Application stringId - The receiver application id.
- Responsible
Agency stringCode - The responsible agency code.
- Sender
Application stringId - The sender application id.
- Target
Namespace string - The target namespace on which this envelope settings has to be applied.
- Time
Format string | Pulumi.Azure Native. Logic. X12Time Format - The time format.
- Functional
Identifier stringCode - The functional identifier code.
- Date
Format string | X12DateFormat - The date format.
- Header
Version string - The header version.
- Message
Id string - The message id on which this envelope settings has to be applied.
- Protocol
Version string - The protocol version on which this envelope settings has to be applied.
- Receiver
Application stringId - The receiver application id.
- Responsible
Agency stringCode - The responsible agency code.
- Sender
Application stringId - The sender application id.
- Target
Namespace string - The target namespace on which this envelope settings has to be applied.
- Time
Format string | X12TimeFormat - The time format.
- Functional
Identifier stringCode - The functional identifier code.
- date
Format String | X12DateFormat - The date format.
- header
Version String - The header version.
- message
Id String - The message id on which this envelope settings has to be applied.
- protocol
Version String - The protocol version on which this envelope settings has to be applied.
- receiver
Application StringId - The receiver application id.
- responsible
Agency StringCode - The responsible agency code.
- sender
Application StringId - The sender application id.
- target
Namespace String - The target namespace on which this envelope settings has to be applied.
- time
Format String | X12TimeFormat - The time format.
- functional
Identifier StringCode - The functional identifier code.
- date
Format string | X12DateFormat - The date format.
- header
Version string - The header version.
- message
Id string - The message id on which this envelope settings has to be applied.
- protocol
Version string - The protocol version on which this envelope settings has to be applied.
- receiver
Application stringId - The receiver application id.
- responsible
Agency stringCode - The responsible agency code.
- sender
Application stringId - The sender application id.
- target
Namespace string - The target namespace on which this envelope settings has to be applied.
- time
Format string | X12TimeFormat - The time format.
- functional
Identifier stringCode - The functional identifier code.
- date_
format str | X12DateFormat - The date format.
- header_
version str - The header version.
- message_
id str - The message id on which this envelope settings has to be applied.
- protocol_
version str - The protocol version on which this envelope settings has to be applied.
- receiver_
application_ strid - The receiver application id.
- responsible_
agency_ strcode - The responsible agency code.
- sender_
application_ strid - The sender application id.
- target_
namespace str - The target namespace on which this envelope settings has to be applied.
- time_
format str | X12TimeFormat - The time format.
- functional_
identifier_ strcode - The functional identifier code.
- date
Format String | "NotSpecified" | "CCYYMMDD" | "YYMMDD" - The date format.
- header
Version String - The header version.
- message
Id String - The message id on which this envelope settings has to be applied.
- protocol
Version String - The protocol version on which this envelope settings has to be applied.
- receiver
Application StringId - The receiver application id.
- responsible
Agency StringCode - The responsible agency code.
- sender
Application StringId - The sender application id.
- target
Namespace String - The target namespace on which this envelope settings has to be applied.
- time
Format String | "NotSpecified" | "HHMM" | "HHMMSS" | "HHMMSSdd" | "HHMMSSd" - The time format.
- functional
Identifier StringCode - The functional identifier code.
X12EnvelopeOverrideResponse, X12EnvelopeOverrideResponseArgs
- Date
Format string - The date format.
- Header
Version string - The header version.
- Message
Id string - The message id on which this envelope settings has to be applied.
- Protocol
Version string - The protocol version on which this envelope settings has to be applied.
- Receiver
Application stringId - The receiver application id.
- Responsible
Agency stringCode - The responsible agency code.
- Sender
Application stringId - The sender application id.
- Target
Namespace string - The target namespace on which this envelope settings has to be applied.
- Time
Format string - The time format.
- Functional
Identifier stringCode - The functional identifier code.
- Date
Format string - The date format.
- Header
Version string - The header version.
- Message
Id string - The message id on which this envelope settings has to be applied.
- Protocol
Version string - The protocol version on which this envelope settings has to be applied.
- Receiver
Application stringId - The receiver application id.
- Responsible
Agency stringCode - The responsible agency code.
- Sender
Application stringId - The sender application id.
- Target
Namespace string - The target namespace on which this envelope settings has to be applied.
- Time
Format string - The time format.
- Functional
Identifier stringCode - The functional identifier code.
- date
Format String - The date format.
- header
Version String - The header version.
- message
Id String - The message id on which this envelope settings has to be applied.
- protocol
Version String - The protocol version on which this envelope settings has to be applied.
- receiver
Application StringId - The receiver application id.
- responsible
Agency StringCode - The responsible agency code.
- sender
Application StringId - The sender application id.
- target
Namespace String - The target namespace on which this envelope settings has to be applied.
- time
Format String - The time format.
- functional
Identifier StringCode - The functional identifier code.
- date
Format string - The date format.
- header
Version string - The header version.
- message
Id string - The message id on which this envelope settings has to be applied.
- protocol
Version string - The protocol version on which this envelope settings has to be applied.
- receiver
Application stringId - The receiver application id.
- responsible
Agency stringCode - The responsible agency code.
- sender
Application stringId - The sender application id.
- target
Namespace string - The target namespace on which this envelope settings has to be applied.
- time
Format string - The time format.
- functional
Identifier stringCode - The functional identifier code.
- date_
format str - The date format.
- header_
version str - The header version.
- message_
id str - The message id on which this envelope settings has to be applied.
- protocol_
version str - The protocol version on which this envelope settings has to be applied.
- receiver_
application_ strid - The receiver application id.
- responsible_
agency_ strcode - The responsible agency code.
- sender_
application_ strid - The sender application id.
- target_
namespace str - The target namespace on which this envelope settings has to be applied.
- time_
format str - The time format.
- functional_
identifier_ strcode - The functional identifier code.
- date
Format String - The date format.
- header
Version String - The header version.
- message
Id String - The message id on which this envelope settings has to be applied.
- protocol
Version String - The protocol version on which this envelope settings has to be applied.
- receiver
Application StringId - The receiver application id.
- responsible
Agency StringCode - The responsible agency code.
- sender
Application StringId - The sender application id.
- target
Namespace String - The target namespace on which this envelope settings has to be applied.
- time
Format String - The time format.
- functional
Identifier StringCode - The functional identifier code.
X12EnvelopeSettings, X12EnvelopeSettingsArgs
- Control
Standards intId - The controls standards id.
- Control
Version stringNumber - The control version number.
- Enable
Default boolGroup Headers - The value indicating whether to enable default group headers.
- Group
Control intNumber Lower Bound - The group control number lower bound.
- Group
Control intNumber Upper Bound - The group control number upper bound.
- Group
Header stringAgency Code - The group header agency code.
- Group
Header string | Pulumi.Date Format Azure Native. Logic. X12Date Format - The group header date format.
- Group
Header string | Pulumi.Time Format Azure Native. Logic. X12Time Format - The group header time format.
- Group
Header stringVersion - The group header version.
- Interchange
Control intNumber Lower Bound - The interchange control number lower bound.
- Interchange
Control intNumber Upper Bound - The interchange control number upper bound.
- Overwrite
Existing boolTransaction Set Control Number - The value indicating whether to overwrite existing transaction set control number.
- Receiver
Application stringId - The receiver application id.
- Rollover
Group boolControl Number - The value indicating whether to rollover group control number.
- Rollover
Interchange boolControl Number - The value indicating whether to rollover interchange control number.
- Rollover
Transaction boolSet Control Number - The value indicating whether to rollover transaction set control number.
- Sender
Application stringId - The sender application id.
- Transaction
Set intControl Number Lower Bound - The transaction set control number lower bound.
- Transaction
Set intControl Number Upper Bound - The transaction set control number upper bound.
- Usage
Indicator string | Pulumi.Azure Native. Logic. Usage Indicator - The usage indicator.
- Use
Control boolStandards Id As Repetition Character - The value indicating whether to use control standards id as repetition character.
- Functional
Group stringId - The functional group id.
- Transaction
Set stringControl Number Prefix - The transaction set control number prefix.
- Transaction
Set stringControl Number Suffix - The transaction set control number suffix.
- Control
Standards intId - The controls standards id.
- Control
Version stringNumber - The control version number.
- Enable
Default boolGroup Headers - The value indicating whether to enable default group headers.
- Group
Control intNumber Lower Bound - The group control number lower bound.
- Group
Control intNumber Upper Bound - The group control number upper bound.
- Group
Header stringAgency Code - The group header agency code.
- Group
Header string | X12DateDate Format Format - The group header date format.
- Group
Header string | X12TimeTime Format Format - The group header time format.
- Group
Header stringVersion - The group header version.
- Interchange
Control intNumber Lower Bound - The interchange control number lower bound.
- Interchange
Control intNumber Upper Bound - The interchange control number upper bound.
- Overwrite
Existing boolTransaction Set Control Number - The value indicating whether to overwrite existing transaction set control number.
- Receiver
Application stringId - The receiver application id.
- Rollover
Group boolControl Number - The value indicating whether to rollover group control number.
- Rollover
Interchange boolControl Number - The value indicating whether to rollover interchange control number.
- Rollover
Transaction boolSet Control Number - The value indicating whether to rollover transaction set control number.
- Sender
Application stringId - The sender application id.
- Transaction
Set intControl Number Lower Bound - The transaction set control number lower bound.
- Transaction
Set intControl Number Upper Bound - The transaction set control number upper bound.
- Usage
Indicator string | UsageIndicator - The usage indicator.
- Use
Control boolStandards Id As Repetition Character - The value indicating whether to use control standards id as repetition character.
- Functional
Group stringId - The functional group id.
- Transaction
Set stringControl Number Prefix - The transaction set control number prefix.
- Transaction
Set stringControl Number Suffix - The transaction set control number suffix.
- control
Standards IntegerId - The controls standards id.
- control
Version StringNumber - The control version number.
- enable
Default BooleanGroup Headers - The value indicating whether to enable default group headers.
- group
Control IntegerNumber Lower Bound - The group control number lower bound.
- group
Control IntegerNumber Upper Bound - The group control number upper bound.
- group
Header StringAgency Code - The group header agency code.
- group
Header String | X12DateDate Format Format - The group header date format.
- group
Header String | X12TimeTime Format Format - The group header time format.
- group
Header StringVersion - The group header version.
- interchange
Control IntegerNumber Lower Bound - The interchange control number lower bound.
- interchange
Control IntegerNumber Upper Bound - The interchange control number upper bound.
- overwrite
Existing BooleanTransaction Set Control Number - The value indicating whether to overwrite existing transaction set control number.
- receiver
Application StringId - The receiver application id.
- rollover
Group BooleanControl Number - The value indicating whether to rollover group control number.
- rollover
Interchange BooleanControl Number - The value indicating whether to rollover interchange control number.
- rollover
Transaction BooleanSet Control Number - The value indicating whether to rollover transaction set control number.
- sender
Application StringId - The sender application id.
- transaction
Set IntegerControl Number Lower Bound - The transaction set control number lower bound.
- transaction
Set IntegerControl Number Upper Bound - The transaction set control number upper bound.
- usage
Indicator String | UsageIndicator - The usage indicator.
- use
Control BooleanStandards Id As Repetition Character - The value indicating whether to use control standards id as repetition character.
- functional
Group StringId - The functional group id.
- transaction
Set StringControl Number Prefix - The transaction set control number prefix.
- transaction
Set StringControl Number Suffix - The transaction set control number suffix.
- control
Standards numberId - The controls standards id.
- control
Version stringNumber - The control version number.
- enable
Default booleanGroup Headers - The value indicating whether to enable default group headers.
- group
Control numberNumber Lower Bound - The group control number lower bound.
- group
Control numberNumber Upper Bound - The group control number upper bound.
- group
Header stringAgency Code - The group header agency code.
- group
Header string | X12DateDate Format Format - The group header date format.
- group
Header string | X12TimeTime Format Format - The group header time format.
- group
Header stringVersion - The group header version.
- interchange
Control numberNumber Lower Bound - The interchange control number lower bound.
- interchange
Control numberNumber Upper Bound - The interchange control number upper bound.
- overwrite
Existing booleanTransaction Set Control Number - The value indicating whether to overwrite existing transaction set control number.
- receiver
Application stringId - The receiver application id.
- rollover
Group booleanControl Number - The value indicating whether to rollover group control number.
- rollover
Interchange booleanControl Number - The value indicating whether to rollover interchange control number.
- rollover
Transaction booleanSet Control Number - The value indicating whether to rollover transaction set control number.
- sender
Application stringId - The sender application id.
- transaction
Set numberControl Number Lower Bound - The transaction set control number lower bound.
- transaction
Set numberControl Number Upper Bound - The transaction set control number upper bound.
- usage
Indicator string | UsageIndicator - The usage indicator.
- use
Control booleanStandards Id As Repetition Character - The value indicating whether to use control standards id as repetition character.
- functional
Group stringId - The functional group id.
- transaction
Set stringControl Number Prefix - The transaction set control number prefix.
- transaction
Set stringControl Number Suffix - The transaction set control number suffix.
- control_
standards_ intid - The controls standards id.
- control_
version_ strnumber - The control version number.
- enable_
default_ boolgroup_ headers - The value indicating whether to enable default group headers.
- group_
control_ intnumber_ lower_ bound - The group control number lower bound.
- group_
control_ intnumber_ upper_ bound - The group control number upper bound.
- group_
header_ stragency_ code - The group header agency code.
- group_
header_ str | X12Datedate_ format Format - The group header date format.
- group_
header_ str | X12Timetime_ format Format - The group header time format.
- group_
header_ strversion - The group header version.
- interchange_
control_ intnumber_ lower_ bound - The interchange control number lower bound.
- interchange_
control_ intnumber_ upper_ bound - The interchange control number upper bound.
- overwrite_
existing_ booltransaction_ set_ control_ number - The value indicating whether to overwrite existing transaction set control number.
- receiver_
application_ strid - The receiver application id.
- rollover_
group_ boolcontrol_ number - The value indicating whether to rollover group control number.
- rollover_
interchange_ boolcontrol_ number - The value indicating whether to rollover interchange control number.
- rollover_
transaction_ boolset_ control_ number - The value indicating whether to rollover transaction set control number.
- sender_
application_ strid - The sender application id.
- transaction_
set_ intcontrol_ number_ lower_ bound - The transaction set control number lower bound.
- transaction_
set_ intcontrol_ number_ upper_ bound - The transaction set control number upper bound.
- usage_
indicator str | UsageIndicator - The usage indicator.
- use_
control_ boolstandards_ id_ as_ repetition_ character - The value indicating whether to use control standards id as repetition character.
- functional_
group_ strid - The functional group id.
- transaction_
set_ strcontrol_ number_ prefix - The transaction set control number prefix.
- transaction_
set_ strcontrol_ number_ suffix - The transaction set control number suffix.
- control
Standards NumberId - The controls standards id.
- control
Version StringNumber - The control version number.
- enable
Default BooleanGroup Headers - The value indicating whether to enable default group headers.
- group
Control NumberNumber Lower Bound - The group control number lower bound.
- group
Control NumberNumber Upper Bound - The group control number upper bound.
- group
Header StringAgency Code - The group header agency code.
- group
Header String | "NotDate Format Specified" | "CCYYMMDD" | "YYMMDD" - The group header date format.
- group
Header String | "NotTime Format Specified" | "HHMM" | "HHMMSS" | "HHMMSSdd" | "HHMMSSd" - The group header time format.
- group
Header StringVersion - The group header version.
- interchange
Control NumberNumber Lower Bound - The interchange control number lower bound.
- interchange
Control NumberNumber Upper Bound - The interchange control number upper bound.
- overwrite
Existing BooleanTransaction Set Control Number - The value indicating whether to overwrite existing transaction set control number.
- receiver
Application StringId - The receiver application id.
- rollover
Group BooleanControl Number - The value indicating whether to rollover group control number.
- rollover
Interchange BooleanControl Number - The value indicating whether to rollover interchange control number.
- rollover
Transaction BooleanSet Control Number - The value indicating whether to rollover transaction set control number.
- sender
Application StringId - The sender application id.
- transaction
Set NumberControl Number Lower Bound - The transaction set control number lower bound.
- transaction
Set NumberControl Number Upper Bound - The transaction set control number upper bound.
- usage
Indicator String | "NotSpecified" | "Test" | "Information" | "Production" - The usage indicator.
- use
Control BooleanStandards Id As Repetition Character - The value indicating whether to use control standards id as repetition character.
- functional
Group StringId - The functional group id.
- transaction
Set StringControl Number Prefix - The transaction set control number prefix.
- transaction
Set StringControl Number Suffix - The transaction set control number suffix.
X12EnvelopeSettingsResponse, X12EnvelopeSettingsResponseArgs
- Control
Standards intId - The controls standards id.
- Control
Version stringNumber - The control version number.
- Enable
Default boolGroup Headers - The value indicating whether to enable default group headers.
- Group
Control intNumber Lower Bound - The group control number lower bound.
- Group
Control intNumber Upper Bound - The group control number upper bound.
- Group
Header stringAgency Code - The group header agency code.
- Group
Header stringDate Format - The group header date format.
- Group
Header stringTime Format - The group header time format.
- Group
Header stringVersion - The group header version.
- Interchange
Control intNumber Lower Bound - The interchange control number lower bound.
- Interchange
Control intNumber Upper Bound - The interchange control number upper bound.
- Overwrite
Existing boolTransaction Set Control Number - The value indicating whether to overwrite existing transaction set control number.
- Receiver
Application stringId - The receiver application id.
- Rollover
Group boolControl Number - The value indicating whether to rollover group control number.
- Rollover
Interchange boolControl Number - The value indicating whether to rollover interchange control number.
- Rollover
Transaction boolSet Control Number - The value indicating whether to rollover transaction set control number.
- Sender
Application stringId - The sender application id.
- Transaction
Set intControl Number Lower Bound - The transaction set control number lower bound.
- Transaction
Set intControl Number Upper Bound - The transaction set control number upper bound.
- Usage
Indicator string - The usage indicator.
- Use
Control boolStandards Id As Repetition Character - The value indicating whether to use control standards id as repetition character.
- Functional
Group stringId - The functional group id.
- Transaction
Set stringControl Number Prefix - The transaction set control number prefix.
- Transaction
Set stringControl Number Suffix - The transaction set control number suffix.
- Control
Standards intId - The controls standards id.
- Control
Version stringNumber - The control version number.
- Enable
Default boolGroup Headers - The value indicating whether to enable default group headers.
- Group
Control intNumber Lower Bound - The group control number lower bound.
- Group
Control intNumber Upper Bound - The group control number upper bound.
- Group
Header stringAgency Code - The group header agency code.
- Group
Header stringDate Format - The group header date format.
- Group
Header stringTime Format - The group header time format.
- Group
Header stringVersion - The group header version.
- Interchange
Control intNumber Lower Bound - The interchange control number lower bound.
- Interchange
Control intNumber Upper Bound - The interchange control number upper bound.
- Overwrite
Existing boolTransaction Set Control Number - The value indicating whether to overwrite existing transaction set control number.
- Receiver
Application stringId - The receiver application id.
- Rollover
Group boolControl Number - The value indicating whether to rollover group control number.
- Rollover
Interchange boolControl Number - The value indicating whether to rollover interchange control number.
- Rollover
Transaction boolSet Control Number - The value indicating whether to rollover transaction set control number.
- Sender
Application stringId - The sender application id.
- Transaction
Set intControl Number Lower Bound - The transaction set control number lower bound.
- Transaction
Set intControl Number Upper Bound - The transaction set control number upper bound.
- Usage
Indicator string - The usage indicator.
- Use
Control boolStandards Id As Repetition Character - The value indicating whether to use control standards id as repetition character.
- Functional
Group stringId - The functional group id.
- Transaction
Set stringControl Number Prefix - The transaction set control number prefix.
- Transaction
Set stringControl Number Suffix - The transaction set control number suffix.
- control
Standards IntegerId - The controls standards id.
- control
Version StringNumber - The control version number.
- enable
Default BooleanGroup Headers - The value indicating whether to enable default group headers.
- group
Control IntegerNumber Lower Bound - The group control number lower bound.
- group
Control IntegerNumber Upper Bound - The group control number upper bound.
- group
Header StringAgency Code - The group header agency code.
- group
Header StringDate Format - The group header date format.
- group
Header StringTime Format - The group header time format.
- group
Header StringVersion - The group header version.
- interchange
Control IntegerNumber Lower Bound - The interchange control number lower bound.
- interchange
Control IntegerNumber Upper Bound - The interchange control number upper bound.
- overwrite
Existing BooleanTransaction Set Control Number - The value indicating whether to overwrite existing transaction set control number.
- receiver
Application StringId - The receiver application id.
- rollover
Group BooleanControl Number - The value indicating whether to rollover group control number.
- rollover
Interchange BooleanControl Number - The value indicating whether to rollover interchange control number.
- rollover
Transaction BooleanSet Control Number - The value indicating whether to rollover transaction set control number.
- sender
Application StringId - The sender application id.
- transaction
Set IntegerControl Number Lower Bound - The transaction set control number lower bound.
- transaction
Set IntegerControl Number Upper Bound - The transaction set control number upper bound.
- usage
Indicator String - The usage indicator.
- use
Control BooleanStandards Id As Repetition Character - The value indicating whether to use control standards id as repetition character.
- functional
Group StringId - The functional group id.
- transaction
Set StringControl Number Prefix - The transaction set control number prefix.
- transaction
Set StringControl Number Suffix - The transaction set control number suffix.
- control
Standards numberId - The controls standards id.
- control
Version stringNumber - The control version number.
- enable
Default booleanGroup Headers - The value indicating whether to enable default group headers.
- group
Control numberNumber Lower Bound - The group control number lower bound.
- group
Control numberNumber Upper Bound - The group control number upper bound.
- group
Header stringAgency Code - The group header agency code.
- group
Header stringDate Format - The group header date format.
- group
Header stringTime Format - The group header time format.
- group
Header stringVersion - The group header version.
- interchange
Control numberNumber Lower Bound - The interchange control number lower bound.
- interchange
Control numberNumber Upper Bound - The interchange control number upper bound.
- overwrite
Existing booleanTransaction Set Control Number - The value indicating whether to overwrite existing transaction set control number.
- receiver
Application stringId - The receiver application id.
- rollover
Group booleanControl Number - The value indicating whether to rollover group control number.
- rollover
Interchange booleanControl Number - The value indicating whether to rollover interchange control number.
- rollover
Transaction booleanSet Control Number - The value indicating whether to rollover transaction set control number.
- sender
Application stringId - The sender application id.
- transaction
Set numberControl Number Lower Bound - The transaction set control number lower bound.
- transaction
Set numberControl Number Upper Bound - The transaction set control number upper bound.
- usage
Indicator string - The usage indicator.
- use
Control booleanStandards Id As Repetition Character - The value indicating whether to use control standards id as repetition character.
- functional
Group stringId - The functional group id.
- transaction
Set stringControl Number Prefix - The transaction set control number prefix.
- transaction
Set stringControl Number Suffix - The transaction set control number suffix.
- control_
standards_ intid - The controls standards id.
- control_
version_ strnumber - The control version number.
- enable_
default_ boolgroup_ headers - The value indicating whether to enable default group headers.
- group_
control_ intnumber_ lower_ bound - The group control number lower bound.
- group_
control_ intnumber_ upper_ bound - The group control number upper bound.
- group_
header_ stragency_ code - The group header agency code.
- group_
header_ strdate_ format - The group header date format.
- group_
header_ strtime_ format - The group header time format.
- group_
header_ strversion - The group header version.
- interchange_
control_ intnumber_ lower_ bound - The interchange control number lower bound.
- interchange_
control_ intnumber_ upper_ bound - The interchange control number upper bound.
- overwrite_
existing_ booltransaction_ set_ control_ number - The value indicating whether to overwrite existing transaction set control number.
- receiver_
application_ strid - The receiver application id.
- rollover_
group_ boolcontrol_ number - The value indicating whether to rollover group control number.
- rollover_
interchange_ boolcontrol_ number - The value indicating whether to rollover interchange control number.
- rollover_
transaction_ boolset_ control_ number - The value indicating whether to rollover transaction set control number.
- sender_
application_ strid - The sender application id.
- transaction_
set_ intcontrol_ number_ lower_ bound - The transaction set control number lower bound.
- transaction_
set_ intcontrol_ number_ upper_ bound - The transaction set control number upper bound.
- usage_
indicator str - The usage indicator.
- use_
control_ boolstandards_ id_ as_ repetition_ character - The value indicating whether to use control standards id as repetition character.
- functional_
group_ strid - The functional group id.
- transaction_
set_ strcontrol_ number_ prefix - The transaction set control number prefix.
- transaction_
set_ strcontrol_ number_ suffix - The transaction set control number suffix.
- control
Standards NumberId - The controls standards id.
- control
Version StringNumber - The control version number.
- enable
Default BooleanGroup Headers - The value indicating whether to enable default group headers.
- group
Control NumberNumber Lower Bound - The group control number lower bound.
- group
Control NumberNumber Upper Bound - The group control number upper bound.
- group
Header StringAgency Code - The group header agency code.
- group
Header StringDate Format - The group header date format.
- group
Header StringTime Format - The group header time format.
- group
Header StringVersion - The group header version.
- interchange
Control NumberNumber Lower Bound - The interchange control number lower bound.
- interchange
Control NumberNumber Upper Bound - The interchange control number upper bound.
- overwrite
Existing BooleanTransaction Set Control Number - The value indicating whether to overwrite existing transaction set control number.
- receiver
Application StringId - The receiver application id.
- rollover
Group BooleanControl Number - The value indicating whether to rollover group control number.
- rollover
Interchange BooleanControl Number - The value indicating whether to rollover interchange control number.
- rollover
Transaction BooleanSet Control Number - The value indicating whether to rollover transaction set control number.
- sender
Application StringId - The sender application id.
- transaction
Set NumberControl Number Lower Bound - The transaction set control number lower bound.
- transaction
Set NumberControl Number Upper Bound - The transaction set control number upper bound.
- usage
Indicator String - The usage indicator.
- use
Control BooleanStandards Id As Repetition Character - The value indicating whether to use control standards id as repetition character.
- functional
Group StringId - The functional group id.
- transaction
Set StringControl Number Prefix - The transaction set control number prefix.
- transaction
Set StringControl Number Suffix - The transaction set control number suffix.
X12FramingSettings, X12FramingSettingsArgs
- Character
Set string | Pulumi.Azure Native. Logic. X12Character Set - The X12 character set.
- Component
Separator int - The component separator.
- Data
Element intSeparator - The data element separator.
- Replace
Character int - The replacement character.
- Replace
Separators boolIn Payload - The value indicating whether to replace separators in payload.
- Segment
Terminator int - The segment terminator.
- Segment
Terminator Pulumi.Suffix Azure Native. Logic. Segment Terminator Suffix - The segment terminator suffix.
- Character
Set string | X12CharacterSet - The X12 character set.
- Component
Separator int - The component separator.
- Data
Element intSeparator - The data element separator.
- Replace
Character int - The replacement character.
- Replace
Separators boolIn Payload - The value indicating whether to replace separators in payload.
- Segment
Terminator int - The segment terminator.
- Segment
Terminator SegmentSuffix Terminator Suffix - The segment terminator suffix.
- character
Set String | X12CharacterSet - The X12 character set.
- component
Separator Integer - The component separator.
- data
Element IntegerSeparator - The data element separator.
- replace
Character Integer - The replacement character.
- replace
Separators BooleanIn Payload - The value indicating whether to replace separators in payload.
- segment
Terminator Integer - The segment terminator.
- segment
Terminator SegmentSuffix Terminator Suffix - The segment terminator suffix.
- character
Set string | X12CharacterSet - The X12 character set.
- component
Separator number - The component separator.
- data
Element numberSeparator - The data element separator.
- replace
Character number - The replacement character.
- replace
Separators booleanIn Payload - The value indicating whether to replace separators in payload.
- segment
Terminator number - The segment terminator.
- segment
Terminator SegmentSuffix Terminator Suffix - The segment terminator suffix.
- character_
set str | X12CharacterSet - The X12 character set.
- component_
separator int - The component separator.
- data_
element_ intseparator - The data element separator.
- replace_
character int - The replacement character.
- replace_
separators_ boolin_ payload - The value indicating whether to replace separators in payload.
- segment_
terminator int - The segment terminator.
- segment_
terminator_ Segmentsuffix Terminator Suffix - The segment terminator suffix.
- character
Set String | "NotSpecified" | "Basic" | "Extended" | "UTF8" - The X12 character set.
- component
Separator Number - The component separator.
- data
Element NumberSeparator - The data element separator.
- replace
Character Number - The replacement character.
- replace
Separators BooleanIn Payload - The value indicating whether to replace separators in payload.
- segment
Terminator Number - The segment terminator.
- segment
Terminator "NotSuffix Specified" | "None" | "CR" | "LF" | "CRLF" - The segment terminator suffix.
X12FramingSettingsResponse, X12FramingSettingsResponseArgs
- Character
Set string - The X12 character set.
- Component
Separator int - The component separator.
- Data
Element intSeparator - The data element separator.
- Replace
Character int - The replacement character.
- Replace
Separators boolIn Payload - The value indicating whether to replace separators in payload.
- Segment
Terminator int - The segment terminator.
- Segment
Terminator stringSuffix - The segment terminator suffix.
- Character
Set string - The X12 character set.
- Component
Separator int - The component separator.
- Data
Element intSeparator - The data element separator.
- Replace
Character int - The replacement character.
- Replace
Separators boolIn Payload - The value indicating whether to replace separators in payload.
- Segment
Terminator int - The segment terminator.
- Segment
Terminator stringSuffix - The segment terminator suffix.
- character
Set String - The X12 character set.
- component
Separator Integer - The component separator.
- data
Element IntegerSeparator - The data element separator.
- replace
Character Integer - The replacement character.
- replace
Separators BooleanIn Payload - The value indicating whether to replace separators in payload.
- segment
Terminator Integer - The segment terminator.
- segment
Terminator StringSuffix - The segment terminator suffix.
- character
Set string - The X12 character set.
- component
Separator number - The component separator.
- data
Element numberSeparator - The data element separator.
- replace
Character number - The replacement character.
- replace
Separators booleanIn Payload - The value indicating whether to replace separators in payload.
- segment
Terminator number - The segment terminator.
- segment
Terminator stringSuffix - The segment terminator suffix.
- character_
set str - The X12 character set.
- component_
separator int - The component separator.
- data_
element_ intseparator - The data element separator.
- replace_
character int - The replacement character.
- replace_
separators_ boolin_ payload - The value indicating whether to replace separators in payload.
- segment_
terminator int - The segment terminator.
- segment_
terminator_ strsuffix - The segment terminator suffix.
- character
Set String - The X12 character set.
- component
Separator Number - The component separator.
- data
Element NumberSeparator - The data element separator.
- replace
Character Number - The replacement character.
- replace
Separators BooleanIn Payload - The value indicating whether to replace separators in payload.
- segment
Terminator Number - The segment terminator.
- segment
Terminator StringSuffix - The segment terminator suffix.
X12MessageFilter, X12MessageFilterArgs
- Message
Filter string | Pulumi.Type Azure Native. Logic. Message Filter Type - The message filter type.
- Message
Filter string | MessageType Filter Type - The message filter type.
- message
Filter String | MessageType Filter Type - The message filter type.
- message
Filter string | MessageType Filter Type - The message filter type.
- message_
filter_ str | Messagetype Filter Type - The message filter type.
- message
Filter String | "NotType Specified" | "Include" | "Exclude" - The message filter type.
X12MessageFilterResponse, X12MessageFilterResponseArgs
- Message
Filter stringType - The message filter type.
- Message
Filter stringType - The message filter type.
- message
Filter StringType - The message filter type.
- message
Filter stringType - The message filter type.
- message_
filter_ strtype - The message filter type.
- message
Filter StringType - The message filter type.
X12MessageIdentifier, X12MessageIdentifierArgs
- Message
Id string - The message id.
- Message
Id string - The message id.
- message
Id String - The message id.
- message
Id string - The message id.
- message_
id str - The message id.
- message
Id String - The message id.
X12MessageIdentifierResponse, X12MessageIdentifierResponseArgs
- Message
Id string - The message id.
- Message
Id string - The message id.
- message
Id String - The message id.
- message
Id string - The message id.
- message_
id str - The message id.
- message
Id String - The message id.
X12OneWayAgreement, X12OneWayAgreementArgs
- Protocol
Settings Pulumi.Azure Native. Logic. Inputs. X12Protocol Settings - The X12 protocol settings.
- Receiver
Business Pulumi.Identity Azure Native. Logic. Inputs. Business Identity - The receiver business identity
- Sender
Business Pulumi.Identity Azure Native. Logic. Inputs. Business Identity - The sender business identity
- Protocol
Settings X12ProtocolSettings - The X12 protocol settings.
- Receiver
Business BusinessIdentity Identity - The receiver business identity
- Sender
Business BusinessIdentity Identity - The sender business identity
- protocol
Settings X12ProtocolSettings - The X12 protocol settings.
- receiver
Business BusinessIdentity Identity - The receiver business identity
- sender
Business BusinessIdentity Identity - The sender business identity
- protocol
Settings X12ProtocolSettings - The X12 protocol settings.
- receiver
Business BusinessIdentity Identity - The receiver business identity
- sender
Business BusinessIdentity Identity - The sender business identity
- protocol_
settings X12ProtocolSettings - The X12 protocol settings.
- receiver_
business_ Businessidentity Identity - The receiver business identity
- sender_
business_ Businessidentity Identity - The sender business identity
- protocol
Settings Property Map - The X12 protocol settings.
- receiver
Business Property MapIdentity - The receiver business identity
- sender
Business Property MapIdentity - The sender business identity
X12OneWayAgreementResponse, X12OneWayAgreementResponseArgs
- Protocol
Settings Pulumi.Azure Native. Logic. Inputs. X12Protocol Settings Response - The X12 protocol settings.
- Receiver
Business Pulumi.Identity Azure Native. Logic. Inputs. Business Identity Response - The receiver business identity
- Sender
Business Pulumi.Identity Azure Native. Logic. Inputs. Business Identity Response - The sender business identity
- Protocol
Settings X12ProtocolSettings Response - The X12 protocol settings.
- Receiver
Business BusinessIdentity Identity Response - The receiver business identity
- Sender
Business BusinessIdentity Identity Response - The sender business identity
- protocol
Settings X12ProtocolSettings Response - The X12 protocol settings.
- receiver
Business BusinessIdentity Identity Response - The receiver business identity
- sender
Business BusinessIdentity Identity Response - The sender business identity
- protocol
Settings X12ProtocolSettings Response - The X12 protocol settings.
- receiver
Business BusinessIdentity Identity Response - The receiver business identity
- sender
Business BusinessIdentity Identity Response - The sender business identity
- protocol_
settings X12ProtocolSettings Response - The X12 protocol settings.
- receiver_
business_ Businessidentity Identity Response - The receiver business identity
- sender_
business_ Businessidentity Identity Response - The sender business identity
- protocol
Settings Property Map - The X12 protocol settings.
- receiver
Business Property MapIdentity - The receiver business identity
- sender
Business Property MapIdentity - The sender business identity
X12ProcessingSettings, X12ProcessingSettingsArgs
- Convert
Implied boolDecimal - The value indicating whether to convert numerical type to implied decimal.
- bool
- The value indicating whether to create empty xml tags for trailing separators.
- Mask
Security boolInfo - The value indicating whether to mask security information.
- Preserve
Interchange bool - The value indicating whether to preserve interchange.
- Suspend
Interchange boolOn Error - The value indicating whether to suspend interchange on error.
- Use
Dot boolAs Decimal Separator - The value indicating whether to use dot as decimal separator.
- Convert
Implied boolDecimal - The value indicating whether to convert numerical type to implied decimal.
- bool
- The value indicating whether to create empty xml tags for trailing separators.
- Mask
Security boolInfo - The value indicating whether to mask security information.
- Preserve
Interchange bool - The value indicating whether to preserve interchange.
- Suspend
Interchange boolOn Error - The value indicating whether to suspend interchange on error.
- Use
Dot boolAs Decimal Separator - The value indicating whether to use dot as decimal separator.
- convert
Implied BooleanDecimal - The value indicating whether to convert numerical type to implied decimal.
- Boolean
- The value indicating whether to create empty xml tags for trailing separators.
- mask
Security BooleanInfo - The value indicating whether to mask security information.
- preserve
Interchange Boolean - The value indicating whether to preserve interchange.
- suspend
Interchange BooleanOn Error - The value indicating whether to suspend interchange on error.
- use
Dot BooleanAs Decimal Separator - The value indicating whether to use dot as decimal separator.
- convert
Implied booleanDecimal - The value indicating whether to convert numerical type to implied decimal.
- boolean
- The value indicating whether to create empty xml tags for trailing separators.
- mask
Security booleanInfo - The value indicating whether to mask security information.
- preserve
Interchange boolean - The value indicating whether to preserve interchange.
- suspend
Interchange booleanOn Error - The value indicating whether to suspend interchange on error.
- use
Dot booleanAs Decimal Separator - The value indicating whether to use dot as decimal separator.
- convert_
implied_ booldecimal - The value indicating whether to convert numerical type to implied decimal.
- bool
- The value indicating whether to create empty xml tags for trailing separators.
- mask_
security_ boolinfo - The value indicating whether to mask security information.
- preserve_
interchange bool - The value indicating whether to preserve interchange.
- suspend_
interchange_ boolon_ error - The value indicating whether to suspend interchange on error.
- use_
dot_ boolas_ decimal_ separator - The value indicating whether to use dot as decimal separator.
- convert
Implied BooleanDecimal - The value indicating whether to convert numerical type to implied decimal.
- Boolean
- The value indicating whether to create empty xml tags for trailing separators.
- mask
Security BooleanInfo - The value indicating whether to mask security information.
- preserve
Interchange Boolean - The value indicating whether to preserve interchange.
- suspend
Interchange BooleanOn Error - The value indicating whether to suspend interchange on error.
- use
Dot BooleanAs Decimal Separator - The value indicating whether to use dot as decimal separator.
X12ProcessingSettingsResponse, X12ProcessingSettingsResponseArgs
- Convert
Implied boolDecimal - The value indicating whether to convert numerical type to implied decimal.
- bool
- The value indicating whether to create empty xml tags for trailing separators.
- Mask
Security boolInfo - The value indicating whether to mask security information.
- Preserve
Interchange bool - The value indicating whether to preserve interchange.
- Suspend
Interchange boolOn Error - The value indicating whether to suspend interchange on error.
- Use
Dot boolAs Decimal Separator - The value indicating whether to use dot as decimal separator.
- Convert
Implied boolDecimal - The value indicating whether to convert numerical type to implied decimal.
- bool
- The value indicating whether to create empty xml tags for trailing separators.
- Mask
Security boolInfo - The value indicating whether to mask security information.
- Preserve
Interchange bool - The value indicating whether to preserve interchange.
- Suspend
Interchange boolOn Error - The value indicating whether to suspend interchange on error.
- Use
Dot boolAs Decimal Separator - The value indicating whether to use dot as decimal separator.
- convert
Implied BooleanDecimal - The value indicating whether to convert numerical type to implied decimal.
- Boolean
- The value indicating whether to create empty xml tags for trailing separators.
- mask
Security BooleanInfo - The value indicating whether to mask security information.
- preserve
Interchange Boolean - The value indicating whether to preserve interchange.
- suspend
Interchange BooleanOn Error - The value indicating whether to suspend interchange on error.
- use
Dot BooleanAs Decimal Separator - The value indicating whether to use dot as decimal separator.
- convert
Implied booleanDecimal - The value indicating whether to convert numerical type to implied decimal.
- boolean
- The value indicating whether to create empty xml tags for trailing separators.
- mask
Security booleanInfo - The value indicating whether to mask security information.
- preserve
Interchange boolean - The value indicating whether to preserve interchange.
- suspend
Interchange booleanOn Error - The value indicating whether to suspend interchange on error.
- use
Dot booleanAs Decimal Separator - The value indicating whether to use dot as decimal separator.
- convert_
implied_ booldecimal - The value indicating whether to convert numerical type to implied decimal.
- bool
- The value indicating whether to create empty xml tags for trailing separators.
- mask_
security_ boolinfo - The value indicating whether to mask security information.
- preserve_
interchange bool - The value indicating whether to preserve interchange.
- suspend_
interchange_ boolon_ error - The value indicating whether to suspend interchange on error.
- use_
dot_ boolas_ decimal_ separator - The value indicating whether to use dot as decimal separator.
- convert
Implied BooleanDecimal - The value indicating whether to convert numerical type to implied decimal.
- Boolean
- The value indicating whether to create empty xml tags for trailing separators.
- mask
Security BooleanInfo - The value indicating whether to mask security information.
- preserve
Interchange Boolean - The value indicating whether to preserve interchange.
- suspend
Interchange BooleanOn Error - The value indicating whether to suspend interchange on error.
- use
Dot BooleanAs Decimal Separator - The value indicating whether to use dot as decimal separator.
X12ProtocolSettings, X12ProtocolSettingsArgs
- Acknowledgement
Settings Pulumi.Azure Native. Logic. Inputs. X12Acknowledgement Settings - The X12 acknowledgment settings.
- Envelope
Settings Pulumi.Azure Native. Logic. Inputs. X12Envelope Settings - The X12 envelope settings.
- Framing
Settings Pulumi.Azure Native. Logic. Inputs. X12Framing Settings - The X12 framing settings.
- Message
Filter Pulumi.Azure Native. Logic. Inputs. X12Message Filter - The X12 message filter.
- Processing
Settings Pulumi.Azure Native. Logic. Inputs. X12Processing Settings - The X12 processing settings.
- Schema
References List<Pulumi.Azure Native. Logic. Inputs. X12Schema Reference> - The X12 schema references.
- Security
Settings Pulumi.Azure Native. Logic. Inputs. X12Security Settings - The X12 security settings.
- Validation
Settings Pulumi.Azure Native. Logic. Inputs. X12Validation Settings - The X12 validation settings.
- Envelope
Overrides List<Pulumi.Azure Native. Logic. Inputs. X12Envelope Override> - The X12 envelope override settings.
- Message
Filter List<Pulumi.List Azure Native. Logic. Inputs. X12Message Identifier> - The X12 message filter list.
- Validation
Overrides List<Pulumi.Azure Native. Logic. Inputs. X12Validation Override> - The X12 validation override settings.
- X12Delimiter
Overrides List<Pulumi.Azure Native. Logic. Inputs. X12Delimiter Overrides> - The X12 delimiter override settings.
- Acknowledgement
Settings X12AcknowledgementSettings - The X12 acknowledgment settings.
- Envelope
Settings X12EnvelopeSettings - The X12 envelope settings.
- Framing
Settings X12FramingSettings - The X12 framing settings.
- Message
Filter X12MessageFilter - The X12 message filter.
- Processing
Settings X12ProcessingSettings - The X12 processing settings.
- Schema
References []X12SchemaReference - The X12 schema references.
- Security
Settings X12SecuritySettings - The X12 security settings.
- Validation
Settings X12ValidationSettings - The X12 validation settings.
- Envelope
Overrides []X12EnvelopeOverride - The X12 envelope override settings.
- Message
Filter []X12MessageList Identifier - The X12 message filter list.
- Validation
Overrides []X12ValidationOverride - The X12 validation override settings.
- X12Delimiter
Overrides []X12DelimiterOverrides - The X12 delimiter override settings.
- acknowledgement
Settings X12AcknowledgementSettings - The X12 acknowledgment settings.
- envelope
Settings X12EnvelopeSettings - The X12 envelope settings.
- framing
Settings X12FramingSettings - The X12 framing settings.
- message
Filter X12MessageFilter - The X12 message filter.
- processing
Settings X12ProcessingSettings - The X12 processing settings.
- schema
References List<X12SchemaReference> - The X12 schema references.
- security
Settings X12SecuritySettings - The X12 security settings.
- validation
Settings X12ValidationSettings - The X12 validation settings.
- envelope
Overrides List<X12EnvelopeOverride> - The X12 envelope override settings.
- message
Filter List<X12MessageList Identifier> - The X12 message filter list.
- validation
Overrides List<X12ValidationOverride> - The X12 validation override settings.
- x12Delimiter
Overrides List<X12DelimiterOverrides> - The X12 delimiter override settings.
- acknowledgement
Settings X12AcknowledgementSettings - The X12 acknowledgment settings.
- envelope
Settings X12EnvelopeSettings - The X12 envelope settings.
- framing
Settings X12FramingSettings - The X12 framing settings.
- message
Filter X12MessageFilter - The X12 message filter.
- processing
Settings X12ProcessingSettings - The X12 processing settings.
- schema
References X12SchemaReference[] - The X12 schema references.
- security
Settings X12SecuritySettings - The X12 security settings.
- validation
Settings X12ValidationSettings - The X12 validation settings.
- envelope
Overrides X12EnvelopeOverride[] - The X12 envelope override settings.
- message
Filter X12MessageList Identifier[] - The X12 message filter list.
- validation
Overrides X12ValidationOverride[] - The X12 validation override settings.
- x12Delimiter
Overrides X12DelimiterOverrides[] - The X12 delimiter override settings.
- acknowledgement_
settings X12AcknowledgementSettings - The X12 acknowledgment settings.
- envelope_
settings X12EnvelopeSettings - The X12 envelope settings.
- framing_
settings X12FramingSettings - The X12 framing settings.
- message_
filter X12MessageFilter - The X12 message filter.
- processing_
settings X12ProcessingSettings - The X12 processing settings.
- schema_
references Sequence[X12SchemaReference] - The X12 schema references.
- security_
settings X12SecuritySettings - The X12 security settings.
- validation_
settings X12ValidationSettings - The X12 validation settings.
- envelope_
overrides Sequence[X12EnvelopeOverride] - The X12 envelope override settings.
- message_
filter_ Sequence[X12Messagelist Identifier] - The X12 message filter list.
- validation_
overrides Sequence[X12ValidationOverride] - The X12 validation override settings.
- x12_
delimiter_ Sequence[X12Delimiteroverrides Overrides] - The X12 delimiter override settings.
- acknowledgement
Settings Property Map - The X12 acknowledgment settings.
- envelope
Settings Property Map - The X12 envelope settings.
- framing
Settings Property Map - The X12 framing settings.
- message
Filter Property Map - The X12 message filter.
- processing
Settings Property Map - The X12 processing settings.
- schema
References List<Property Map> - The X12 schema references.
- security
Settings Property Map - The X12 security settings.
- validation
Settings Property Map - The X12 validation settings.
- envelope
Overrides List<Property Map> - The X12 envelope override settings.
- message
Filter List<Property Map>List - The X12 message filter list.
- validation
Overrides List<Property Map> - The X12 validation override settings.
- x12Delimiter
Overrides List<Property Map> - The X12 delimiter override settings.
X12ProtocolSettingsResponse, X12ProtocolSettingsResponseArgs
- Acknowledgement
Settings Pulumi.Azure Native. Logic. Inputs. X12Acknowledgement Settings Response - The X12 acknowledgment settings.
- Envelope
Settings Pulumi.Azure Native. Logic. Inputs. X12Envelope Settings Response - The X12 envelope settings.
- Framing
Settings Pulumi.Azure Native. Logic. Inputs. X12Framing Settings Response - The X12 framing settings.
- Message
Filter Pulumi.Azure Native. Logic. Inputs. X12Message Filter Response - The X12 message filter.
- Processing
Settings Pulumi.Azure Native. Logic. Inputs. X12Processing Settings Response - The X12 processing settings.
- Schema
References List<Pulumi.Azure Native. Logic. Inputs. X12Schema Reference Response> - The X12 schema references.
- Security
Settings Pulumi.Azure Native. Logic. Inputs. X12Security Settings Response - The X12 security settings.
- Validation
Settings Pulumi.Azure Native. Logic. Inputs. X12Validation Settings Response - The X12 validation settings.
- Envelope
Overrides List<Pulumi.Azure Native. Logic. Inputs. X12Envelope Override Response> - The X12 envelope override settings.
- Message
Filter List<Pulumi.List Azure Native. Logic. Inputs. X12Message Identifier Response> - The X12 message filter list.
- Validation
Overrides List<Pulumi.Azure Native. Logic. Inputs. X12Validation Override Response> - The X12 validation override settings.
- X12Delimiter
Overrides List<Pulumi.Azure Native. Logic. Inputs. X12Delimiter Overrides Response> - The X12 delimiter override settings.
- Acknowledgement
Settings X12AcknowledgementSettings Response - The X12 acknowledgment settings.
- Envelope
Settings X12EnvelopeSettings Response - The X12 envelope settings.
- Framing
Settings X12FramingSettings Response - The X12 framing settings.
- Message
Filter X12MessageFilter Response - The X12 message filter.
- Processing
Settings X12ProcessingSettings Response - The X12 processing settings.
- Schema
References []X12SchemaReference Response - The X12 schema references.
- Security
Settings X12SecuritySettings Response - The X12 security settings.
- Validation
Settings X12ValidationSettings Response - The X12 validation settings.
- Envelope
Overrides []X12EnvelopeOverride Response - The X12 envelope override settings.
- Message
Filter []X12MessageList Identifier Response - The X12 message filter list.
- Validation
Overrides []X12ValidationOverride Response - The X12 validation override settings.
- X12Delimiter
Overrides []X12DelimiterOverrides Response - The X12 delimiter override settings.
- acknowledgement
Settings X12AcknowledgementSettings Response - The X12 acknowledgment settings.
- envelope
Settings X12EnvelopeSettings Response - The X12 envelope settings.
- framing
Settings X12FramingSettings Response - The X12 framing settings.
- message
Filter X12MessageFilter Response - The X12 message filter.
- processing
Settings X12ProcessingSettings Response - The X12 processing settings.
- schema
References List<X12SchemaReference Response> - The X12 schema references.
- security
Settings X12SecuritySettings Response - The X12 security settings.
- validation
Settings X12ValidationSettings Response - The X12 validation settings.
- envelope
Overrides List<X12EnvelopeOverride Response> - The X12 envelope override settings.
- message
Filter List<X12MessageList Identifier Response> - The X12 message filter list.
- validation
Overrides List<X12ValidationOverride Response> - The X12 validation override settings.
- x12Delimiter
Overrides List<X12DelimiterOverrides Response> - The X12 delimiter override settings.
- acknowledgement
Settings X12AcknowledgementSettings Response - The X12 acknowledgment settings.
- envelope
Settings X12EnvelopeSettings Response - The X12 envelope settings.
- framing
Settings X12FramingSettings Response - The X12 framing settings.
- message
Filter X12MessageFilter Response - The X12 message filter.
- processing
Settings X12ProcessingSettings Response - The X12 processing settings.
- schema
References X12SchemaReference Response[] - The X12 schema references.
- security
Settings X12SecuritySettings Response - The X12 security settings.
- validation
Settings X12ValidationSettings Response - The X12 validation settings.
- envelope
Overrides X12EnvelopeOverride Response[] - The X12 envelope override settings.
- message
Filter X12MessageList Identifier Response[] - The X12 message filter list.
- validation
Overrides X12ValidationOverride Response[] - The X12 validation override settings.
- x12Delimiter
Overrides X12DelimiterOverrides Response[] - The X12 delimiter override settings.
- acknowledgement_
settings X12AcknowledgementSettings Response - The X12 acknowledgment settings.
- envelope_
settings X12EnvelopeSettings Response - The X12 envelope settings.
- framing_
settings X12FramingSettings Response - The X12 framing settings.
- message_
filter X12MessageFilter Response - The X12 message filter.
- processing_
settings X12ProcessingSettings Response - The X12 processing settings.
- schema_
references Sequence[X12SchemaReference Response] - The X12 schema references.
- security_
settings X12SecuritySettings Response - The X12 security settings.
- validation_
settings X12ValidationSettings Response - The X12 validation settings.
- envelope_
overrides Sequence[X12EnvelopeOverride Response] - The X12 envelope override settings.
- message_
filter_ Sequence[X12Messagelist Identifier Response] - The X12 message filter list.
- validation_
overrides Sequence[X12ValidationOverride Response] - The X12 validation override settings.
- x12_
delimiter_ Sequence[X12Delimiteroverrides Overrides Response] - The X12 delimiter override settings.
- acknowledgement
Settings Property Map - The X12 acknowledgment settings.
- envelope
Settings Property Map - The X12 envelope settings.
- framing
Settings Property Map - The X12 framing settings.
- message
Filter Property Map - The X12 message filter.
- processing
Settings Property Map - The X12 processing settings.
- schema
References List<Property Map> - The X12 schema references.
- security
Settings Property Map - The X12 security settings.
- validation
Settings Property Map - The X12 validation settings.
- envelope
Overrides List<Property Map> - The X12 envelope override settings.
- message
Filter List<Property Map>List - The X12 message filter list.
- validation
Overrides List<Property Map> - The X12 validation override settings.
- x12Delimiter
Overrides List<Property Map> - The X12 delimiter override settings.
X12SchemaReference, X12SchemaReferenceArgs
- Message
Id string - The message id.
- Schema
Name string - The schema name.
- Schema
Version string - The schema version.
- Sender
Application stringId - The sender application id.
- Message
Id string - The message id.
- Schema
Name string - The schema name.
- Schema
Version string - The schema version.
- Sender
Application stringId - The sender application id.
- message
Id String - The message id.
- schema
Name String - The schema name.
- schema
Version String - The schema version.
- sender
Application StringId - The sender application id.
- message
Id string - The message id.
- schema
Name string - The schema name.
- schema
Version string - The schema version.
- sender
Application stringId - The sender application id.
- message_
id str - The message id.
- schema_
name str - The schema name.
- schema_
version str - The schema version.
- sender_
application_ strid - The sender application id.
- message
Id String - The message id.
- schema
Name String - The schema name.
- schema
Version String - The schema version.
- sender
Application StringId - The sender application id.
X12SchemaReferenceResponse, X12SchemaReferenceResponseArgs
- Message
Id string - The message id.
- Schema
Name string - The schema name.
- Schema
Version string - The schema version.
- Sender
Application stringId - The sender application id.
- Message
Id string - The message id.
- Schema
Name string - The schema name.
- Schema
Version string - The schema version.
- Sender
Application stringId - The sender application id.
- message
Id String - The message id.
- schema
Name String - The schema name.
- schema
Version String - The schema version.
- sender
Application StringId - The sender application id.
- message
Id string - The message id.
- schema
Name string - The schema name.
- schema
Version string - The schema version.
- sender
Application stringId - The sender application id.
- message_
id str - The message id.
- schema_
name str - The schema name.
- schema_
version str - The schema version.
- sender_
application_ strid - The sender application id.
- message
Id String - The message id.
- schema
Name String - The schema name.
- schema
Version String - The schema version.
- sender
Application StringId - The sender application id.
X12SecuritySettings, X12SecuritySettingsArgs
- string
- The authorization qualifier.
- Security
Qualifier string - The security qualifier.
- string
- The authorization value.
- Password
Value string - The password value.
- string
- The authorization qualifier.
- Security
Qualifier string - The security qualifier.
- string
- The authorization value.
- Password
Value string - The password value.
- String
- The authorization qualifier.
- security
Qualifier String - The security qualifier.
- String
- The authorization value.
- password
Value String - The password value.
- string
- The authorization qualifier.
- security
Qualifier string - The security qualifier.
- string
- The authorization value.
- password
Value string - The password value.
- str
- The authorization qualifier.
- security_
qualifier str - The security qualifier.
- str
- The authorization value.
- password_
value str - The password value.
- String
- The authorization qualifier.
- security
Qualifier String - The security qualifier.
- String
- The authorization value.
- password
Value String - The password value.
X12SecuritySettingsResponse, X12SecuritySettingsResponseArgs
- string
- The authorization qualifier.
- Security
Qualifier string - The security qualifier.
- string
- The authorization value.
- Password
Value string - The password value.
- string
- The authorization qualifier.
- Security
Qualifier string - The security qualifier.
- string
- The authorization value.
- Password
Value string - The password value.
- String
- The authorization qualifier.
- security
Qualifier String - The security qualifier.
- String
- The authorization value.
- password
Value String - The password value.
- string
- The authorization qualifier.
- security
Qualifier string - The security qualifier.
- string
- The authorization value.
- password
Value string - The password value.
- str
- The authorization qualifier.
- security_
qualifier str - The security qualifier.
- str
- The authorization value.
- password_
value str - The password value.
- String
- The authorization qualifier.
- security
Qualifier String - The security qualifier.
- String
- The authorization value.
- password
Value String - The password value.
X12TimeFormat, X12TimeFormatArgs
- Not
Specified - NotSpecified
- HHMM
- HHMM
- HHMMSS
- HHMMSS
- HHMMSSdd
- HHMMSSdd
- HHMMSSd
- HHMMSSd
- X12Time
Format Not Specified - NotSpecified
- X12Time
Format HHMM - HHMM
- X12Time
Format HHMMSS - HHMMSS
- X12Time
Format HHMMSSdd - HHMMSSdd
- X12Time
Format HHMMSSd - HHMMSSd
- Not
Specified - NotSpecified
- HHMM
- HHMM
- HHMMSS
- HHMMSS
- HHMMSSdd
- HHMMSSdd
- HHMMSSd
- HHMMSSd
- Not
Specified - NotSpecified
- HHMM
- HHMM
- HHMMSS
- HHMMSS
- HHMMSSdd
- HHMMSSdd
- HHMMSSd
- HHMMSSd
- NOT_SPECIFIED
- NotSpecified
- HHMM
- HHMM
- HHMMSS
- HHMMSS
- HHMMS_SDD
- HHMMSSdd
- HHMMS_SD
- HHMMSSd
- "Not
Specified" - NotSpecified
- "HHMM"
- HHMM
- "HHMMSS"
- HHMMSS
- "HHMMSSdd"
- HHMMSSdd
- "HHMMSSd"
- HHMMSSd
X12ValidationOverride, X12ValidationOverrideArgs
- Allow
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- Message
Id string - The message id on which the validation settings has to be applied.
- Trailing
Separator string | Pulumi.Policy Azure Native. Logic. Trailing Separator Policy - The trailing separator policy.
- Trim
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- Validate
Character boolSet - The value indicating whether to validate character Set.
- Validate
EDITypes bool - The value indicating whether to validate EDI types.
- Validate
XSDTypes bool - The value indicating whether to validate XSD types.
- Allow
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- Message
Id string - The message id on which the validation settings has to be applied.
- Trailing
Separator string | TrailingPolicy Separator Policy - The trailing separator policy.
- Trim
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- Validate
Character boolSet - The value indicating whether to validate character Set.
- Validate
EDITypes bool - The value indicating whether to validate EDI types.
- Validate
XSDTypes bool - The value indicating whether to validate XSD types.
- allow
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- message
Id String - The message id on which the validation settings has to be applied.
- trailing
Separator String | TrailingPolicy Separator Policy - The trailing separator policy.
- trim
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
Character BooleanSet - The value indicating whether to validate character Set.
- validate
EDITypes Boolean - The value indicating whether to validate EDI types.
- validate
XSDTypes Boolean - The value indicating whether to validate XSD types.
- allow
Leading booleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- message
Id string - The message id on which the validation settings has to be applied.
- trailing
Separator string | TrailingPolicy Separator Policy - The trailing separator policy.
- trim
Leading booleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
Character booleanSet - The value indicating whether to validate character Set.
- validate
EDITypes boolean - The value indicating whether to validate EDI types.
- validate
XSDTypes boolean - The value indicating whether to validate XSD types.
- allow_
leading_ booland_ trailing_ spaces_ and_ zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- message_
id str - The message id on which the validation settings has to be applied.
- trailing_
separator_ str | Trailingpolicy Separator Policy - The trailing separator policy.
- trim_
leading_ booland_ trailing_ spaces_ and_ zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate_
character_ boolset - The value indicating whether to validate character Set.
- validate_
edi_ booltypes - The value indicating whether to validate EDI types.
- validate_
xsd_ booltypes - The value indicating whether to validate XSD types.
- allow
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- message
Id String - The message id on which the validation settings has to be applied.
- trailing
Separator String | "NotPolicy Specified" | "Not Allowed" | "Optional" | "Mandatory" - The trailing separator policy.
- trim
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
Character BooleanSet - The value indicating whether to validate character Set.
- validate
EDITypes Boolean - The value indicating whether to validate EDI types.
- validate
XSDTypes Boolean - The value indicating whether to validate XSD types.
X12ValidationOverrideResponse, X12ValidationOverrideResponseArgs
- Allow
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- Message
Id string - The message id on which the validation settings has to be applied.
- Trailing
Separator stringPolicy - The trailing separator policy.
- Trim
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- Validate
Character boolSet - The value indicating whether to validate character Set.
- Validate
EDITypes bool - The value indicating whether to validate EDI types.
- Validate
XSDTypes bool - The value indicating whether to validate XSD types.
- Allow
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- Message
Id string - The message id on which the validation settings has to be applied.
- Trailing
Separator stringPolicy - The trailing separator policy.
- Trim
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- Validate
Character boolSet - The value indicating whether to validate character Set.
- Validate
EDITypes bool - The value indicating whether to validate EDI types.
- Validate
XSDTypes bool - The value indicating whether to validate XSD types.
- allow
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- message
Id String - The message id on which the validation settings has to be applied.
- trailing
Separator StringPolicy - The trailing separator policy.
- trim
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
Character BooleanSet - The value indicating whether to validate character Set.
- validate
EDITypes Boolean - The value indicating whether to validate EDI types.
- validate
XSDTypes Boolean - The value indicating whether to validate XSD types.
- allow
Leading booleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- message
Id string - The message id on which the validation settings has to be applied.
- trailing
Separator stringPolicy - The trailing separator policy.
- trim
Leading booleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
Character booleanSet - The value indicating whether to validate character Set.
- validate
EDITypes boolean - The value indicating whether to validate EDI types.
- validate
XSDTypes boolean - The value indicating whether to validate XSD types.
- allow_
leading_ booland_ trailing_ spaces_ and_ zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- message_
id str - The message id on which the validation settings has to be applied.
- trailing_
separator_ strpolicy - The trailing separator policy.
- trim_
leading_ booland_ trailing_ spaces_ and_ zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate_
character_ boolset - The value indicating whether to validate character Set.
- validate_
edi_ booltypes - The value indicating whether to validate EDI types.
- validate_
xsd_ booltypes - The value indicating whether to validate XSD types.
- allow
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- message
Id String - The message id on which the validation settings has to be applied.
- trailing
Separator StringPolicy - The trailing separator policy.
- trim
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
Character BooleanSet - The value indicating whether to validate character Set.
- validate
EDITypes Boolean - The value indicating whether to validate EDI types.
- validate
XSDTypes Boolean - The value indicating whether to validate XSD types.
X12ValidationSettings, X12ValidationSettingsArgs
- Allow
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- Check
Duplicate boolGroup Control Number - The value indicating whether to check for duplicate group control number.
- Check
Duplicate boolInterchange Control Number - The value indicating whether to check for duplicate interchange control number.
- Check
Duplicate boolTransaction Set Control Number - The value indicating whether to check for duplicate transaction set control number.
- Interchange
Control intNumber Validity Days - The validity period of interchange control number.
- Trailing
Separator string | Pulumi.Policy Azure Native. Logic. Trailing Separator Policy - The trailing separator policy.
- Trim
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- Validate
Character boolSet - The value indicating whether to validate character set in the message.
- Validate
EDITypes bool - The value indicating whether to Whether to validate EDI types.
- Validate
XSDTypes bool - The value indicating whether to Whether to validate XSD types.
- Allow
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- Check
Duplicate boolGroup Control Number - The value indicating whether to check for duplicate group control number.
- Check
Duplicate boolInterchange Control Number - The value indicating whether to check for duplicate interchange control number.
- Check
Duplicate boolTransaction Set Control Number - The value indicating whether to check for duplicate transaction set control number.
- Interchange
Control intNumber Validity Days - The validity period of interchange control number.
- Trailing
Separator string | TrailingPolicy Separator Policy - The trailing separator policy.
- Trim
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- Validate
Character boolSet - The value indicating whether to validate character set in the message.
- Validate
EDITypes bool - The value indicating whether to Whether to validate EDI types.
- Validate
XSDTypes bool - The value indicating whether to Whether to validate XSD types.
- allow
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- check
Duplicate BooleanGroup Control Number - The value indicating whether to check for duplicate group control number.
- check
Duplicate BooleanInterchange Control Number - The value indicating whether to check for duplicate interchange control number.
- check
Duplicate BooleanTransaction Set Control Number - The value indicating whether to check for duplicate transaction set control number.
- interchange
Control IntegerNumber Validity Days - The validity period of interchange control number.
- trailing
Separator String | TrailingPolicy Separator Policy - The trailing separator policy.
- trim
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
Character BooleanSet - The value indicating whether to validate character set in the message.
- validate
EDITypes Boolean - The value indicating whether to Whether to validate EDI types.
- validate
XSDTypes Boolean - The value indicating whether to Whether to validate XSD types.
- allow
Leading booleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- check
Duplicate booleanGroup Control Number - The value indicating whether to check for duplicate group control number.
- check
Duplicate booleanInterchange Control Number - The value indicating whether to check for duplicate interchange control number.
- check
Duplicate booleanTransaction Set Control Number - The value indicating whether to check for duplicate transaction set control number.
- interchange
Control numberNumber Validity Days - The validity period of interchange control number.
- trailing
Separator string | TrailingPolicy Separator Policy - The trailing separator policy.
- trim
Leading booleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
Character booleanSet - The value indicating whether to validate character set in the message.
- validate
EDITypes boolean - The value indicating whether to Whether to validate EDI types.
- validate
XSDTypes boolean - The value indicating whether to Whether to validate XSD types.
- allow_
leading_ booland_ trailing_ spaces_ and_ zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- check_
duplicate_ boolgroup_ control_ number - The value indicating whether to check for duplicate group control number.
- check_
duplicate_ boolinterchange_ control_ number - The value indicating whether to check for duplicate interchange control number.
- check_
duplicate_ booltransaction_ set_ control_ number - The value indicating whether to check for duplicate transaction set control number.
- interchange_
control_ intnumber_ validity_ days - The validity period of interchange control number.
- trailing_
separator_ str | Trailingpolicy Separator Policy - The trailing separator policy.
- trim_
leading_ booland_ trailing_ spaces_ and_ zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate_
character_ boolset - The value indicating whether to validate character set in the message.
- validate_
edi_ booltypes - The value indicating whether to Whether to validate EDI types.
- validate_
xsd_ booltypes - The value indicating whether to Whether to validate XSD types.
- allow
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- check
Duplicate BooleanGroup Control Number - The value indicating whether to check for duplicate group control number.
- check
Duplicate BooleanInterchange Control Number - The value indicating whether to check for duplicate interchange control number.
- check
Duplicate BooleanTransaction Set Control Number - The value indicating whether to check for duplicate transaction set control number.
- interchange
Control NumberNumber Validity Days - The validity period of interchange control number.
- trailing
Separator String | "NotPolicy Specified" | "Not Allowed" | "Optional" | "Mandatory" - The trailing separator policy.
- trim
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
Character BooleanSet - The value indicating whether to validate character set in the message.
- validate
EDITypes Boolean - The value indicating whether to Whether to validate EDI types.
- validate
XSDTypes Boolean - The value indicating whether to Whether to validate XSD types.
X12ValidationSettingsResponse, X12ValidationSettingsResponseArgs
- Allow
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- Check
Duplicate boolGroup Control Number - The value indicating whether to check for duplicate group control number.
- Check
Duplicate boolInterchange Control Number - The value indicating whether to check for duplicate interchange control number.
- Check
Duplicate boolTransaction Set Control Number - The value indicating whether to check for duplicate transaction set control number.
- Interchange
Control intNumber Validity Days - The validity period of interchange control number.
- Trailing
Separator stringPolicy - The trailing separator policy.
- Trim
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- Validate
Character boolSet - The value indicating whether to validate character set in the message.
- Validate
EDITypes bool - The value indicating whether to Whether to validate EDI types.
- Validate
XSDTypes bool - The value indicating whether to Whether to validate XSD types.
- Allow
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- Check
Duplicate boolGroup Control Number - The value indicating whether to check for duplicate group control number.
- Check
Duplicate boolInterchange Control Number - The value indicating whether to check for duplicate interchange control number.
- Check
Duplicate boolTransaction Set Control Number - The value indicating whether to check for duplicate transaction set control number.
- Interchange
Control intNumber Validity Days - The validity period of interchange control number.
- Trailing
Separator stringPolicy - The trailing separator policy.
- Trim
Leading boolAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- Validate
Character boolSet - The value indicating whether to validate character set in the message.
- Validate
EDITypes bool - The value indicating whether to Whether to validate EDI types.
- Validate
XSDTypes bool - The value indicating whether to Whether to validate XSD types.
- allow
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- check
Duplicate BooleanGroup Control Number - The value indicating whether to check for duplicate group control number.
- check
Duplicate BooleanInterchange Control Number - The value indicating whether to check for duplicate interchange control number.
- check
Duplicate BooleanTransaction Set Control Number - The value indicating whether to check for duplicate transaction set control number.
- interchange
Control IntegerNumber Validity Days - The validity period of interchange control number.
- trailing
Separator StringPolicy - The trailing separator policy.
- trim
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
Character BooleanSet - The value indicating whether to validate character set in the message.
- validate
EDITypes Boolean - The value indicating whether to Whether to validate EDI types.
- validate
XSDTypes Boolean - The value indicating whether to Whether to validate XSD types.
- allow
Leading booleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- check
Duplicate booleanGroup Control Number - The value indicating whether to check for duplicate group control number.
- check
Duplicate booleanInterchange Control Number - The value indicating whether to check for duplicate interchange control number.
- check
Duplicate booleanTransaction Set Control Number - The value indicating whether to check for duplicate transaction set control number.
- interchange
Control numberNumber Validity Days - The validity period of interchange control number.
- trailing
Separator stringPolicy - The trailing separator policy.
- trim
Leading booleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
Character booleanSet - The value indicating whether to validate character set in the message.
- validate
EDITypes boolean - The value indicating whether to Whether to validate EDI types.
- validate
XSDTypes boolean - The value indicating whether to Whether to validate XSD types.
- allow_
leading_ booland_ trailing_ spaces_ and_ zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- check_
duplicate_ boolgroup_ control_ number - The value indicating whether to check for duplicate group control number.
- check_
duplicate_ boolinterchange_ control_ number - The value indicating whether to check for duplicate interchange control number.
- check_
duplicate_ booltransaction_ set_ control_ number - The value indicating whether to check for duplicate transaction set control number.
- interchange_
control_ intnumber_ validity_ days - The validity period of interchange control number.
- trailing_
separator_ strpolicy - The trailing separator policy.
- trim_
leading_ booland_ trailing_ spaces_ and_ zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate_
character_ boolset - The value indicating whether to validate character set in the message.
- validate_
edi_ booltypes - The value indicating whether to Whether to validate EDI types.
- validate_
xsd_ booltypes - The value indicating whether to Whether to validate XSD types.
- allow
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to allow leading and trailing spaces and zeroes.
- check
Duplicate BooleanGroup Control Number - The value indicating whether to check for duplicate group control number.
- check
Duplicate BooleanInterchange Control Number - The value indicating whether to check for duplicate interchange control number.
- check
Duplicate BooleanTransaction Set Control Number - The value indicating whether to check for duplicate transaction set control number.
- interchange
Control NumberNumber Validity Days - The validity period of interchange control number.
- trailing
Separator StringPolicy - The trailing separator policy.
- trim
Leading BooleanAnd Trailing Spaces And Zeroes - The value indicating whether to trim leading and trailing spaces and zeroes.
- validate
Character BooleanSet - The value indicating whether to validate character set in the message.
- validate
EDITypes Boolean - The value indicating whether to Whether to validate EDI types.
- validate
XSDTypes Boolean - The value indicating whether to Whether to validate XSD types.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:logic:IntegrationAccountAgreement <IntegrationAccountAgreementName> /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/IntegrationAccount4533/agreements/<IntegrationAccountAgreementName>
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0