Skip to content

Commit

Permalink
feat(advisorynotifications): update the api
Browse files Browse the repository at this point in the history
#### advisorynotifications:v1

The following keys were added:
- schemas.GoogleCloudAdvisorynotificationsV1Notification.properties.notificationType.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Apr 4, 2023
1 parent 39d7683 commit b77537f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Expand Up @@ -140,6 +140,7 @@ <h3>Method Details</h3>
},
],
&quot;name&quot;: &quot;A String&quot;, # The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification}.
&quot;notificationType&quot;: &quot;A String&quot;, # Type of notification
&quot;subject&quot;: { # A subject line of a notification. # The subject line of the notification.
&quot;text&quot;: { # A text object containing the English text and its localized copies. # The text content.
&quot;enText&quot;: &quot;A String&quot;, # The English copy.
Expand Down Expand Up @@ -208,6 +209,7 @@ <h3>Method Details</h3>
},
],
&quot;name&quot;: &quot;A String&quot;, # The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification}.
&quot;notificationType&quot;: &quot;A String&quot;, # Type of notification
&quot;subject&quot;: { # A subject line of a notification. # The subject line of the notification.
&quot;text&quot;: { # A text object containing the English text and its localized copies. # The text content.
&quot;enText&quot;: &quot;A String&quot;, # The English copy.
Expand Down
Expand Up @@ -204,7 +204,7 @@
}
}
},
"revision": "20230319",
"revision": "20230402",
"rootUrl": "https://advisorynotifications.googleapis.com/",
"schemas": {
"GoogleCloudAdvisorynotificationsV1Attachment": {
Expand Down Expand Up @@ -340,6 +340,20 @@
"description": "The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification}.",
"type": "string"
},
"notificationType": {
"description": "Type of notification",
"enum": [
"NOTIFICATION_TYPE_UNSPECIFIED",
"NOTIFICATION_TYPE_SECURITY_PRIVACY_ADVISORY",
"NOTIFICATION_TYPE_SENSITIVE_ACTIONS"
],
"enumDescriptions": [
"Default type",
"Security and privacy advisory notifications",
"Sensitive action notifications"
],
"type": "string"
},
"subject": {
"$ref": "GoogleCloudAdvisorynotificationsV1Subject",
"description": "The subject line of the notification."
Expand Down

0 comments on commit b77537f

Please sign in to comment.