X12ValidationOverride Class

The X12 validation override settings.

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

Inheritance
X12ValidationOverride

Constructor

X12ValidationOverride(*, message_id: str, validate_edi_types: bool, validate_xsd_types: bool, allow_leading_and_trailing_spaces_and_zeroes: bool, validate_character_set: bool, trim_leading_and_trailing_spaces_and_zeroes: bool, trailing_separator_policy: Union[str, azure.mgmt.logic.models._logic_management_client_enums.TrailingSeparatorPolicy], **kwargs)

Variables

message_id
str

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

validate_edi_types
bool

Required. The value indicating whether to validate EDI types.

validate_xsd_types
bool

Required. The value indicating whether to validate XSD types.

allow_leading_and_trailing_spaces_and_zeroes
bool

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

validate_character_set
bool

Required. The value indicating whether to validate character Set.

trim_leading_and_trailing_spaces_and_zeroes
bool

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

trailing_separator_policy
str or TrailingSeparatorPolicy

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