Skip to content

Commit fd65beb

Browse files
add missing template types
1 parent 1e49ffb commit fd65beb

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/posit/connect/oauth/types.py

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,16 @@ class OAuthIntegrationType(str, Enum):
2424

2525
AWS = "aws"
2626
AZURE = "azure"
27+
AZURE_OPENAI = "azure-openai"
2728
CONNECT = "connect"
28-
SNOWFLAKE = "snowflake"
2929
CUSTOM = "custom"
30-
# TODO add the rest
30+
DATABRICKS = "databricks"
31+
GITHUB = "github"
32+
GOOGLE_BIGQUERY = "bigquery"
33+
GOOGLE_DRIVE = "drive"
34+
GOOGLE_SHEETS = "sheets"
35+
GOOGLE_VERTEX_AI = "vertex-ai"
36+
MSGRAPH = "msgraph"
37+
SALESFORCE = "salesforce"
38+
SHAREPOINT = "sharepoint"
39+
SNOWFLAKE = "snowflake"

0 commit comments

Comments
 (0)