Техническое Руководство для Cisco Cisco Security Manager 4.12

Скачать
Страница из 217
 
 
 
  
 
Cisco Security Manager 4.4 API Specification (Version 1.1) 
 
OL- 29074-01 
Page  59
 
tag/name or contained policy object. The complete content of the security policy object can be obtained from the 
securityTag elements..  
This object is available form the version 1.1 of the API. 
 
Element 
 
Type 
Comment 
securityTag 
Complex(SecurityGrpObjectsRef)  Defines a security tag/name or GID of the referred 
policy object.. 
securityTag 
.securityGrpObjectGID 
ObjectIdentifier 
Defines the GID of the referered security group 
policy object. 
securityTag .secName 
String 
Defines a security tag/ 
securityTag .secTag 
String 
Defines a security tag/name  
Table 31: SecurityGroupPolicyObject() Class Definition 
 
 
 
Figure 37: SecurityGroupObject XML Schema   
 
 
 
Figure 38: SecurityGrpObjectsRef XML Schema   
 
    <xs:complexType name="
SecurityGroupPolicyObject
"> 
        <xs:complexContent> 
            <xs:extension base="
BasePolicyObject
"> 
                <xs:sequence> 
                    <xs:element name="
securityTag
" type="
SecurityGrpObjectsRef
" minOccurs="
1"
 
maxOccurs="unbounded"/> 
                </xs:sequence> 
            </xs:extension> 
        </xs:complexContent> 
    </xs:complexType> 
   <xs:complexType name="
SecurityGrpObjectsRef
"> 
        <xs:sequence> 
            <xs:choice> 
                <xs:element name="
securityGrpObjectGID
" type="
ObjectIdentifier
" minOccurs="
0
" maxOccurs="
1
"/> 
                <xs:element name="secName" type="xs:string" minOccurs="0" maxOccurs="1"/> 
                <xs:element name="
secTag
" type="xs
:string
" minOccurs="
0"
 maxOccurs="
1
"/> 
            </xs:choice> 
        </xs:sequence> 
    </xs:complexType>