blob: 90e2f1b3306f41a74a628bbc3f94eba7b39444ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
  | 
type: google.api.Service
config_version: 3
name: securitycenter.googleapis.com
title: Security Command Center API
apis:
- name: google.cloud.securitycenter.v1p1beta1.SecurityCenter
types:
- name: google.cloud.securitycenter.v1p1beta1.NotificationMessage
- name: google.cloud.securitycenter.v1p1beta1.Resource
- name: google.cloud.securitycenter.v1p1beta1.RunAssetDiscoveryResponse
documentation:
  summary: |-
    Security Command Center API provides access to temporal views of assets and
    findings within an organization.
backend:
  rules:
  - selector: 'google.cloud.securitycenter.v1p1beta1.SecurityCenter.*'
    deadline: 480.0
  - selector: 'google.longrunning.Operations.*'
    deadline: 60.0
http:
  rules:
  - selector: google.longrunning.Operations.CancelOperation
    post: '/v1p1beta1/{name=organizations/*/operations/*}:cancel'
    body: '*'
  - selector: google.longrunning.Operations.DeleteOperation
    delete: '/v1p1beta1/{name=organizations/*/operations/*}'
  - selector: google.longrunning.Operations.GetOperation
    get: '/v1p1beta1/{name=organizations/*/operations/*}'
  - selector: google.longrunning.Operations.ListOperations
    get: '/v1p1beta1/{name=organizations/*/operations}'
authentication:
  rules:
  - selector: 'google.cloud.securitycenter.v1p1beta1.SecurityCenter.*'
    oauth:
      canonical_scopes: |-
        https://www.googleapis.com/auth/cloud-platform
  - selector: 'google.longrunning.Operations.*'
    oauth:
      canonical_scopes: |-
        https://www.googleapis.com/auth/cloud-platform
  |