diff options
Diffstat (limited to 'third_party/googleapis/google/cloud/secretmanager/v1/secretmanager_v1.yaml')
| -rw-r--r-- | third_party/googleapis/google/cloud/secretmanager/v1/secretmanager_v1.yaml | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/third_party/googleapis/google/cloud/secretmanager/v1/secretmanager_v1.yaml b/third_party/googleapis/google/cloud/secretmanager/v1/secretmanager_v1.yaml deleted file mode 100644 index b269b29..0000000 --- a/third_party/googleapis/google/cloud/secretmanager/v1/secretmanager_v1.yaml +++ /dev/null @@ -1,50 +0,0 @@ -type: google.api.Service -config_version: 3 -name: secretmanager.googleapis.com -title: Secret Manager API - -apis: -- name: google.cloud.secretmanager.v1.SecretManagerService - -documentation: - summary: |- - Stores sensitive data such as API keys, passwords, and certificates. - Provides convenience while improving security. - overview: Secret Manager Overview - rules: - - selector: google.cloud.location.Locations.GetLocation - description: Gets information about a location. - - - selector: google.cloud.location.Locations.ListLocations - description: Lists information about the supported locations for this service. - -backend: - rules: - - selector: google.cloud.location.Locations.GetLocation - deadline: 60.0 - - selector: google.cloud.location.Locations.ListLocations - deadline: 60.0 - - selector: 'google.cloud.secretmanager.v1.SecretManagerService.*' - deadline: 60.0 - -http: - rules: - - selector: google.cloud.location.Locations.GetLocation - get: '/v1/{name=projects/*/locations/*}' - - selector: google.cloud.location.Locations.ListLocations - get: '/v1/{name=projects/*}/locations' - -authentication: - rules: - - selector: google.cloud.location.Locations.GetLocation - oauth: - canonical_scopes: |- - https://www.googleapis.com/auth/cloud-platform - - selector: google.cloud.location.Locations.ListLocations - oauth: - canonical_scopes: |- - https://www.googleapis.com/auth/cloud-platform - - selector: 'google.cloud.secretmanager.v1.SecretManagerService.*' - oauth: - canonical_scopes: |- - https://www.googleapis.com/auth/cloud-platform |
