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:
@@ -149,6 +149,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deletion_protection": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"factories_config": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
||||
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user