We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e49ffb commit fd65bebCopy full SHA for fd65beb
src/posit/connect/oauth/types.py
@@ -24,7 +24,16 @@ class OAuthIntegrationType(str, Enum):
24
25
AWS = "aws"
26
AZURE = "azure"
27
+ AZURE_OPENAI = "azure-openai"
28
CONNECT = "connect"
- SNOWFLAKE = "snowflake"
29
CUSTOM = "custom"
30
- # TODO add the rest
+ 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