Skip to content

Commit 6fb0b68

Browse files
feat: Automated regeneration of IAM client (googleapis#12866)
Auto-created at 2025-01-24 13:17:47 +0000 using the toys pull request generator.
1 parent a4d0476 commit 6fb0b68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/iam/lib/google_api/iam/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.IAM.V1 do
2020
API client metadata for GoogleApi.IAM.V1.
2121
"""
2222

23-
@discovery_revision "20250102"
23+
@discovery_revision "20250116"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/iam/lib/google_api/iam/v1/model/oauth_client.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.IAM.V1.Model.OauthClient do
2323
2424
* `allowedGrantTypes` (*type:* `list(String.t)`, *default:* `nil`) - Required. The list of OAuth grant types is allowed for the OauthClient.
2525
* `allowedRedirectUris` (*type:* `list(String.t)`, *default:* `nil`) - Required. The list of redirect uris that is allowed to redirect back when authorization process is completed.
26-
* `allowedScopes` (*type:* `list(String.t)`, *default:* `nil`) - Required. The list of scopes that the OauthClient is allowed to request during OAuth flows. The following scopes are supported: * `https://www.googleapis.com/auth/cloud-platform`: See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
26+
* `allowedScopes` (*type:* `list(String.t)`, *default:* `nil`) - Required. The list of scopes that the OauthClient is allowed to request during OAuth flows. The following scopes are supported: * `https://www.googleapis.com/auth/cloud-platform`: See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account. * `openid`: The OAuth client can associate you with your personal information on Google Cloud. * `email`: The OAuth client can read a federated identity's email address. * `groups`: The OAuth client can read a federated identity's groups.
2727
* `clientId` (*type:* `String.t`, *default:* `nil`) - Output only. The system-generated OauthClient id.
2828
* `clientType` (*type:* `String.t`, *default:* `nil`) - Immutable. The type of OauthClient. Either public or private. For private clients, the client secret can be managed using the dedicated OauthClientCredential resource.
2929
* `description` (*type:* `String.t`, *default:* `nil`) - Optional. A user-specified description of the OauthClient. Cannot exceed 256 characters.

0 commit comments

Comments
 (0)