33 lines
581 B
Python
33 lines
581 B
Python
# terrascript/resource/yaegashi/msgraph.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:21:54 UTC)
|
|
import terrascript
|
|
|
|
|
|
class msgraph_application(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class msgraph_application_password(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class msgraph_group(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class msgraph_group_member(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class msgraph_user(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"msgraph_application",
|
|
"msgraph_application_password",
|
|
"msgraph_group",
|
|
"msgraph_group_member",
|
|
"msgraph_user",
|
|
]
|