securitycenter_service.proto 52 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351
  1. // Copyright 2021 Google LLC
  2. //
  3. // Licensed under the Apache License, Version 2.0 (the "License");
  4. // you may not use this file except in compliance with the License.
  5. // You may obtain a copy of the License at
  6. //
  7. // http://www.apache.org/licenses/LICENSE-2.0
  8. //
  9. // Unless required by applicable law or agreed to in writing, software
  10. // distributed under the License is distributed on an "AS IS" BASIS,
  11. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. // See the License for the specific language governing permissions and
  13. // limitations under the License.
  14. syntax = "proto3";
  15. package google.cloud.securitycenter.v1p1beta1;
  16. import public "google/cloud/securitycenter/v1p1beta1/notification_message.proto";
  17. import public "google/cloud/securitycenter/v1p1beta1/run_asset_discovery_response.proto";
  18. import "google/api/annotations.proto";
  19. import "google/api/client.proto";
  20. import "google/api/field_behavior.proto";
  21. import "google/api/resource.proto";
  22. import "google/cloud/securitycenter/v1p1beta1/asset.proto";
  23. import "google/cloud/securitycenter/v1p1beta1/finding.proto";
  24. import "google/cloud/securitycenter/v1p1beta1/folder.proto";
  25. import "google/cloud/securitycenter/v1p1beta1/notification_config.proto";
  26. import "google/cloud/securitycenter/v1p1beta1/organization_settings.proto";
  27. import "google/cloud/securitycenter/v1p1beta1/security_marks.proto";
  28. import "google/cloud/securitycenter/v1p1beta1/source.proto";
  29. import "google/iam/v1/iam_policy.proto";
  30. import "google/iam/v1/policy.proto";
  31. import "google/longrunning/operations.proto";
  32. import "google/protobuf/duration.proto";
  33. import "google/protobuf/empty.proto";
  34. import "google/protobuf/field_mask.proto";
  35. import "google/protobuf/struct.proto";
  36. import "google/protobuf/timestamp.proto";
  37. option csharp_namespace = "Google.Cloud.SecurityCenter.V1P1Beta1";
  38. option go_package = "google.golang.org/genproto/googleapis/cloud/securitycenter/v1p1beta1;securitycenter";
  39. option java_multiple_files = true;
  40. option java_package = "com.google.cloud.securitycenter.v1p1beta1";
  41. option php_namespace = "Google\\Cloud\\SecurityCenter\\V1p1beta1";
  42. option ruby_package = "Google::Cloud::SecurityCenter::V1p1beta1";
  43. // V1p1Beta1 APIs for Security Center service.
  44. service SecurityCenter {
  45. option (google.api.default_host) = "securitycenter.googleapis.com";
  46. option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform";
  47. // Creates a source.
  48. rpc CreateSource(CreateSourceRequest) returns (Source) {
  49. option (google.api.http) = {
  50. post: "/v1p1beta1/{parent=organizations/*}/sources"
  51. body: "source"
  52. };
  53. option (google.api.method_signature) = "parent,source";
  54. }
  55. // Creates a finding. The corresponding source must exist for finding
  56. // creation to succeed.
  57. rpc CreateFinding(CreateFindingRequest) returns (Finding) {
  58. option (google.api.http) = {
  59. post: "/v1p1beta1/{parent=organizations/*/sources/*}/findings"
  60. body: "finding"
  61. };
  62. option (google.api.method_signature) = "parent,finding_id,finding";
  63. option (google.api.method_signature) = "parent,finding,finding_id";
  64. }
  65. // Creates a notification config.
  66. rpc CreateNotificationConfig(CreateNotificationConfigRequest) returns (NotificationConfig) {
  67. option (google.api.http) = {
  68. post: "/v1p1beta1/{parent=organizations/*}/notificationConfigs"
  69. body: "notification_config"
  70. };
  71. option (google.api.method_signature) = "parent,config_id,notification_config";
  72. option (google.api.method_signature) = "parent,notification_config";
  73. }
  74. // Deletes a notification config.
  75. rpc DeleteNotificationConfig(DeleteNotificationConfigRequest) returns (google.protobuf.Empty) {
  76. option (google.api.http) = {
  77. delete: "/v1p1beta1/{name=organizations/*/notificationConfigs/*}"
  78. };
  79. option (google.api.method_signature) = "name";
  80. }
  81. // Gets the access control policy on the specified Source.
  82. rpc GetIamPolicy(google.iam.v1.GetIamPolicyRequest) returns (google.iam.v1.Policy) {
  83. option (google.api.http) = {
  84. post: "/v1p1beta1/{resource=organizations/*/sources/*}:getIamPolicy"
  85. body: "*"
  86. };
  87. option (google.api.method_signature) = "resource";
  88. }
  89. // Gets a notification config.
  90. rpc GetNotificationConfig(GetNotificationConfigRequest) returns (NotificationConfig) {
  91. option (google.api.http) = {
  92. get: "/v1p1beta1/{name=organizations/*/notificationConfigs/*}"
  93. };
  94. option (google.api.method_signature) = "name";
  95. }
  96. // Gets the settings for an organization.
  97. rpc GetOrganizationSettings(GetOrganizationSettingsRequest) returns (OrganizationSettings) {
  98. option (google.api.http) = {
  99. get: "/v1p1beta1/{name=organizations/*/organizationSettings}"
  100. };
  101. option (google.api.method_signature) = "name";
  102. }
  103. // Gets a source.
  104. rpc GetSource(GetSourceRequest) returns (Source) {
  105. option (google.api.http) = {
  106. get: "/v1p1beta1/{name=organizations/*/sources/*}"
  107. };
  108. option (google.api.method_signature) = "name";
  109. }
  110. // Filters an organization's assets and groups them by their specified
  111. // properties.
  112. rpc GroupAssets(GroupAssetsRequest) returns (GroupAssetsResponse) {
  113. option (google.api.http) = {
  114. post: "/v1p1beta1/{parent=organizations/*}/assets:group"
  115. body: "*"
  116. additional_bindings {
  117. post: "/v1p1beta1/{parent=folders/*}/assets:group"
  118. body: "*"
  119. }
  120. additional_bindings {
  121. post: "/v1p1beta1/{parent=projects/*}/assets:group"
  122. body: "*"
  123. }
  124. };
  125. }
  126. // Filters an organization or source's findings and groups them by their
  127. // specified properties.
  128. //
  129. // To group across all sources provide a `-` as the source id.
  130. // Example: /v1/organizations/{organization_id}/sources/-/findings,
  131. // /v1/folders/{folder_id}/sources/-/findings,
  132. // /v1/projects/{project_id}/sources/-/findings
  133. rpc GroupFindings(GroupFindingsRequest) returns (GroupFindingsResponse) {
  134. option (google.api.http) = {
  135. post: "/v1p1beta1/{parent=organizations/*/sources/*}/findings:group"
  136. body: "*"
  137. additional_bindings {
  138. post: "/v1p1beta1/{parent=folders/*/sources/*}/findings:group"
  139. body: "*"
  140. }
  141. additional_bindings {
  142. post: "/v1p1beta1/{parent=projects/*/sources/*}/findings:group"
  143. body: "*"
  144. }
  145. };
  146. option (google.api.method_signature) = "parent,group_by";
  147. }
  148. // Lists an organization's assets.
  149. rpc ListAssets(ListAssetsRequest) returns (ListAssetsResponse) {
  150. option (google.api.http) = {
  151. get: "/v1p1beta1/{parent=organizations/*}/assets"
  152. additional_bindings {
  153. get: "/v1p1beta1/{parent=folders/*}/assets"
  154. }
  155. additional_bindings {
  156. get: "/v1p1beta1/{parent=projects/*}/assets"
  157. }
  158. };
  159. option (google.api.method_signature) = "parent";
  160. }
  161. // Lists an organization or source's findings.
  162. //
  163. // To list across all sources provide a `-` as the source id.
  164. // Example: /v1p1beta1/organizations/{organization_id}/sources/-/findings
  165. rpc ListFindings(ListFindingsRequest) returns (ListFindingsResponse) {
  166. option (google.api.http) = {
  167. get: "/v1p1beta1/{parent=organizations/*/sources/*}/findings"
  168. additional_bindings {
  169. get: "/v1p1beta1/{parent=folders/*/sources/*}/findings"
  170. }
  171. additional_bindings {
  172. get: "/v1p1beta1/{parent=projects/*/sources/*}/findings"
  173. }
  174. };
  175. option (google.api.method_signature) = "parent";
  176. }
  177. // Lists notification configs.
  178. rpc ListNotificationConfigs(ListNotificationConfigsRequest) returns (ListNotificationConfigsResponse) {
  179. option (google.api.http) = {
  180. get: "/v1p1beta1/{parent=organizations/*}/notificationConfigs"
  181. };
  182. option (google.api.method_signature) = "parent";
  183. }
  184. // Lists all sources belonging to an organization.
  185. rpc ListSources(ListSourcesRequest) returns (ListSourcesResponse) {
  186. option (google.api.http) = {
  187. get: "/v1p1beta1/{parent=organizations/*}/sources"
  188. additional_bindings {
  189. get: "/v1p1beta1/{parent=folders/*}/sources"
  190. }
  191. additional_bindings {
  192. get: "/v1p1beta1/{parent=projects/*}/sources"
  193. }
  194. };
  195. option (google.api.method_signature) = "parent";
  196. }
  197. // Runs asset discovery. The discovery is tracked with a long-running
  198. // operation.
  199. //
  200. // This API can only be called with limited frequency for an organization. If
  201. // it is called too frequently the caller will receive a TOO_MANY_REQUESTS
  202. // error.
  203. rpc RunAssetDiscovery(RunAssetDiscoveryRequest) returns (google.longrunning.Operation) {
  204. option (google.api.http) = {
  205. post: "/v1p1beta1/{parent=organizations/*}/assets:runDiscovery"
  206. body: "*"
  207. };
  208. option (google.api.method_signature) = "parent";
  209. option (google.longrunning.operation_info) = {
  210. response_type: "google.cloud.securitycenter.v1p1beta1.RunAssetDiscoveryResponse"
  211. metadata_type: "google.protobuf.Empty"
  212. };
  213. }
  214. // Updates the state of a finding.
  215. rpc SetFindingState(SetFindingStateRequest) returns (Finding) {
  216. option (google.api.http) = {
  217. post: "/v1p1beta1/{name=organizations/*/sources/*/findings/*}:setState"
  218. body: "*"
  219. additional_bindings {
  220. post: "/v1p1beta1/{name=folders/*/sources/*/findings/*}:setState"
  221. body: "*"
  222. }
  223. additional_bindings {
  224. post: "/v1p1beta1/{name=projects/*/sources/*/findings/*}:setState"
  225. body: "*"
  226. }
  227. };
  228. option (google.api.method_signature) = "name,state,start_time";
  229. }
  230. // Sets the access control policy on the specified Source.
  231. rpc SetIamPolicy(google.iam.v1.SetIamPolicyRequest) returns (google.iam.v1.Policy) {
  232. option (google.api.http) = {
  233. post: "/v1p1beta1/{resource=organizations/*/sources/*}:setIamPolicy"
  234. body: "*"
  235. };
  236. option (google.api.method_signature) = "resource,policy";
  237. }
  238. // Returns the permissions that a caller has on the specified source.
  239. rpc TestIamPermissions(google.iam.v1.TestIamPermissionsRequest) returns (google.iam.v1.TestIamPermissionsResponse) {
  240. option (google.api.http) = {
  241. post: "/v1p1beta1/{resource=organizations/*/sources/*}:testIamPermissions"
  242. body: "*"
  243. };
  244. option (google.api.method_signature) = "resource,permissions";
  245. }
  246. // Creates or updates a finding. The corresponding source must exist for a
  247. // finding creation to succeed.
  248. rpc UpdateFinding(UpdateFindingRequest) returns (Finding) {
  249. option (google.api.http) = {
  250. patch: "/v1p1beta1/{finding.name=organizations/*/sources/*/findings/*}"
  251. body: "finding"
  252. additional_bindings {
  253. patch: "/v1p1beta1/{finding.name=folders/*/sources/*/findings/*}"
  254. body: "finding"
  255. }
  256. additional_bindings {
  257. patch: "/v1p1beta1/{finding.name=projects/*/sources/*/findings/*}"
  258. body: "finding"
  259. }
  260. };
  261. option (google.api.method_signature) = "finding";
  262. option (google.api.method_signature) = "finding,update_mask";
  263. }
  264. // Updates a notification config. The following update
  265. // fields are allowed: description, pubsub_topic, streaming_config.filter
  266. rpc UpdateNotificationConfig(UpdateNotificationConfigRequest) returns (NotificationConfig) {
  267. option (google.api.http) = {
  268. patch: "/v1p1beta1/{notification_config.name=organizations/*/notificationConfigs/*}"
  269. body: "notification_config"
  270. };
  271. option (google.api.method_signature) = "notification_config";
  272. option (google.api.method_signature) = "notification_config,update_mask";
  273. }
  274. // Updates an organization's settings.
  275. rpc UpdateOrganizationSettings(UpdateOrganizationSettingsRequest) returns (OrganizationSettings) {
  276. option (google.api.http) = {
  277. patch: "/v1p1beta1/{organization_settings.name=organizations/*/organizationSettings}"
  278. body: "organization_settings"
  279. };
  280. option (google.api.method_signature) = "organization_settings";
  281. }
  282. // Updates a source.
  283. rpc UpdateSource(UpdateSourceRequest) returns (Source) {
  284. option (google.api.http) = {
  285. patch: "/v1p1beta1/{source.name=organizations/*/sources/*}"
  286. body: "source"
  287. };
  288. option (google.api.method_signature) = "source";
  289. option (google.api.method_signature) = "source,update_mask";
  290. }
  291. // Updates security marks.
  292. rpc UpdateSecurityMarks(UpdateSecurityMarksRequest) returns (SecurityMarks) {
  293. option (google.api.http) = {
  294. patch: "/v1p1beta1/{security_marks.name=organizations/*/assets/*/securityMarks}"
  295. body: "security_marks"
  296. additional_bindings {
  297. patch: "/v1p1beta1/{security_marks.name=folders/*/assets/*/securityMarks}"
  298. body: "security_marks"
  299. }
  300. additional_bindings {
  301. patch: "/v1p1beta1/{security_marks.name=projects/*/assets/*/securityMarks}"
  302. body: "security_marks"
  303. }
  304. additional_bindings {
  305. patch: "/v1p1beta1/{security_marks.name=organizations/*/sources/*/findings/*/securityMarks}"
  306. body: "security_marks"
  307. }
  308. additional_bindings {
  309. patch: "/v1p1beta1/{security_marks.name=folders/*/sources/*/findings/*/securityMarks}"
  310. body: "security_marks"
  311. }
  312. additional_bindings {
  313. patch: "/v1p1beta1/{security_marks.name=projects/*/sources/*/findings/*/securityMarks}"
  314. body: "security_marks"
  315. }
  316. };
  317. option (google.api.method_signature) = "security_marks";
  318. option (google.api.method_signature) = "security_marks,update_mask";
  319. }
  320. }
  321. // Request message for creating a finding.
  322. message CreateFindingRequest {
  323. // Required. Resource name of the new finding's parent. Its format should be
  324. // "organizations/[organization_id]/sources/[source_id]".
  325. string parent = 1 [
  326. (google.api.field_behavior) = REQUIRED,
  327. (google.api.resource_reference) = {
  328. type: "securitycenter.googleapis.com/Source"
  329. }
  330. ];
  331. // Required. Unique identifier provided by the client within the parent scope.
  332. string finding_id = 2 [(google.api.field_behavior) = REQUIRED];
  333. // Required. The Finding being created. The name and security_marks will be ignored as
  334. // they are both output only fields on this resource.
  335. Finding finding = 3 [(google.api.field_behavior) = REQUIRED];
  336. }
  337. // Request message for creating a notification config.
  338. message CreateNotificationConfigRequest {
  339. // Required. Resource name of the new notification config's parent. Its format is
  340. // "organizations/[organization_id]".
  341. string parent = 1 [
  342. (google.api.field_behavior) = REQUIRED,
  343. (google.api.resource_reference) = {
  344. type: "cloudresourcemanager.googleapis.com/Organization"
  345. }
  346. ];
  347. // Required. Unique identifier provided by the client within the parent scope.
  348. // It must be between 1 and 128 characters, and contains alphanumeric
  349. // characters, underscores or hyphens only.
  350. string config_id = 2 [(google.api.field_behavior) = REQUIRED];
  351. // Required. The notification config being created. The name and the service account
  352. // will be ignored as they are both output only fields on this resource.
  353. NotificationConfig notification_config = 3 [(google.api.field_behavior) = REQUIRED];
  354. }
  355. // Request message for creating a source.
  356. message CreateSourceRequest {
  357. // Required. Resource name of the new source's parent. Its format should be
  358. // "organizations/[organization_id]".
  359. string parent = 1 [
  360. (google.api.field_behavior) = REQUIRED,
  361. (google.api.resource_reference) = {
  362. type: "cloudresourcemanager.googleapis.com/Organization"
  363. }
  364. ];
  365. // Required. The Source being created, only the display_name and description will be
  366. // used. All other fields will be ignored.
  367. Source source = 2 [(google.api.field_behavior) = REQUIRED];
  368. }
  369. // Request message for deleting a notification config.
  370. message DeleteNotificationConfigRequest {
  371. // Required. Name of the notification config to delete. Its format is
  372. // "organizations/[organization_id]/notificationConfigs/[config_id]".
  373. string name = 1 [
  374. (google.api.field_behavior) = REQUIRED,
  375. (google.api.resource_reference) = {
  376. type: "securitycenter.googleapis.com/NotificationConfig"
  377. }
  378. ];
  379. }
  380. // Request message for getting a notification config.
  381. message GetNotificationConfigRequest {
  382. // Required. Name of the notification config to get. Its format is
  383. // "organizations/[organization_id]/notificationConfigs/[config_id]".
  384. string name = 1 [
  385. (google.api.field_behavior) = REQUIRED,
  386. (google.api.resource_reference) = {
  387. type: "securitycenter.googleapis.com/NotificationConfig"
  388. }
  389. ];
  390. }
  391. // Request message for getting organization settings.
  392. message GetOrganizationSettingsRequest {
  393. // Required. Name of the organization to get organization settings for. Its format is
  394. // "organizations/[organization_id]/organizationSettings".
  395. string name = 1 [
  396. (google.api.field_behavior) = REQUIRED,
  397. (google.api.resource_reference) = {
  398. type: "securitycenter.googleapis.com/OrganizationSettings"
  399. }
  400. ];
  401. }
  402. // Request message for getting a source.
  403. message GetSourceRequest {
  404. // Required. Relative resource name of the source. Its format is
  405. // "organizations/[organization_id]/source/[source_id]".
  406. string name = 1 [
  407. (google.api.field_behavior) = REQUIRED,
  408. (google.api.resource_reference) = {
  409. type: "securitycenter.googleapis.com/Source"
  410. }
  411. ];
  412. }
  413. // Request message for grouping by assets.
  414. message GroupAssetsRequest {
  415. // Required. Name of the organization to groupBy. Its format is
  416. // "organizations/[organization_id], folders/[folder_id], or
  417. // projects/[project_id]".
  418. string parent = 1 [
  419. (google.api.field_behavior) = REQUIRED,
  420. (google.api.resource_reference) = {
  421. child_type: "securitycenter.googleapis.com/Asset"
  422. }
  423. ];
  424. // Expression that defines the filter to apply across assets.
  425. // The expression is a list of zero or more restrictions combined via logical
  426. // operators `AND` and `OR`.
  427. // Parentheses are supported, and `OR` has higher precedence than `AND`.
  428. //
  429. // Restrictions have the form `<field> <operator> <value>` and may have a `-`
  430. // character in front of them to indicate negation. The fields map to those
  431. // defined in the Asset resource. Examples include:
  432. //
  433. // * name
  434. // * security_center_properties.resource_name
  435. // * resource_properties.a_property
  436. // * security_marks.marks.marka
  437. //
  438. // The supported operators are:
  439. //
  440. // * `=` for all value types.
  441. // * `>`, `<`, `>=`, `<=` for integer values.
  442. // * `:`, meaning substring matching, for strings.
  443. //
  444. // The supported value types are:
  445. //
  446. // * string literals in quotes.
  447. // * integer literals without quotes.
  448. // * boolean literals `true` and `false` without quotes.
  449. //
  450. // The following field and operator combinations are supported:
  451. //
  452. // * name: `=`
  453. // * update_time: `=`, `>`, `<`, `>=`, `<=`
  454. //
  455. // Usage: This should be milliseconds since epoch or an RFC3339 string.
  456. // Examples:
  457. // `update_time = "2019-06-10T16:07:18-07:00"`
  458. // `update_time = 1560208038000`
  459. //
  460. // * create_time: `=`, `>`, `<`, `>=`, `<=`
  461. //
  462. // Usage: This should be milliseconds since epoch or an RFC3339 string.
  463. // Examples:
  464. // `create_time = "2019-06-10T16:07:18-07:00"`
  465. // `create_time = 1560208038000`
  466. //
  467. // * iam_policy.policy_blob: `=`, `:`
  468. // * resource_properties: `=`, `:`, `>`, `<`, `>=`, `<=`
  469. // * security_marks.marks: `=`, `:`
  470. // * security_center_properties.resource_name: `=`, `:`
  471. // * security_center_properties.resource_name_display_name: `=`, `:`
  472. // * security_center_properties.resource_type: `=`, `:`
  473. // * security_center_properties.resource_parent: `=`, `:`
  474. // * security_center_properties.resource_parent_display_name: `=`, `:`
  475. // * security_center_properties.resource_project: `=`, `:`
  476. // * security_center_properties.resource_project_display_name: `=`, `:`
  477. // * security_center_properties.resource_owners: `=`, `:`
  478. //
  479. // For example, `resource_properties.size = 100` is a valid filter string.
  480. //
  481. // Use a partial match on the empty string to filter based on a property
  482. // existing: `resource_properties.my_property : ""`
  483. //
  484. // Use a negated partial match on the empty string to filter based on a
  485. // property not existing: `-resource_properties.my_property : ""`
  486. string filter = 2;
  487. // Required. Expression that defines what assets fields to use for grouping. The string
  488. // value should follow SQL syntax: comma separated list of fields. For
  489. // example:
  490. // "security_center_properties.resource_project,security_center_properties.project".
  491. //
  492. // The following fields are supported when compare_duration is not set:
  493. //
  494. // * security_center_properties.resource_project
  495. // * security_center_properties.resource_project_display_name
  496. // * security_center_properties.resource_type
  497. // * security_center_properties.resource_parent
  498. // * security_center_properties.resource_parent_display_name
  499. //
  500. // The following fields are supported when compare_duration is set:
  501. //
  502. // * security_center_properties.resource_type
  503. // * security_center_properties.resource_project_display_name
  504. // * security_center_properties.resource_parent_display_name
  505. string group_by = 3 [(google.api.field_behavior) = REQUIRED];
  506. // When compare_duration is set, the GroupResult's "state_change" property is
  507. // updated to indicate whether the asset was added, removed, or remained
  508. // present during the compare_duration period of time that precedes the
  509. // read_time. This is the time between (read_time - compare_duration) and
  510. // read_time.
  511. //
  512. // The state change value is derived based on the presence of the asset at the
  513. // two points in time. Intermediate state changes between the two times don't
  514. // affect the result. For example, the results aren't affected if the asset is
  515. // removed and re-created again.
  516. //
  517. // Possible "state_change" values when compare_duration is specified:
  518. //
  519. // * "ADDED": indicates that the asset was not present at the start of
  520. // compare_duration, but present at reference_time.
  521. // * "REMOVED": indicates that the asset was present at the start of
  522. // compare_duration, but not present at reference_time.
  523. // * "ACTIVE": indicates that the asset was present at both the
  524. // start and the end of the time period defined by
  525. // compare_duration and reference_time.
  526. //
  527. // If compare_duration is not specified, then the only possible state_change
  528. // is "UNUSED", which will be the state_change set for all assets present at
  529. // read_time.
  530. //
  531. // If this field is set then `state_change` must be a specified field in
  532. // `group_by`.
  533. google.protobuf.Duration compare_duration = 4;
  534. // Time used as a reference point when filtering assets. The filter is limited
  535. // to assets existing at the supplied time and their values are those at that
  536. // specific time. Absence of this field will default to the API's version of
  537. // NOW.
  538. google.protobuf.Timestamp read_time = 5;
  539. // The value returned by the last `GroupAssetsResponse`; indicates
  540. // that this is a continuation of a prior `GroupAssets` call, and that the
  541. // system should return the next page of data.
  542. string page_token = 7;
  543. // The maximum number of results to return in a single response. Default is
  544. // 10, minimum is 1, maximum is 1000.
  545. int32 page_size = 8;
  546. }
  547. // Response message for grouping by assets.
  548. message GroupAssetsResponse {
  549. // Group results. There exists an element for each existing unique
  550. // combination of property/values. The element contains a count for the number
  551. // of times those specific property/values appear.
  552. repeated GroupResult group_by_results = 1;
  553. // Time used for executing the groupBy request.
  554. google.protobuf.Timestamp read_time = 2;
  555. // Token to retrieve the next page of results, or empty if there are no more
  556. // results.
  557. string next_page_token = 3;
  558. // The total number of results matching the query.
  559. int32 total_size = 4;
  560. }
  561. // Request message for grouping by findings.
  562. message GroupFindingsRequest {
  563. // Required. Name of the source to groupBy. Its format is
  564. // "organizations/[organization_id]/sources/[source_id]",
  565. // folders/[folder_id]/sources/[source_id], or
  566. // projects/[project_id]/sources/[source_id]. To groupBy across all sources
  567. // provide a source_id of `-`. For example:
  568. // organizations/{organization_id}/sources/-, folders/{folder_id}/sources/-,
  569. // or projects/{project_id}/sources/-
  570. string parent = 1 [
  571. (google.api.field_behavior) = REQUIRED,
  572. (google.api.resource_reference) = {
  573. type: "securitycenter.googleapis.com/Source"
  574. }
  575. ];
  576. // Expression that defines the filter to apply across findings.
  577. // The expression is a list of one or more restrictions combined via logical
  578. // operators `AND` and `OR`.
  579. // Parentheses are supported, and `OR` has higher precedence than `AND`.
  580. //
  581. // Restrictions have the form `<field> <operator> <value>` and may have a `-`
  582. // character in front of them to indicate negation. Examples include:
  583. //
  584. // * name
  585. // * source_properties.a_property
  586. // * security_marks.marks.marka
  587. //
  588. // The supported operators are:
  589. //
  590. // * `=` for all value types.
  591. // * `>`, `<`, `>=`, `<=` for integer values.
  592. // * `:`, meaning substring matching, for strings.
  593. //
  594. // The supported value types are:
  595. //
  596. // * string literals in quotes.
  597. // * integer literals without quotes.
  598. // * boolean literals `true` and `false` without quotes.
  599. //
  600. // The following field and operator combinations are supported:
  601. //
  602. // * name: `=`
  603. // * parent: `=`, `:`
  604. // * resource_name: `=`, `:`
  605. // * state: `=`, `:`
  606. // * category: `=`, `:`
  607. // * external_uri: `=`, `:`
  608. // * event_time: `=`, `>`, `<`, `>=`, `<=`
  609. // * severity: `=`, `:`
  610. //
  611. // Usage: This should be milliseconds since epoch or an RFC3339 string.
  612. // Examples:
  613. // `event_time = "2019-06-10T16:07:18-07:00"`
  614. // `event_time = 1560208038000`
  615. //
  616. // * security_marks.marks: `=`, `:`
  617. // * source_properties: `=`, `:`, `>`, `<`, `>=`, `<=`
  618. //
  619. // For example, `source_properties.size = 100` is a valid filter string.
  620. //
  621. // Use a partial match on the empty string to filter based on a property
  622. // existing: `source_properties.my_property : ""`
  623. //
  624. // Use a negated partial match on the empty string to filter based on a
  625. // property not existing: `-source_properties.my_property : ""`
  626. string filter = 2;
  627. // Required. Expression that defines what assets fields to use for grouping (including
  628. // `state_change`). The string value should follow SQL syntax: comma separated
  629. // list of fields. For example: "parent,resource_name".
  630. //
  631. // The following fields are supported:
  632. //
  633. // * resource_name
  634. // * category
  635. // * state
  636. // * parent
  637. // * severity
  638. //
  639. // The following fields are supported when compare_duration is set:
  640. //
  641. // * state_change
  642. string group_by = 3 [(google.api.field_behavior) = REQUIRED];
  643. // Time used as a reference point when filtering findings. The filter is
  644. // limited to findings existing at the supplied time and their values are
  645. // those at that specific time. Absence of this field will default to the
  646. // API's version of NOW.
  647. google.protobuf.Timestamp read_time = 4;
  648. // When compare_duration is set, the GroupResult's "state_change" attribute is
  649. // updated to indicate whether the finding had its state changed, the
  650. // finding's state remained unchanged, or if the finding was added during the
  651. // compare_duration period of time that precedes the read_time. This is the
  652. // time between (read_time - compare_duration) and read_time.
  653. //
  654. // The state_change value is derived based on the presence and state of the
  655. // finding at the two points in time. Intermediate state changes between the
  656. // two times don't affect the result. For example, the results aren't affected
  657. // if the finding is made inactive and then active again.
  658. //
  659. // Possible "state_change" values when compare_duration is specified:
  660. //
  661. // * "CHANGED": indicates that the finding was present and matched the given
  662. // filter at the start of compare_duration, but changed its
  663. // state at read_time.
  664. // * "UNCHANGED": indicates that the finding was present and matched the given
  665. // filter at the start of compare_duration and did not change
  666. // state at read_time.
  667. // * "ADDED": indicates that the finding did not match the given filter or
  668. // was not present at the start of compare_duration, but was
  669. // present at read_time.
  670. // * "REMOVED": indicates that the finding was present and matched the
  671. // filter at the start of compare_duration, but did not match
  672. // the filter at read_time.
  673. //
  674. // If compare_duration is not specified, then the only possible state_change
  675. // is "UNUSED", which will be the state_change set for all findings present
  676. // at read_time.
  677. //
  678. // If this field is set then `state_change` must be a specified field in
  679. // `group_by`.
  680. google.protobuf.Duration compare_duration = 5;
  681. // The value returned by the last `GroupFindingsResponse`; indicates
  682. // that this is a continuation of a prior `GroupFindings` call, and
  683. // that the system should return the next page of data.
  684. string page_token = 7;
  685. // The maximum number of results to return in a single response. Default is
  686. // 10, minimum is 1, maximum is 1000.
  687. int32 page_size = 8;
  688. }
  689. // Response message for group by findings.
  690. message GroupFindingsResponse {
  691. // Group results. There exists an element for each existing unique
  692. // combination of property/values. The element contains a count for the number
  693. // of times those specific property/values appear.
  694. repeated GroupResult group_by_results = 1;
  695. // Time used for executing the groupBy request.
  696. google.protobuf.Timestamp read_time = 2;
  697. // Token to retrieve the next page of results, or empty if there are no more
  698. // results.
  699. string next_page_token = 3;
  700. // The total number of results matching the query.
  701. int32 total_size = 4;
  702. }
  703. // Result containing the properties and count of a groupBy request.
  704. message GroupResult {
  705. // Properties matching the groupBy fields in the request.
  706. map<string, google.protobuf.Value> properties = 1;
  707. // Total count of resources for the given properties.
  708. int64 count = 2;
  709. }
  710. // Request message for listing notification configs.
  711. message ListNotificationConfigsRequest {
  712. // Required. Name of the organization to list notification configs.
  713. // Its format is "organizations/[organization_id]".
  714. string parent = 1 [
  715. (google.api.field_behavior) = REQUIRED,
  716. (google.api.resource_reference) = {
  717. type: "cloudresourcemanager.googleapis.com/Organization"
  718. }
  719. ];
  720. // The value returned by the last `ListNotificationConfigsResponse`; indicates
  721. // that this is a continuation of a prior `ListNotificationConfigs` call, and
  722. // that the system should return the next page of data.
  723. string page_token = 2;
  724. // The maximum number of results to return in a single response. Default is
  725. // 10, minimum is 1, maximum is 1000.
  726. int32 page_size = 3;
  727. }
  728. // Response message for listing notification configs.
  729. message ListNotificationConfigsResponse {
  730. // Notification configs belonging to the requested parent.
  731. repeated NotificationConfig notification_configs = 1;
  732. // Token to retrieve the next page of results, or empty if there are no more
  733. // results.
  734. string next_page_token = 2;
  735. }
  736. // Request message for listing sources.
  737. message ListSourcesRequest {
  738. // Required. Resource name of the parent of sources to list. Its format should be
  739. // "organizations/[organization_id], folders/[folder_id], or
  740. // projects/[project_id]".
  741. string parent = 1 [
  742. (google.api.field_behavior) = REQUIRED,
  743. (google.api.resource_reference) = {
  744. child_type: "securitycenter.googleapis.com/Source"
  745. }
  746. ];
  747. // The value returned by the last `ListSourcesResponse`; indicates
  748. // that this is a continuation of a prior `ListSources` call, and
  749. // that the system should return the next page of data.
  750. string page_token = 2;
  751. // The maximum number of results to return in a single response. Default is
  752. // 10, minimum is 1, maximum is 1000.
  753. int32 page_size = 7;
  754. }
  755. // Response message for listing sources.
  756. message ListSourcesResponse {
  757. // Sources belonging to the requested parent.
  758. repeated Source sources = 1;
  759. // Token to retrieve the next page of results, or empty if there are no more
  760. // results.
  761. string next_page_token = 2;
  762. }
  763. // Request message for listing assets.
  764. message ListAssetsRequest {
  765. // Required. Name of the organization assets should belong to. Its format is
  766. // "organizations/[organization_id], folders/[folder_id], or
  767. // projects/[project_id]".
  768. string parent = 1 [
  769. (google.api.field_behavior) = REQUIRED,
  770. (google.api.resource_reference) = {
  771. child_type: "securitycenter.googleapis.com/Asset"
  772. }
  773. ];
  774. // Expression that defines the filter to apply across assets.
  775. // The expression is a list of zero or more restrictions combined via logical
  776. // operators `AND` and `OR`.
  777. // Parentheses are supported, and `OR` has higher precedence than `AND`.
  778. //
  779. // Restrictions have the form `<field> <operator> <value>` and may have a `-`
  780. // character in front of them to indicate negation. The fields map to those
  781. // defined in the Asset resource. Examples include:
  782. //
  783. // * name
  784. // * security_center_properties.resource_name
  785. // * resource_properties.a_property
  786. // * security_marks.marks.marka
  787. //
  788. // The supported operators are:
  789. //
  790. // * `=` for all value types.
  791. // * `>`, `<`, `>=`, `<=` for integer values.
  792. // * `:`, meaning substring matching, for strings.
  793. //
  794. // The supported value types are:
  795. //
  796. // * string literals in quotes.
  797. // * integer literals without quotes.
  798. // * boolean literals `true` and `false` without quotes.
  799. //
  800. // The following are the allowed field and operator combinations:
  801. //
  802. // * name: `=`
  803. // * update_time: `=`, `>`, `<`, `>=`, `<=`
  804. //
  805. // Usage: This should be milliseconds since epoch or an RFC3339 string.
  806. // Examples:
  807. // `update_time = "2019-06-10T16:07:18-07:00"`
  808. // `update_time = 1560208038000`
  809. //
  810. // * create_time: `=`, `>`, `<`, `>=`, `<=`
  811. //
  812. // Usage: This should be milliseconds since epoch or an RFC3339 string.
  813. // Examples:
  814. // `create_time = "2019-06-10T16:07:18-07:00"`
  815. // `create_time = 1560208038000`
  816. //
  817. // * iam_policy.policy_blob: `=`, `:`
  818. // * resource_properties: `=`, `:`, `>`, `<`, `>=`, `<=`
  819. // * security_marks.marks: `=`, `:`
  820. // * security_center_properties.resource_name: `=`, `:`
  821. // * security_center_properties.resource_display_name: `=`, `:`
  822. // * security_center_properties.resource_type: `=`, `:`
  823. // * security_center_properties.resource_parent: `=`, `:`
  824. // * security_center_properties.resource_parent_display_name: `=`, `:`
  825. // * security_center_properties.resource_project: `=`, `:`
  826. // * security_center_properties.resource_project_display_name: `=`, `:`
  827. // * security_center_properties.resource_owners: `=`, `:`
  828. //
  829. // For example, `resource_properties.size = 100` is a valid filter string.
  830. //
  831. // Use a partial match on the empty string to filter based on a property
  832. // existing: `resource_properties.my_property : ""`
  833. //
  834. // Use a negated partial match on the empty string to filter based on a
  835. // property not existing: `-resource_properties.my_property : ""`
  836. string filter = 2;
  837. // Expression that defines what fields and order to use for sorting. The
  838. // string value should follow SQL syntax: comma separated list of fields. For
  839. // example: "name,resource_properties.a_property". The default sorting order
  840. // is ascending. To specify descending order for a field, a suffix " desc"
  841. // should be appended to the field name. For example: "name
  842. // desc,resource_properties.a_property". Redundant space characters in the
  843. // syntax are insignificant. "name desc,resource_properties.a_property" and "
  844. // name desc , resource_properties.a_property " are equivalent.
  845. //
  846. // The following fields are supported:
  847. // name
  848. // update_time
  849. // resource_properties
  850. // security_marks.marks
  851. // security_center_properties.resource_name
  852. // security_center_properties.resource_display_name
  853. // security_center_properties.resource_parent
  854. // security_center_properties.resource_parent_display_name
  855. // security_center_properties.resource_project
  856. // security_center_properties.resource_project_display_name
  857. // security_center_properties.resource_type
  858. string order_by = 3;
  859. // Time used as a reference point when filtering assets. The filter is limited
  860. // to assets existing at the supplied time and their values are those at that
  861. // specific time. Absence of this field will default to the API's version of
  862. // NOW.
  863. google.protobuf.Timestamp read_time = 4;
  864. // When compare_duration is set, the ListAssetsResult's "state_change"
  865. // attribute is updated to indicate whether the asset was added, removed, or
  866. // remained present during the compare_duration period of time that precedes
  867. // the read_time. This is the time between (read_time - compare_duration) and
  868. // read_time.
  869. //
  870. // The state_change value is derived based on the presence of the asset at the
  871. // two points in time. Intermediate state changes between the two times don't
  872. // affect the result. For example, the results aren't affected if the asset is
  873. // removed and re-created again.
  874. //
  875. // Possible "state_change" values when compare_duration is specified:
  876. //
  877. // * "ADDED": indicates that the asset was not present at the start of
  878. // compare_duration, but present at read_time.
  879. // * "REMOVED": indicates that the asset was present at the start of
  880. // compare_duration, but not present at read_time.
  881. // * "ACTIVE": indicates that the asset was present at both the
  882. // start and the end of the time period defined by
  883. // compare_duration and read_time.
  884. //
  885. // If compare_duration is not specified, then the only possible state_change
  886. // is "UNUSED", which will be the state_change set for all assets present at
  887. // read_time.
  888. google.protobuf.Duration compare_duration = 5;
  889. // A field mask to specify the ListAssetsResult fields to be listed in the
  890. // response.
  891. // An empty field mask will list all fields.
  892. google.protobuf.FieldMask field_mask = 7;
  893. // The value returned by the last `ListAssetsResponse`; indicates
  894. // that this is a continuation of a prior `ListAssets` call, and
  895. // that the system should return the next page of data.
  896. string page_token = 8;
  897. // The maximum number of results to return in a single response. Default is
  898. // 10, minimum is 1, maximum is 1000.
  899. int32 page_size = 9;
  900. }
  901. // Response message for listing assets.
  902. message ListAssetsResponse {
  903. // Result containing the Asset and its State.
  904. message ListAssetsResult {
  905. // The change in state of the asset.
  906. //
  907. // When querying across two points in time this describes
  908. // the change between the two points: ADDED, REMOVED, or ACTIVE.
  909. // If there was no compare_duration supplied in the request the state change
  910. // will be: UNUSED
  911. enum StateChange {
  912. // State change is unused, this is the canonical default for this enum.
  913. UNUSED = 0;
  914. // Asset was added between the points in time.
  915. ADDED = 1;
  916. // Asset was removed between the points in time.
  917. REMOVED = 2;
  918. // Asset was present at both point(s) in time.
  919. ACTIVE = 3;
  920. }
  921. // Asset matching the search request.
  922. Asset asset = 1;
  923. // State change of the asset between the points in time.
  924. StateChange state_change = 2;
  925. }
  926. // Assets matching the list request.
  927. repeated ListAssetsResult list_assets_results = 1;
  928. // Time used for executing the list request.
  929. google.protobuf.Timestamp read_time = 2;
  930. // Token to retrieve the next page of results, or empty if there are no more
  931. // results.
  932. string next_page_token = 3;
  933. // The total number of assets matching the query.
  934. int32 total_size = 4;
  935. }
  936. // Request message for listing findings.
  937. message ListFindingsRequest {
  938. // Required. Name of the source the findings belong to. Its format is
  939. // "organizations/[organization_id]/sources/[source_id],
  940. // folders/[folder_id]/sources/[source_id], or
  941. // projects/[project_id]/sources/[source_id]". To list across all sources
  942. // provide a source_id of `-`. For example:
  943. // organizations/{organization_id}/sources/-, folders/{folder_id}/sources/- or
  944. // projects/{projects_id}/sources/-
  945. string parent = 1 [
  946. (google.api.field_behavior) = REQUIRED,
  947. (google.api.resource_reference) = {
  948. type: "securitycenter.googleapis.com/Source"
  949. }
  950. ];
  951. // Expression that defines the filter to apply across findings.
  952. // The expression is a list of one or more restrictions combined via logical
  953. // operators `AND` and `OR`.
  954. // Parentheses are supported, and `OR` has higher precedence than `AND`.
  955. //
  956. // Restrictions have the form `<field> <operator> <value>` and may have a `-`
  957. // character in front of them to indicate negation. Examples include:
  958. //
  959. // * name
  960. // * source_properties.a_property
  961. // * security_marks.marks.marka
  962. //
  963. // The supported operators are:
  964. //
  965. // * `=` for all value types.
  966. // * `>`, `<`, `>=`, `<=` for integer values.
  967. // * `:`, meaning substring matching, for strings.
  968. //
  969. // The supported value types are:
  970. //
  971. // * string literals in quotes.
  972. // * integer literals without quotes.
  973. // * boolean literals `true` and `false` without quotes.
  974. //
  975. // The following field and operator combinations are supported:
  976. //
  977. // * name: `=`
  978. // * parent: `=`, `:`
  979. // * resource_name: `=`, `:`
  980. // * state: `=`, `:`
  981. // * category: `=`, `:`
  982. // * external_uri: `=`, `:`
  983. // * event_time: `=`, `>`, `<`, `>=`, `<=`
  984. // * severity: `=`, `:`
  985. //
  986. // Usage: This should be milliseconds since epoch or an RFC3339 string.
  987. // Examples:
  988. // `event_time = "2019-06-10T16:07:18-07:00"`
  989. // `event_time = 1560208038000`
  990. //
  991. // security_marks.marks: `=`, `:`
  992. // source_properties: `=`, `:`, `>`, `<`, `>=`, `<=`
  993. //
  994. // For example, `source_properties.size = 100` is a valid filter string.
  995. //
  996. // Use a partial match on the empty string to filter based on a property
  997. // existing: `source_properties.my_property : ""`
  998. //
  999. // Use a negated partial match on the empty string to filter based on a
  1000. // property not existing: `-source_properties.my_property : ""`
  1001. string filter = 2;
  1002. // Expression that defines what fields and order to use for sorting. The
  1003. // string value should follow SQL syntax: comma separated list of fields. For
  1004. // example: "name,resource_properties.a_property". The default sorting order
  1005. // is ascending. To specify descending order for a field, a suffix " desc"
  1006. // should be appended to the field name. For example: "name
  1007. // desc,source_properties.a_property". Redundant space characters in the
  1008. // syntax are insignificant. "name desc,source_properties.a_property" and "
  1009. // name desc , source_properties.a_property " are equivalent.
  1010. //
  1011. // The following fields are supported:
  1012. // name
  1013. // parent
  1014. // state
  1015. // category
  1016. // resource_name
  1017. // event_time
  1018. // source_properties
  1019. // security_marks.marks
  1020. string order_by = 3;
  1021. // Time used as a reference point when filtering findings. The filter is
  1022. // limited to findings existing at the supplied time and their values are
  1023. // those at that specific time. Absence of this field will default to the
  1024. // API's version of NOW.
  1025. google.protobuf.Timestamp read_time = 4;
  1026. // When compare_duration is set, the ListFindingsResult's "state_change"
  1027. // attribute is updated to indicate whether the finding had its state changed,
  1028. // the finding's state remained unchanged, or if the finding was added in any
  1029. // state during the compare_duration period of time that precedes the
  1030. // read_time. This is the time between (read_time - compare_duration) and
  1031. // read_time.
  1032. //
  1033. // The state_change value is derived based on the presence and state of the
  1034. // finding at the two points in time. Intermediate state changes between the
  1035. // two times don't affect the result. For example, the results aren't affected
  1036. // if the finding is made inactive and then active again.
  1037. //
  1038. // Possible "state_change" values when compare_duration is specified:
  1039. //
  1040. // * "CHANGED": indicates that the finding was present and matched the given
  1041. // filter at the start of compare_duration, but changed its
  1042. // state at read_time.
  1043. // * "UNCHANGED": indicates that the finding was present and matched the given
  1044. // filter at the start of compare_duration and did not change
  1045. // state at read_time.
  1046. // * "ADDED": indicates that the finding did not match the given filter or
  1047. // was not present at the start of compare_duration, but was
  1048. // present at read_time.
  1049. // * "REMOVED": indicates that the finding was present and matched the
  1050. // filter at the start of compare_duration, but did not match
  1051. // the filter at read_time.
  1052. //
  1053. // If compare_duration is not specified, then the only possible state_change
  1054. // is "UNUSED", which will be the state_change set for all findings present at
  1055. // read_time.
  1056. google.protobuf.Duration compare_duration = 5;
  1057. // A field mask to specify the Finding fields to be listed in the response.
  1058. // An empty field mask will list all fields.
  1059. google.protobuf.FieldMask field_mask = 7;
  1060. // The value returned by the last `ListFindingsResponse`; indicates
  1061. // that this is a continuation of a prior `ListFindings` call, and
  1062. // that the system should return the next page of data.
  1063. string page_token = 8;
  1064. // The maximum number of results to return in a single response. Default is
  1065. // 10, minimum is 1, maximum is 1000.
  1066. int32 page_size = 9;
  1067. }
  1068. // Response message for listing findings.
  1069. message ListFindingsResponse {
  1070. // Result containing the Finding and its StateChange.
  1071. message ListFindingsResult {
  1072. // Information related to the Google Cloud resource that is
  1073. // associated with this finding.
  1074. message Resource {
  1075. // The full resource name of the resource. See:
  1076. // https://cloud.google.com/apis/design/resource_names#full_resource_name
  1077. string name = 1;
  1078. // The full resource name of project that the resource belongs to.
  1079. string project_name = 2;
  1080. // The human readable name of project that the resource belongs to.
  1081. string project_display_name = 3;
  1082. // The full resource name of resource's parent.
  1083. string parent_name = 4;
  1084. // The human readable name of resource's parent.
  1085. string parent_display_name = 5;
  1086. // Contains a Folder message for each folder in the assets ancestry.
  1087. // The first folder is the deepest nested folder, and the last folder is
  1088. // the folder directly under the Organization.
  1089. repeated Folder folders = 10;
  1090. }
  1091. // The change in state of the finding.
  1092. //
  1093. // When querying across two points in time this describes
  1094. // the change in the finding between the two points: CHANGED, UNCHANGED,
  1095. // ADDED, or REMOVED. Findings can not be deleted, so REMOVED implies that
  1096. // the finding at timestamp does not match the filter specified, but it did
  1097. // at timestamp - compare_duration. If there was no compare_duration
  1098. // supplied in the request the state change will be: UNUSED
  1099. enum StateChange {
  1100. // State change is unused, this is the canonical default for this enum.
  1101. UNUSED = 0;
  1102. // The finding has changed state in some way between the points in time
  1103. // and existed at both points.
  1104. CHANGED = 1;
  1105. // The finding has not changed state between the points in time and
  1106. // existed at both points.
  1107. UNCHANGED = 2;
  1108. // The finding was created between the points in time.
  1109. ADDED = 3;
  1110. // The finding at timestamp does not match the filter specified, but it
  1111. // did at timestamp - compare_duration.
  1112. REMOVED = 4;
  1113. }
  1114. // Finding matching the search request.
  1115. Finding finding = 1;
  1116. // State change of the finding between the points in time.
  1117. StateChange state_change = 2;
  1118. // Output only. Resource that is associated with this finding.
  1119. Resource resource = 3 [(google.api.field_behavior) = OUTPUT_ONLY];
  1120. }
  1121. // Findings matching the list request.
  1122. repeated ListFindingsResult list_findings_results = 1;
  1123. // Time used for executing the list request.
  1124. google.protobuf.Timestamp read_time = 2;
  1125. // Token to retrieve the next page of results, or empty if there are no more
  1126. // results.
  1127. string next_page_token = 3;
  1128. // The total number of findings matching the query.
  1129. int32 total_size = 4;
  1130. }
  1131. // Request message for updating a finding's state.
  1132. message SetFindingStateRequest {
  1133. // Required. The relative resource name of the finding. See:
  1134. // https://cloud.google.com/apis/design/resource_names#relative_resource_name
  1135. // Example:
  1136. // "organizations/{organization_id}/sources/{source_id}/finding/{finding_id}".
  1137. string name = 1 [
  1138. (google.api.field_behavior) = REQUIRED,
  1139. (google.api.resource_reference) = {
  1140. type: "securitycenter.googleapis.com/Finding"
  1141. }
  1142. ];
  1143. // Required. The desired State of the finding.
  1144. Finding.State state = 2 [(google.api.field_behavior) = REQUIRED];
  1145. // Required. The time at which the updated state takes effect.
  1146. google.protobuf.Timestamp start_time = 3 [(google.api.field_behavior) = REQUIRED];
  1147. }
  1148. // Request message for running asset discovery for an organization.
  1149. message RunAssetDiscoveryRequest {
  1150. // Required. Name of the organization to run asset discovery for. Its format is
  1151. // "organizations/[organization_id]".
  1152. string parent = 1 [
  1153. (google.api.field_behavior) = REQUIRED,
  1154. (google.api.resource_reference) = {
  1155. type: "cloudresourcemanager.googleapis.com/Organization"
  1156. }
  1157. ];
  1158. }
  1159. // Request message for updating or creating a finding.
  1160. message UpdateFindingRequest {
  1161. // Required. The finding resource to update or create if it does not already exist.
  1162. // parent, security_marks, and update_time will be ignored.
  1163. //
  1164. // In the case of creation, the finding id portion of the name must be
  1165. // alphanumeric and less than or equal to 32 characters and greater than 0
  1166. // characters in length.
  1167. Finding finding = 1 [(google.api.field_behavior) = REQUIRED];
  1168. // The FieldMask to use when updating the finding resource. This field should
  1169. // not be specified when creating a finding.
  1170. //
  1171. // When updating a finding, an empty mask is treated as updating all mutable
  1172. // fields and replacing source_properties. Individual source_properties can
  1173. // be added/updated by using "source_properties.<property key>" in the field
  1174. // mask.
  1175. google.protobuf.FieldMask update_mask = 2;
  1176. }
  1177. // Request message for updating a notification config.
  1178. message UpdateNotificationConfigRequest {
  1179. // Required. The notification config to update.
  1180. NotificationConfig notification_config = 1 [(google.api.field_behavior) = REQUIRED];
  1181. // The FieldMask to use when updating the notification config.
  1182. //
  1183. // If empty all mutable fields will be updated.
  1184. google.protobuf.FieldMask update_mask = 2;
  1185. }
  1186. // Request message for updating an organization's settings.
  1187. message UpdateOrganizationSettingsRequest {
  1188. // Required. The organization settings resource to update.
  1189. OrganizationSettings organization_settings = 1 [(google.api.field_behavior) = REQUIRED];
  1190. // The FieldMask to use when updating the settings resource.
  1191. //
  1192. // If empty all mutable fields will be updated.
  1193. google.protobuf.FieldMask update_mask = 2;
  1194. }
  1195. // Request message for updating a source.
  1196. message UpdateSourceRequest {
  1197. // Required. The source resource to update.
  1198. Source source = 1 [(google.api.field_behavior) = REQUIRED];
  1199. // The FieldMask to use when updating the source resource.
  1200. //
  1201. // If empty all mutable fields will be updated.
  1202. google.protobuf.FieldMask update_mask = 2;
  1203. }
  1204. // Request message for updating a SecurityMarks resource.
  1205. message UpdateSecurityMarksRequest {
  1206. // Required. The security marks resource to update.
  1207. SecurityMarks security_marks = 1 [(google.api.field_behavior) = REQUIRED];
  1208. // The FieldMask to use when updating the security marks resource.
  1209. //
  1210. // The field mask must not contain duplicate fields.
  1211. // If empty or set to "marks", all marks will be replaced. Individual
  1212. // marks can be updated using "marks.<mark_key>".
  1213. google.protobuf.FieldMask update_mask = 2;
  1214. // The time at which the updated SecurityMarks take effect.
  1215. // If not set uses current server time. Updates will be applied to the
  1216. // SecurityMarks that are active immediately preceding this time.
  1217. google.protobuf.Timestamp start_time = 3;
  1218. }