lib/google/apis/securitycenter_v1beta2/classes.rb in google-apis-securitycenter_v1beta2-0.16.0 vs lib/google/apis/securitycenter_v1beta2/classes.rb in google-apis-securitycenter_v1beta2-0.17.0
- old
+ new
@@ -685,14 +685,14 @@
# Identifier that's used to track the given finding in the external system.
# Corresponds to the JSON property `externalUid`
# @return [String]
attr_accessor :external_uid
- # External System Name e.g. jira, demisto, etc. e.g.: organizations/1234/sources/
- # 5678/findings/123456/externalSystems/jira folders/1234/sources/5678/findings/
- # 123456/externalSystems/jira projects/1234/sources/5678/findings/123456/
- # externalSystems/jira
+ # External System Name e.g. jira, demisto, etc. e.g.: `organizations/1234/
+ # sources/5678/findings/123456/externalSystems/jira` `folders/1234/sources/5678/
+ # findings/123456/externalSystems/jira` `projects/1234/sources/5678/findings/
+ # 123456/externalSystems/jira`
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name
# Most recent status of the corresponding finding's ticket/tracker in the
@@ -1286,12 +1286,12 @@
attr_accessor :primary_tactic
# The MITRE ATT&CK technique most closely represented by this finding, if any.
# primary_techniques is a repeated field because there are multiple levels of
# MITRE ATT&CK techniques. If the technique most closely represented by this
- # finding is a sub-technique (e.g. SCANNING_IP_BLOCKS), both the sub-technique
- # and its parent technique(s) will be listed (e.g. SCANNING_IP_BLOCKS,
- # ACTIVE_SCANNING).
+ # finding is a sub-technique (e.g. `SCANNING_IP_BLOCKS`), both the sub-technique
+ # and its parent technique(s) will be listed (e.g. `SCANNING_IP_BLOCKS`, `
+ # ACTIVE_SCANNING`).
# Corresponds to the JSON property `primaryTechniques`
# @return [Array<String>]
attr_accessor :primary_techniques
# The MITRE ATT&CK version referenced by the above fields. E.g. "8".