You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/securitycenter_v1.folders.securityHealthAnalyticsSettings.customModules.html
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -757,10 +757,21 @@ <h3>Method Details</h3>
757
757
"assignees": [ # References primary/secondary etc assignees in the external system.
758
758
"A String",
759
759
],
760
+
"casePriority": "A String", # The priority of the finding's corresponding case in the external system.
761
+
"caseSla": "A String", # The SLA of the finding's corresponding case in the external system.
762
+
"caseUri": "A String", # The link to the finding's corresponding case in the external system.
760
763
"externalSystemUpdateTime": "A String", # The time when the case was last updated, as reported by the external system.
761
764
"externalUid": "A String", # The identifier that's used to track the finding's corresponding case in the external system.
762
765
"name": "A String", # Full resource name of the external system, for example: "organizations/1234/sources/5678/findings/123456/externalSystems/jira", "folders/1234/sources/5678/findings/123456/externalSystems/jira", "projects/1234/sources/5678/findings/123456/externalSystems/jira"
763
766
"status": "A String", # The most recent status of the finding's corresponding case, as reported by the external system.
767
+
"ticketInfo": { # Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding. # Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.
768
+
"assignee": "A String", # The assignee of the ticket in the ticket system.
769
+
"description": "A String", # The description of the ticket in the ticket system.
770
+
"id": "A String", # The identifier of the ticket in the ticket system.
771
+
"status": "A String", # The latest status of the ticket, as reported by the ticket system.
772
+
"updateTime": "A String", # The time when the ticket was last updated, as reported by the ticket system.
773
+
"uri": "A String", # The link to the ticket in the ticket system.
774
+
},
764
775
},
765
776
},
766
777
"externalUri": "A String", # The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL.
Copy file name to clipboardExpand all lines: docs/dyn/securitycenter_v1.folders.sources.findings.externalSystems.html
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -99,10 +99,21 @@ <h3>Method Details</h3>
99
99
"assignees": [ # References primary/secondary etc assignees in the external system.
100
100
"A String",
101
101
],
102
+
"casePriority": "A String", # The priority of the finding's corresponding case in the external system.
103
+
"caseSla": "A String", # The SLA of the finding's corresponding case in the external system.
104
+
"caseUri": "A String", # The link to the finding's corresponding case in the external system.
102
105
"externalSystemUpdateTime": "A String", # The time when the case was last updated, as reported by the external system.
103
106
"externalUid": "A String", # The identifier that's used to track the finding's corresponding case in the external system.
104
107
"name": "A String", # Full resource name of the external system, for example: "organizations/1234/sources/5678/findings/123456/externalSystems/jira", "folders/1234/sources/5678/findings/123456/externalSystems/jira", "projects/1234/sources/5678/findings/123456/externalSystems/jira"
105
108
"status": "A String", # The most recent status of the finding's corresponding case, as reported by the external system.
109
+
"ticketInfo": { # Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding. # Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.
110
+
"assignee": "A String", # The assignee of the ticket in the ticket system.
111
+
"description": "A String", # The description of the ticket in the ticket system.
112
+
"id": "A String", # The identifier of the ticket in the ticket system.
113
+
"status": "A String", # The latest status of the ticket, as reported by the ticket system.
114
+
"updateTime": "A String", # The time when the ticket was last updated, as reported by the ticket system.
115
+
"uri": "A String", # The link to the ticket in the ticket system.
116
+
},
106
117
}
107
118
108
119
updateMask: string, The FieldMask to use when updating the external system resource. If empty all mutable fields will be updated.
@@ -118,10 +129,21 @@ <h3>Method Details</h3>
118
129
"assignees": [ # References primary/secondary etc assignees in the external system.
119
130
"A String",
120
131
],
132
+
"casePriority": "A String", # The priority of the finding's corresponding case in the external system.
133
+
"caseSla": "A String", # The SLA of the finding's corresponding case in the external system.
134
+
"caseUri": "A String", # The link to the finding's corresponding case in the external system.
121
135
"externalSystemUpdateTime": "A String", # The time when the case was last updated, as reported by the external system.
122
136
"externalUid": "A String", # The identifier that's used to track the finding's corresponding case in the external system.
123
137
"name": "A String", # Full resource name of the external system, for example: "organizations/1234/sources/5678/findings/123456/externalSystems/jira", "folders/1234/sources/5678/findings/123456/externalSystems/jira", "projects/1234/sources/5678/findings/123456/externalSystems/jira"
124
138
"status": "A String", # The most recent status of the finding's corresponding case, as reported by the external system.
139
+
"ticketInfo": { # Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding. # Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.
140
+
"assignee": "A String", # The assignee of the ticket in the ticket system.
141
+
"description": "A String", # The description of the ticket in the ticket system.
142
+
"id": "A String", # The identifier of the ticket in the ticket system.
143
+
"status": "A String", # The latest status of the ticket, as reported by the ticket system.
144
+
"updateTime": "A String", # The time when the ticket was last updated, as reported by the ticket system.
145
+
"uri": "A String", # The link to the ticket in the ticket system.
0 commit comments