diff --git a/titan/resources/authentication_policy.py b/titan/resources/authentication_policy.py index 4852174..8390e96 100644 --- a/titan/resources/authentication_policy.py +++ b/titan/resources/authentication_policy.py @@ -26,6 +26,7 @@ class ClientTypes(ParseableEnum): SNOWFLAKE_UI = "SNOWFLAKE_UI" DRIVERS = "DRIVERS" SNOWSQL = "SNOWSQL" + SNOWFLAKE_CLI = "SNOWFLAKE_CLI" @dataclass(unsafe_hash=True)