openc2lib.types.data.payload
7class Payload(Choice): 8 """ OpenC2 Payload 9 10 Choice of literal content or URL (Sec. 3.4.2.13). 11 """ 12 register = Register({'bin': Binary, 'url': URI})
OpenC2 Payload
Choice of literal content or URL (Sec. 3.4.2.13).
register =
{'bin': <class 'openc2lib.types.base.binary.Binary'>, 'url': <class 'openc2lib.types.data.uri.URI'>}
List of registered name/class options available