Skip to content

Commit 9c9895b

Browse files
committed
Add enabled_actions to CreateConnectionConfiguration schema
1 parent 7719763 commit 9c9895b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fides/api/schemas/connection_configuration/connection_config.py

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class CreateConnectionConfiguration(BaseModel):
2828
access: AccessLevel
2929
disabled: Optional[bool] = False
3030
description: Optional[str] = None
31+
enabled_actions: Optional[List[ActionType]] = None
3132
model_config = ConfigDict(
3233
from_attributes=True, use_enum_values=True, extra="ignore"
3334
)

0 commit comments

Comments
 (0)