• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1type: google.api.Service
2config_version: 3
3name: secretmanager.googleapis.com
4title: Secret Manager API
5
6apis:
7- name: google.cloud.location.Locations
8- name: google.cloud.secretmanager.v1beta2.SecretManagerService
9
10documentation:
11  summary: |-
12    Stores sensitive data such as API keys, passwords, and certificates.
13    Provides convenience while improving security.
14  overview: Secret Manager Overview
15  rules:
16  - selector: google.cloud.location.Locations.GetLocation
17    description: Gets information about a location.
18
19  - selector: google.cloud.location.Locations.ListLocations
20    description: Lists information about the supported locations for this service.
21
22http:
23  rules:
24  - selector: google.cloud.location.Locations.GetLocation
25    get: '/v1beta2/{name=projects/*/locations/*}'
26  - selector: google.cloud.location.Locations.ListLocations
27    get: '/v1beta2/{name=projects/*}/locations'
28
29authentication:
30  rules:
31  - selector: google.cloud.location.Locations.GetLocation
32    oauth:
33      canonical_scopes: |-
34        https://www.googleapis.com/auth/cloud-platform
35  - selector: google.cloud.location.Locations.ListLocations
36    oauth:
37      canonical_scopes: |-
38        https://www.googleapis.com/auth/cloud-platform
39  - selector: 'google.cloud.secretmanager.v1beta2.SecretManagerService.*'
40    oauth:
41      canonical_scopes: |-
42        https://www.googleapis.com/auth/cloud-platform
43
44publishing:
45  new_issue_uri: https://issuetracker.google.com/issues/new?component=784854&template=1380926
46  documentation_uri: https://cloud.google.com/secret-manager/docs/overview
47  api_short_name: secretmanager
48  github_label: 'api: secretmanager'
49  doc_tag_prefix: secretmanager
50  organization: CLOUD
51  library_settings:
52  - version: google.cloud.secretmanager.v1beta2
53    launch_stage: BETA
54    java_settings:
55      common:
56        destinations:
57        - PACKAGE_MANAGER
58    cpp_settings:
59      common:
60        destinations:
61        - PACKAGE_MANAGER
62    php_settings:
63      common:
64        destinations:
65        - PACKAGE_MANAGER
66    python_settings:
67      common:
68        destinations:
69        - PACKAGE_MANAGER
70    node_settings:
71      common:
72        destinations:
73        - PACKAGE_MANAGER
74    dotnet_settings:
75      common:
76        destinations:
77        - PACKAGE_MANAGER
78    ruby_settings:
79      common:
80        destinations:
81        - PACKAGE_MANAGER
82    go_settings:
83      common:
84        destinations:
85        - PACKAGE_MANAGER
86  proto_reference_documentation_uri: https://cloud.google.com/secret-manager/docs/reference/rpc
87