Skip to content

Commit b77537f

Browse files
feat(advisorynotifications): update the api
#### advisorynotifications:v1 The following keys were added: - schemas.GoogleCloudAdvisorynotificationsV1Notification.properties.notificationType.type (Total Keys: 1)
1 parent 39d7683 commit b77537f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/dyn/advisorynotifications_v1.organizations.locations.notifications.html

+2
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ <h3>Method Details</h3>
140140
},
141141
],
142142
&quot;name&quot;: &quot;A String&quot;, # The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification}.
143+
&quot;notificationType&quot;: &quot;A String&quot;, # Type of notification
143144
&quot;subject&quot;: { # A subject line of a notification. # The subject line of the notification.
144145
&quot;text&quot;: { # A text object containing the English text and its localized copies. # The text content.
145146
&quot;enText&quot;: &quot;A String&quot;, # The English copy.
@@ -208,6 +209,7 @@ <h3>Method Details</h3>
208209
},
209210
],
210211
&quot;name&quot;: &quot;A String&quot;, # The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification}.
212+
&quot;notificationType&quot;: &quot;A String&quot;, # Type of notification
211213
&quot;subject&quot;: { # A subject line of a notification. # The subject line of the notification.
212214
&quot;text&quot;: { # A text object containing the English text and its localized copies. # The text content.
213215
&quot;enText&quot;: &quot;A String&quot;, # The English copy.

googleapiclient/discovery_cache/documents/advisorynotifications.v1.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
}
205205
}
206206
},
207-
"revision": "20230319",
207+
"revision": "20230402",
208208
"rootUrl": "https://advisorynotifications.googleapis.com/",
209209
"schemas": {
210210
"GoogleCloudAdvisorynotificationsV1Attachment": {
@@ -340,6 +340,20 @@
340340
"description": "The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification}.",
341341
"type": "string"
342342
},
343+
"notificationType": {
344+
"description": "Type of notification",
345+
"enum": [
346+
"NOTIFICATION_TYPE_UNSPECIFIED",
347+
"NOTIFICATION_TYPE_SECURITY_PRIVACY_ADVISORY",
348+
"NOTIFICATION_TYPE_SENSITIVE_ACTIONS"
349+
],
350+
"enumDescriptions": [
351+
"Default type",
352+
"Security and privacy advisory notifications",
353+
"Sensitive action notifications"
354+
],
355+
"type": "string"
356+
},
343357
"subject": {
344358
"$ref": "GoogleCloudAdvisorynotificationsV1Subject",
345359
"description": "The subject line of the notification."

0 commit comments

Comments
 (0)