2.2.4.345 PropertiesCouldNotBeValidatedIpamExceptionData

The PropertiesCouldNotBeValidatedIpamExceptionData complex type allows extended attributes on an ipam1:IpamExceptionData type. It creates objects whose IpamExceptionId is IpamApiValidationFailure.

 <xs:complexType name="PropertiesCouldNotBeValidatedIpamExceptionData">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamExceptionData">
       <xs:sequence>
         <xs:element minOccurs="0" name="PropertiesNotValidated" nillable="true" type="serarr:ArrayOfstring" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

PropertiesNotValidated: An array of strings that identifies the properties that failed to validate.