pip install scalekit-sdk-python 2.4.16 Pydantic v2 Type Hints
Updated 1 day ago
pip install scalekit-sdk-pythonfrom scalekit import ScalekitClient
scalekit_client = ScalekitClient( environment_url=os.getenv("SCALEKIT_ENVIRONMENT_URL"), client_id=os.getenv("SCALEKIT_CLIENT_ID"), client_secret=os.getenv("SCALEKIT_CLIENT_SECRET"))ALLOWED_EMAIL_DOMAIN: Trusted domains used to suggest organizations in the organization switcher during sign-in/sign-upORGANIZATION_DOMAIN: SSO discovery domains used to route users to the correct SSO provider and enforce SSOUNSPECIFIED: Default type for backward compatibilitycreate_domain()
domain_type parameter (accepts string or DomainType enum)ORGANIZATION_DOMAIN for backward compatibility"ALLOWED_EMAIL_DOMAIN" or enum valueslist_domains()
domain_type parameter for filtering domains by typeFull Changelog: v2.4.14...2.4.16
Full Changelog: v2.4.13...v2.4.14
Full Changelog: v2.4.11...v2.4.12
Full Changelog: v2.4.10...v2.4.11
Full Changelog: v2.4.8...v2.4.9
Full Changelog: v2.4.7...v2.4.8
Full Changelog: v2.4.4...v2.4.7
Full Changelog: v2.4.3...v2.4.4