• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1type: google.api.Service
2config_version: 3
3name: osconfig.googleapis.com
4title: OS Config API
5
6apis:
7- name: google.cloud.osconfig.v1beta.OsConfigService
8
9documentation:
10  summary: |-
11    OS management tools that can be used for patch management, patch
12    compliance, and configuration management on VM instances.
13
14backend:
15  rules:
16  - selector: 'google.cloud.osconfig.v1beta.OsConfigService.*'
17    deadline: 30.0
18
19authentication:
20  rules:
21  - selector: 'google.cloud.osconfig.v1beta.OsConfigService.*'
22    oauth:
23      canonical_scopes: |-
24        https://www.googleapis.com/auth/cloud-platform
25  - selector: google.longrunning.Operations.CancelOperation
26    oauth:
27      canonical_scopes: |-
28        https://www.googleapis.com/auth/cloud-platform
29  - selector: google.longrunning.Operations.GetOperation
30    oauth:
31      canonical_scopes: |-
32        https://www.googleapis.com/auth/cloud-platform
33