expose bigquery kms in project schema (#3645)

This commit is contained in:
Ludovico Magnocavallo
2026-01-13 10:30:19 +01:00
committed by GitHub
parent 88306fe99a
commit 032db2f902
12 changed files with 73 additions and 15 deletions

View File

@@ -158,6 +158,9 @@
},
"location": {
"type": "string"
},
"encryption_key": {
"type": "string"
}
}
}
@@ -184,9 +187,6 @@
"org_policies": {
"type": "string"
},
"org_policies": {
"type": "string"
},
"quotas": {
"type": "string"
},

View File

@@ -56,6 +56,7 @@
<br>*additional properties: false*
- **friendly_name**: *string*
- **location**: *string*
- **encryption_key**: *string*
- **deletion_policy**: *string*
<br>*enum: ['PREVENT', 'DELETE', 'ABANDON']*
- **factories_config**: *object*