Add support for descriptive name to projects (#3591)
* add support for descriptive name to projects * boilerplate * fmt
This commit is contained in:
committed by
GitHub
parent
dcb781c97e
commit
ab0f55216a
@@ -27,6 +27,7 @@
|
||||
- items: *string*
|
||||
- ⁺**workload_identity**: *object*
|
||||
<br>*additional properties: false*
|
||||
- ⁺**pool**: *string*
|
||||
- ⁺**provider**: *string*
|
||||
- ⁺**iam_principalsets**: *object*
|
||||
|
||||
|
||||
@@ -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*
|
||||
|
||||
@@ -353,6 +353,9 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"descriptive_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"org_policies": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
||||
@@ -111,6 +111,7 @@
|
||||
- **metric_scopes**: *array*
|
||||
- items: *string*
|
||||
- **name**: *string*
|
||||
- **descriptive_name**: *string*
|
||||
- **org_policies**: *object*
|
||||
<br>*additional properties: false*
|
||||
- **`^[a-z]+\.`**: *object*
|
||||
|
||||
@@ -353,6 +353,9 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"descriptive_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"org_policies": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
||||
@@ -111,6 +111,7 @@
|
||||
- **metric_scopes**: *array*
|
||||
- items: *string*
|
||||
- **name**: *string*
|
||||
- **descriptive_name**: *string*
|
||||
- **org_policies**: *object*
|
||||
<br>*additional properties: false*
|
||||
- **`^[a-z]+\.`**: *object*
|
||||
|
||||
@@ -353,6 +353,9 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"descriptive_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"org_policies": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
||||
@@ -111,6 +111,7 @@
|
||||
- **metric_scopes**: *array*
|
||||
- items: *string*
|
||||
- **name**: *string*
|
||||
- **descriptive_name**: *string*
|
||||
- **org_policies**: *object*
|
||||
<br>*additional properties: false*
|
||||
- **`^[a-z]+\.`**: *object*
|
||||
|
||||
@@ -353,6 +353,9 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"descriptive_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"org_policies": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
||||
@@ -111,6 +111,7 @@
|
||||
- **metric_scopes**: *array*
|
||||
- items: *string*
|
||||
- **name**: *string*
|
||||
- **descriptive_name**: *string*
|
||||
- **org_policies**: *object*
|
||||
<br>*additional properties: false*
|
||||
- **`^[a-z]+\.`**: *object*
|
||||
|
||||
Reference in New Issue
Block a user