Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 429 Bytes

agent.md

File metadata and controls

26 lines (18 loc) · 429 Bytes

Agent

This documentation provides details about the data that can be faked for an Agent.

To retrieve data about a fake Agent you can do the following:

from socfaker import SocFaker

sc = SocFaker()

print(sc.agent.ephermeral_id)
print(sc.agent.id)
print(sc.agent.type)
print(sc.agent.name)
print(sc.agent.version)

Agent Class

.. automodule:: socfaker.agent
   :members:
   :undoc-members: