Skip to content

Commit

Permalink
docs: Clarify documentation for ListDescendantSecurityHealthAnalytics…
Browse files Browse the repository at this point in the history
…CustomModules RPC and CostumConfig message

PiperOrigin-RevId: 610862119
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 27, 2024
1 parent e302b2d commit 39b7147
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ service SecurityCenterManagement {
}

// Returns a list of all resident SecurityHealthAnalyticsCustomModules under
// the given CRM parent and all of the parents CRM descendants.
// the given CRM parent and all of the parent's CRM descendants.
rpc ListDescendantSecurityHealthAnalyticsCustomModules(
ListDescendantSecurityHealthAnalyticsCustomModulesRequest)
returns (ListDescendantSecurityHealthAnalyticsCustomModulesResponse) {
Expand Down Expand Up @@ -635,9 +635,10 @@ message CustomConfig {
// Optional. Custom output properties.
CustomOutputSpec custom_output = 2 [(google.api.field_behavior) = OPTIONAL];

// Optional. The CAI resource types that the custom module operates on (see
// go/gcp-cai-doc/supported-asset-types). Each custom module can specify up to
// 5 resource types.
// Optional. The Cloud Asset Inventory resource types that the custom module
// operates on. For information about resource types, see [Supported asset
// types](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
// Each custom module can specify up to 5 resource types.
ResourceSelector resource_selector = 3
[(google.api.field_behavior) = OPTIONAL];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ apis:

documentation:
summary: |-
Management API for the Security Command Center, a built-in security and
risk management solution for Google Cloud. Use this API to
programmatically update the settings and configuration of Security Command
Center.
Management API for Security Command Center, a built-in security and risk
management solution for Google Cloud. Use this API to programmatically
update the settings and configuration of Security Command Center.
rules:
- selector: google.cloud.location.Locations.GetLocation
description: Gets information about a location.
Expand Down

0 comments on commit 39b7147

Please sign in to comment.