Azure Logic Apps · Example Payload

Azure Logic Apps As2 Security Settings Example

AzureIntegrationiPaaSWorkflows

Azure Logic Apps As2 Security Settings Example is an example object payload from Azure Logic Apps, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

enableNRRForInboundDecodedMessagesenableNRRForInboundEncodedMessagesenableNRRForInboundMDNenableNRRForOutboundDecodedMessagesenableNRRForOutboundEncodedMessagesenableNRRForOutboundMDNencryptionCertificateNameoverrideGroupSigningCertificatesha2AlgorithmFormatsigningCertificateName

Example Payload

Raw ↑
{
  "enableNRRForInboundDecodedMessages": true,
  "enableNRRForInboundEncodedMessages": true,
  "enableNRRForInboundMDN": true,
  "enableNRRForOutboundDecodedMessages": true,
  "enableNRRForOutboundEncodedMessages": true,
  "enableNRRForOutboundMDN": true,
  "encryptionCertificateName": "example-string",
  "overrideGroupSigningCertificate": true,
  "sha2AlgorithmFormat": "example-string",
  "signingCertificateName": "example-string"
}