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 IpamAdminOperation complex type allows extended attributes on a BaseIpamObject type (section 2.2.4.64).
-
<xs:complexType name="IpamAdminOperation"> <xs:complexContent mixed="false"> <xs:extension base="ipam:BaseIpamObject"> <xs:sequence> <xs:element minOccurs="0" name="Category" type="xsd:int" /> <xs:element minOccurs="0" name="CategoryName" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="IsAdminRoleOnlyOperation" type="xsd:boolean" /> <xs:element minOccurs="0" name="OperationId" type="xsd:int" /> <xs:element minOccurs="0" name="OperationName" nillable="true" type="xsd:string" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Category: An INT ([MS-DTYP] section 2.2.19) that indicates the operation group ID of the associated operation. It is an indication of the user role associated with the operation.
CategoryName: This is of type string and indicates the name of the operation group ID to which the associated operation belongs.
IsAdminRoleOnlyOperation: A Boolean that indicates whether the associated operation is allowed only for an admin.
OperationId: An INT that identifies the operation being processed.
OperationName: A string that described the operation being processed.