EdifactValidationOverride Class

The Edifact validation override settings.

All required parameters must be populated in order to send to Azure.

Inheritance
msrest.serialization.Model
EdifactValidationOverride

Constructor

EdifactValidationOverride(*, message_id: str, enforce_character_set: bool, validate_edi_types: bool, validate_xsd_types: bool, allow_leading_and_trailing_spaces_and_zeroes: bool, trailing_separator_policy: str | TrailingSeparatorPolicy, trim_leading_and_trailing_spaces_and_zeroes: bool, **kwargs)

Keyword-Only Parameters

Name Description
message_id
str

Required. The message id on which the validation settings has to be applied.

enforce_character_set

Required. The value indicating whether to validate character Set.

validate_edi_types

Required. The value indicating whether to validate EDI types.

validate_xsd_types

Required. The value indicating whether to validate XSD types.

allow_leading_and_trailing_spaces_and_zeroes

Required. The value indicating whether to allow leading and trailing spaces and zeroes.

trailing_separator_policy

Required. The trailing separator policy. Possible values include: "NotSpecified", "NotAllowed", "Optional", "Mandatory".

trim_leading_and_trailing_spaces_and_zeroes

Required. The value indicating whether to trim leading and trailing spaces and zeroes.

Variables

Name Description
message_id
str

Required. The message id on which the validation settings has to be applied.

enforce_character_set

Required. The value indicating whether to validate character Set.

validate_edi_types

Required. The value indicating whether to validate EDI types.

validate_xsd_types

Required. The value indicating whether to validate XSD types.

allow_leading_and_trailing_spaces_and_zeroes

Required. The value indicating whether to allow leading and trailing spaces and zeroes.

trailing_separator_policy

Required. The trailing separator policy. Possible values include: "NotSpecified", "NotAllowed", "Optional", "Mandatory".

trim_leading_and_trailing_spaces_and_zeroes

Required. The value indicating whether to trim leading and trailing spaces and zeroes.