File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ class TA(BaseModel):
9
9
url : HttpUrl | None = None
10
10
version : str
11
11
class DataSource (SecurityContentObject ):
12
- model_config = ConfigDict (extra = "forbid" )
13
12
source : str = Field (...)
14
13
sourcetype : str = Field (...)
15
14
separator : Optional [str ] = None
Original file line number Diff line number Diff line change 10
10
from contentctl .objects .enums import DeploymentType
11
11
12
12
13
- class Deployment (SecurityContentObject ):
14
- model_config = ConfigDict (extra = "forbid" )
15
- #id: str = None
16
- #date: str = None
17
- #author: str = None
18
- #description: str = None
19
- #contentType: SecurityContentType = SecurityContentType.deployments
20
-
21
-
13
+ class Deployment (SecurityContentObject ):
22
14
scheduling : DeploymentScheduling = Field (...)
23
15
alert_action : AlertAction = AlertAction ()
24
16
type : DeploymentType = Field (...)
You can’t perform that action at this time.
0 commit comments