Skip to content

Commit 5632eea

Browse files
feat(workloadmanager): update the api
#### workloadmanager:v1 The following keys were added: - schemas.Rule.properties.tags (Total Keys: 2) - schemas.ScannedResource.properties.type.type (Total Keys: 1)
1 parent 5b097e7 commit 5632eea

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

docs/dyn/workloadmanager_v1.projects.locations.evaluations.executions.scannedResources.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ <h3>Method Details</h3>
113113
&quot;scannedResources&quot;: [ # All scanned resources in response
114114
{ # Message of scanned resource
115115
&quot;resource&quot;: &quot;A String&quot;, # resource name
116+
&quot;type&quot;: &quot;A String&quot;, # resource type
116117
},
117118
],
118119
}</pre>

docs/dyn/workloadmanager_v1.projects.locations.rules.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ <h3>Method Details</h3>
120120
&quot;revisionId&quot;: &quot;A String&quot;, # Output only. the version of the rule
121121
&quot;secondaryCategory&quot;: &quot;A String&quot;, # the secondary category
122122
&quot;severity&quot;: &quot;A String&quot;, # the severity of the rule
123+
&quot;tags&quot;: [ # List of user-defined tags
124+
&quot;A String&quot;,
125+
],
123126
&quot;uri&quot;: &quot;A String&quot;, # the docuement url for the rule
124127
},
125128
],

googleapiclient/discovery_cache/documents/workloadmanager.v1.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@
707707
}
708708
}
709709
},
710-
"revision": "20240103",
710+
"revision": "20240117",
711711
"rootUrl": "https://workloadmanager.googleapis.com/",
712712
"schemas": {
713713
"BigQueryDestination": {
@@ -1329,6 +1329,13 @@
13291329
"description": "the severity of the rule",
13301330
"type": "string"
13311331
},
1332+
"tags": {
1333+
"description": "List of user-defined tags",
1334+
"items": {
1335+
"type": "string"
1336+
},
1337+
"type": "array"
1338+
},
13321339
"uri": {
13331340
"description": "the docuement url for the rule",
13341341
"type": "string"
@@ -1696,6 +1703,10 @@
16961703
"resource": {
16971704
"description": "resource name",
16981705
"type": "string"
1706+
},
1707+
"type": {
1708+
"description": "resource type",
1709+
"type": "string"
16991710
}
17001711
},
17011712
"type": "object"

0 commit comments

Comments
 (0)