Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DnsResourceRecordDataRp complex type SHOULD<32> extend the DnsResourceRecordData. It specifies the details associated with a DNS resource record of type RP.
-
<xs:complexType name="DnsResourceRecordDataRp"> <xs:complexContent mixed="false"> <xs:extension base="ipam:DnsResourceRecordData"> <xs:sequence> <xs:element minOccurs="0" name="Description" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="ResponsiblePerson" nillable="true" type="xsd:string" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Description: Specifies the name of the TXT DNS resource record associated with this RP record.
ResponsiblePerson: Specifies the domain mailbox name for a responsible person for the DNS domain or host.