Share via


2.2.4.144 PropertiesCouldNotBeValidatedIpamExceptionData

The PropertiesCouldNotBeValidatedIpamExceptionData complex type specifies the list of properties that cannot be recognized or that are not validated by IPAM. This is used to provide the additional information for the IpamException in the form of IpamExceptionData.

 <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: This specifies the list of property names which are either not recognized or could not be validated.