openc2lib.types.data.feature
4class Feature(Enumerated): 5 """ OpenC2 Feature 6 7 An enumeration for the fields that can be included in the `Results` (see Sec. 3.4.2.4). 8 """ 9 versions = 1 10 profiles = 2 11 pairs = 3 12 rate_limit = 4
OpenC2 Feature
An enumeration for the fields that can be included in the Results (see Sec. 3.4.2.4).
versions =
<Feature.versions: 1>
profiles =
<Feature.profiles: 2>
pairs =
<Feature.pairs: 3>
rate_limit =
<Feature.rate_limit: 4>
Inherited Members
- aenum._enum.Enum
- name
- value
- values