2.2.4.253 IpamForest

The IpamForest complex type SHOULD<50> allow extended attributes on a BaseIpamObject type (section 2.2.4.64). It creates objects to represent an Active Directory forest that is modeled in IPAM as an IpamForest complex type.

 <xs:complexType name="IpamForest">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:BaseIpamObject">
       <xs:sequence>
         <xs:element minOccurs="0" name="ForestName" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="RecordId" type="xsd:long" />
         <xs:element minOccurs="0" name="RootDomainGuid" nillable="true" type="xsd:string" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ForestName: Specifies the name of the forest.

RecordId: The record Id that uniquely identifies the forest.

RootDomainGuid: Specifies the GUID, in string format, that uniquely identifies the root domain.