Skip to content

Commit

Permalink
fix(servicemanagement): update the API
Browse files Browse the repository at this point in the history
#### servicemanagement:v1

The following keys were changed:
- schemas.Authentication.description
  • Loading branch information
yoshi-automation authored and sofisl committed Apr 21, 2021
1 parent 887451f commit 6415b6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/servicemanagement-v1.json
Expand Up @@ -829,7 +829,7 @@
}
}
},
"revision": "20210409",
"revision": "20210416",
"rootUrl": "https://servicemanagement.googleapis.com/",
"schemas": {
"Advice": {
Expand Down Expand Up @@ -993,7 +993,7 @@
"type": "object"
},
"Authentication": {
"description": "`Authentication` defines the authentication configuration for an API. Example for an API targeted for external use: name: calendar.googleapis.com authentication: providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: \"*\" requirements: provider_id: google_calendar_auth",
"description": "`Authentication` defines the authentication configuration for API methods provided by an API service. Example: name: calendar.googleapis.com authentication: providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: \"*\" requirements: provider_id: google_calendar_auth - selector: google.calendar.Delegate oauth: canonical_scopes: https://www.googleapis.com/auth/calendar.read",
"id": "Authentication",
"properties": {
"providers": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/servicemanagement/v1.ts
Expand Up @@ -196,7 +196,7 @@ export namespace servicemanagement_v1 {
logType?: string | null;
}
/**
* `Authentication` defines the authentication configuration for an API. Example for an API targeted for external use: name: calendar.googleapis.com authentication: providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*" requirements: provider_id: google_calendar_auth
* `Authentication` defines the authentication configuration for API methods provided by an API service. Example: name: calendar.googleapis.com authentication: providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*" requirements: provider_id: google_calendar_auth - selector: google.calendar.Delegate oauth: canonical_scopes: https://www.googleapis.com/auth/calendar.read
*/
export interface Schema$Authentication {
/**
Expand Down

0 comments on commit 6415b6d

Please sign in to comment.