Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion google/cloud/securitycenter_v1/types/finding.py
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
3 changes: 1 addition & 2 deletions google/cloud/securitycenter_v1/types/resource.py
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