feat: project-factory folders support deletion_protection (#3595)

* feat: project-factory buckets support deletion_protection

* chore: Update all folder.schema.json

---------

Co-authored-by: Julio Castillo <jccb@google.com>
This commit is contained in:
Josh Myers
2025-12-18 14:25:05 +00:00
committed by GitHub
parent 0ac51b6050
commit 1eb93db427
13 changed files with 31 additions and 6 deletions

View File

@@ -149,6 +149,9 @@
}
}
},
"deletion_protection": {
"type": "boolean"
},
"factories_config": {
"type": "object",
"additionalProperties": false,

View File

@@ -52,6 +52,7 @@
<br>*additional properties: false*
- **exempted_members**: *array*
- items: *string*
- **deletion_protection**: *boolean*
- **factories_config**: *object*
<br>*additional properties: false*
- **org_policies**: *string*