18 lines
376 B
Python
18 lines
376 B
Python
# terrascript/resource/PortOfPortland/activedirectory.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:10:54 UTC)
|
|
import terrascript
|
|
|
|
|
|
class activedirectory_groupMembership(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class activedirectory_ouMapping(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"activedirectory_groupMembership",
|
|
"activedirectory_ouMapping",
|
|
]
|