28 lines
537 B
Python
28 lines
537 B
Python
# terrascript/data/tozny/tozny.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:28:59 UTC)
|
|
import terrascript
|
|
|
|
|
|
class tozny_realm_application(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class tozny_realm_application_role(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class tozny_realm_application_saml_description(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class tozny_realm_role(terrascript.Data):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"tozny_realm_application",
|
|
"tozny_realm_application_role",
|
|
"tozny_realm_application_saml_description",
|
|
"tozny_realm_role",
|
|
]
|