Skip to content

Commit

Permalink
docs: Update documentation for the Finding resource field "project_di…
Browse files Browse the repository at this point in the history
…splay_name" (#282)

- [ ] Regenerate this pull request now.

docs: Update documentation for the Mute fields on Findings

PiperOrigin-RevId: 429148908

Source-Link: googleapis/googleapis@c93764c

Source-Link: googleapis/googleapis-gen@8810468
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODgxMDQ2ODhmZmYzN2M2N2ZmNzJhZGRiNzNmM2ZlNjFkMTlkYzg1YSJ9
  • Loading branch information
gcf-owl-bot[bot] authored Feb 18, 2022
1 parent 7c2f4b6 commit b25abec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ class Finding(proto.Message):
mute (google.cloud.securitycenter_v1.types.Finding.Mute):
Indicates the mute state of a finding (either
unspecified, muted, unmuted or undefined).
Unlike other attributes of a finding, a finding
provider shouldn't set the value of mute.
finding_class (google.cloud.securitycenter_v1.types.Finding.FindingClass):
The class of the finding.
indicator (google.cloud.securitycenter_v1.types.Indicator):
Expand Down Expand Up @@ -134,7 +136,9 @@ class Finding(proto.Message):
mute_initiator (str):
First known as mute_annotation. Records additional
information about the mute operation e.g. mute config that
muted the finding, user who muted the finding, etc.
muted the finding, user who muted the finding, etc. Unlike
other attributes of a finding, a finding provider shouldn't
set the value of mute.
"""

class State(proto.Enum):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ class Resource(proto.Message):
The full resource name of project that the
resource belongs to.
project_display_name (str):
The human readable name of project that the
resource belongs to.
The project id that the resource belongs to.
parent (str):
The full resource name of resource's parent.
parent_display_name (str):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1333,8 +1333,7 @@ class Resource(proto.Message):
The full resource name of project that the
resource belongs to.
project_display_name (str):
The human readable name of project that the
resource belongs to.
The project id that the resource belongs to.
parent_name (str):
The full resource name of resource's parent.
parent_display_name (str):
Expand Down

0 comments on commit b25abec

Please sign in to comment.