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