This is a concrete class for modeling different types of operators in a PolicyStatement. By restricting the type of operator used in a PolicyStatement, one can effectively restrict the semantics of that PolicyStatement.<br/>
Attributes
Associations To
Associations From
Tagged Values
Advanced
Other Links
Attribute
Scope
Type
opType
Public
Integer
Notes:
This is an enumerated integer that specifies the various types of operators that are allowed for this PolicyStatement. <br/><br/><br/><br/>Permitted Values:<br/><br/><br/><br/> 1: Match<br/><br/> 2: Greater than<br/><br/> 3: Greater than or equals<br/><br/> 4: Less than<br/><br/> 5: Less than or equals<br/><br/> 6: Equals<br/><br/> 7: Not equals<br/><br/> 8: IN<br/><br/> 9: NOT IN<br/><br/> 10: SET<br/><br/> 11: CLEAR<br/><br/><br/><br/>Notes: <br/><br/>Not present in the ITU or CIM specs. The IETF RFCs only define “MATCH”.<br/>