python-terrascript/terrascript/tozny/r.py

78 lines
1.3 KiB
Python

# terrascript/tozny/r.py
# Automatically generated by tools/makecode.py ()
import warnings
warnings.warn(
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
)
import terrascript
class tozny_account(terrascript.Resource):
pass
class tozny_client_registration_token(terrascript.Resource):
pass
class tozny_realm(terrascript.Resource):
pass
class tozny_realm_application(terrascript.Resource):
pass
class tozny_realm_application_client_secret(terrascript.Resource):
pass
class tozny_realm_application_mapper(terrascript.Resource):
pass
class tozny_realm_application_role(terrascript.Resource):
pass
class tozny_realm_broker_delegation(terrascript.Resource):
pass
class tozny_realm_broker_identity(terrascript.Resource):
pass
class tozny_realm_default_groups(terrascript.Resource):
pass
class tozny_realm_group(terrascript.Resource):
pass
class tozny_realm_group_role_mappings(terrascript.Resource):
pass
class tozny_realm_identity(terrascript.Resource):
pass
class tozny_realm_identity_group_membership(terrascript.Resource):
pass
class tozny_realm_provider(terrascript.Resource):
pass
class tozny_realm_provider_mapper(terrascript.Resource):
pass
class tozny_realm_role(terrascript.Resource):
pass