It appears there's no "help" option in the training labs. I don't think the lab is complete as I'm unable to complete all functions in the lab. In particular, the environment module we import into our Python script doesn't have anything inside of it associated with the umbrella, secure endpoint, and malware analytics with which I can create variables.
i.e. umbrella_en_api_key=env.UMBRELLA_ENFORCEMENT_KEY
When I try to do the above, I get the following error below after running the script:
AttributeError: module 'environment' has no attribute 'UMBRELLA_ENFORCEMENT_KEY'
So I'm unable to complete the lab. Does anyone have any suggestions? In essence, the training lab seems bare and doesn't have all the parts necessary to complete it.