{ "summary": [ { "name": "pipeline_tool_policies", "title": "工具作用域策略", "primary": [ "id" ], "catelog": "entity" } ], "fields": [ { "name": "id", "title": "主键ID", "type": "str", "length": 32, "nullable": "no" }, { "name": "scope", "title": "作用域(org/pipeline/role/project)", "type": "str", "length": 32, "nullable": "no", "default": "org" }, { "name": "scope_id", "title": "作用域ID(机构ID/产线ID/产线:角色/项目ID)", "type": "str", "length": 128, "nullable": "no", "default": "" }, { "name": "tool_name", "title": "工具名", "type": "str", "length": 64, "nullable": "no" }, { "name": "effect", "title": "效果(allow允许/deny禁用)", "type": "str", "length": 16, "nullable": "no", "default": "allow" }, { "name": "reason", "title": "配置原因(审计用)", "type": "str", "length": 500, "nullable": "yes" }, { "name": "status", "title": "状态(active/invalid)", "type": "str", "length": 16, "nullable": "no", "default": "active" }, { "name": "created_by", "title": "创建人", "type": "str", "length": 32, "nullable": "yes" }, { "name": "created_at", "title": "创建时间", "type": "timestamp", "nullable": "no" }, { "name": "updated_at", "title": "更新时间", "type": "timestamp", "nullable": "no" } ], "indexes": [ { "name": "idx_scope", "idxtype": "index", "idxfields": [ "scope", "scope_id", "status" ] }, { "name": "uk_scope_tool", "idxtype": "unique", "idxfields": [ "scope", "scope_id", "tool_name" ] } ] }