93 lines
1.8 KiB
Python
93 lines
1.8 KiB
Python
# terrascript/resource/tozny/tozny.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:28:59 UTC)
|
|
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
|
|
|
|
|
|
__all__ = [
|
|
"tozny_account",
|
|
"tozny_client_registration_token",
|
|
"tozny_realm",
|
|
"tozny_realm_application",
|
|
"tozny_realm_application_client_secret",
|
|
"tozny_realm_application_mapper",
|
|
"tozny_realm_application_role",
|
|
"tozny_realm_broker_delegation",
|
|
"tozny_realm_broker_identity",
|
|
"tozny_realm_default_groups",
|
|
"tozny_realm_group",
|
|
"tozny_realm_group_role_mappings",
|
|
"tozny_realm_identity",
|
|
"tozny_realm_identity_group_membership",
|
|
"tozny_realm_provider",
|
|
"tozny_realm_provider_mapper",
|
|
"tozny_realm_role",
|
|
]
|