Add support for descriptive name to projects (#3591)

* add support for descriptive name to projects

* boilerplate

* fmt
This commit is contained in:
Ludovico Magnocavallo
2025-12-12 09:06:47 +01:00
committed by GitHub
parent dcb781c97e
commit ab0f55216a
19 changed files with 52 additions and 9 deletions

View File

@@ -27,6 +27,7 @@
- items: *string*
- ⁺**workload_identity**: *object*
<br>*additional properties: false*
- ⁺**pool**: *string*
- ⁺**provider**: *string*
- ⁺**iam_principalsets**: *object*

View File

@@ -151,6 +151,8 @@
<br>*additional properties: string*
- **vpc_sc_perimeters**: *object*
<br>*additional properties: string*
- **workload_identity_pools**: *object*
<br>*additional properties: string*
- **workload_identity_providers**: *object*
<br>*additional properties: string*
- **output_files**: *object*

View File

@@ -353,6 +353,9 @@
"name": {
"type": "string"
},
"descriptive_name": {
"type": "string"
},
"org_policies": {
"type": "object",
"additionalProperties": false,

View File

@@ -111,6 +111,7 @@
- **metric_scopes**: *array*
- items: *string*
- **name**: *string*
- **descriptive_name**: *string*
- **org_policies**: *object*
<br>*additional properties: false*
- **`^[a-z]+\.`**: *object*

View File

@@ -353,6 +353,9 @@
"name": {
"type": "string"
},
"descriptive_name": {
"type": "string"
},
"org_policies": {
"type": "object",
"additionalProperties": false,

View File

@@ -111,6 +111,7 @@
- **metric_scopes**: *array*
- items: *string*
- **name**: *string*
- **descriptive_name**: *string*
- **org_policies**: *object*
<br>*additional properties: false*
- **`^[a-z]+\.`**: *object*

View File

@@ -353,6 +353,9 @@
"name": {
"type": "string"
},
"descriptive_name": {
"type": "string"
},
"org_policies": {
"type": "object",
"additionalProperties": false,

View File

@@ -111,6 +111,7 @@
- **metric_scopes**: *array*
- items: *string*
- **name**: *string*
- **descriptive_name**: *string*
- **org_policies**: *object*
<br>*additional properties: false*
- **`^[a-z]+\.`**: *object*

View File

@@ -353,6 +353,9 @@
"name": {
"type": "string"
},
"descriptive_name": {
"type": "string"
},
"org_policies": {
"type": "object",
"additionalProperties": false,

View File

@@ -111,6 +111,7 @@
- **metric_scopes**: *array*
- items: *string*
- **name**: *string*
- **descriptive_name**: *string*
- **org_policies**: *object*
<br>*additional properties: false*
- **`^[a-z]+\.`**: *object*