We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8c421 commit 38fad06Copy full SHA for 38fad06
1 file changed
security-center/snippets/v1/listFindingsAtTime.js
@@ -15,7 +15,7 @@
15
16
/** Demonstrates listing findings at a point in time. */
17
function main(sourceName = 'FULL RESOURCE PATH TO PARENT SOURCE') {
18
- // [START securitycenter_list_findings_at_time]
+ // [START securitycenter_list_findings_within_time_range]
19
// Imports the Google Cloud client library.
20
const {SecurityCenterClient} = require('@google-cloud/security-center');
21
@@ -48,7 +48,7 @@ function main(sourceName = 'FULL RESOURCE PATH TO PARENT SOURCE') {
48
);
49
}
50
listFindingsAtTime();
51
- // [END securitycenter_list_findings_at_time]
+ // [END securitycenter_list_findings_within_time_range]
52
53
54
main(...process.argv.slice(2));
0 commit comments