feat: build taint datasource and taint resource with minor patch to taint Response DTO

This commit is contained in:
allanice001
2025-11-03 01:00:35 +00:00
parent c00a0c3d1e
commit 9d60b6cbfe
21 changed files with 651 additions and 30 deletions

View File

@@ -1967,17 +1967,26 @@ components:
type: object
dto.TaintResponse:
example:
updated_at: updated_at
effect: effect
organization_id: organization_id
created_at: created_at
id: id
value: value
key: key
properties:
created_at:
type: string
effect:
type: string
id:
type: string
key:
type: string
organization_id:
type: string
updated_at:
type: string
value:
type: string
type: object