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.
2 parents 11d565e + 20378ae commit f3f058aCopy full SHA for f3f058a
workos/types/sso/connection.py
@@ -54,7 +54,7 @@ class SamlConnectionOptions(WorkOSModel):
54
class Connection(WorkOSModel):
55
object: Literal["connection"]
56
id: str
57
- organization_id: str
+ organization_id: Optional[str] = None
58
connection_type: LiteralOrUntyped[ConnectionType]
59
name: str
60
state: LiteralOrUntyped[ConnectionState]
0 commit comments