Class AS2ValidationSettingsArgs


  • public final class AS2ValidationSettingsArgs
    extends com.pulumi.resources.ResourceArgs
    The AS2 agreement validation settings.
    • Method Detail

      • checkCertificateRevocationListOnReceive

        public com.pulumi.core.Output<java.lang.Boolean> checkCertificateRevocationListOnReceive()
        Returns:
        The value indicating whether to check for certificate revocation list on receive.
      • checkCertificateRevocationListOnSend

        public com.pulumi.core.Output<java.lang.Boolean> checkCertificateRevocationListOnSend()
        Returns:
        The value indicating whether to check for certificate revocation list on send.
      • checkDuplicateMessage

        public com.pulumi.core.Output<java.lang.Boolean> checkDuplicateMessage()
        Returns:
        The value indicating whether to check for duplicate message.
      • compressMessage

        public com.pulumi.core.Output<java.lang.Boolean> compressMessage()
        Returns:
        The value indicating whether the message has to be compressed.
      • encryptMessage

        public com.pulumi.core.Output<java.lang.Boolean> encryptMessage()
        Returns:
        The value indicating whether the message has to be encrypted.
      • encryptionAlgorithm

        public com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​EncryptionAlgorithm>> encryptionAlgorithm()
        Returns:
        The encryption algorithm.
      • interchangeDuplicatesValidityDays

        public com.pulumi.core.Output<java.lang.Integer> interchangeDuplicatesValidityDays()
        Returns:
        The number of days to look back for duplicate interchange.
      • overrideMessageProperties

        public com.pulumi.core.Output<java.lang.Boolean> overrideMessageProperties()
        Returns:
        The value indicating whether to override incoming message properties with those in agreement.
      • signMessage

        public com.pulumi.core.Output<java.lang.Boolean> signMessage()
        Returns:
        The value indicating whether the message has to be signed.
      • signingAlgorithm

        public java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​SigningAlgorithm>>> signingAlgorithm()
        Returns:
        The signing algorithm.