26 lines
464 B
Python
26 lines
464 B
Python
# terrascript/tozny/d.py
|
|
# Automatically generated by tools/makecode.py ()
|
|
|
|
import warnings
|
|
|
|
warnings.warn(
|
|
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
|
|
)
|
|
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
|