Skip to content

Commit

Permalink
feat: Automated regeneration of IAM client (#12793)
Browse files Browse the repository at this point in the history
Auto-created at 2025-01-09 13:16:47 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Jan 9, 2025
1 parent c8bcd74 commit e591116
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions clients/iam/lib/google_api/iam/v1/api/locations.ex
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ defmodule GoogleApi.IAM.V1.Api.Locations do
## Parameters
* `connection` (*type:* `GoogleApi.IAM.V1.Connection.t`) - Connection to server
* `name` (*type:* `String.t`) - Output only. The resource name of the pool. Format: `locations/{location}/workforcePools/{workforce_pool_id}`
* `name` (*type:* `String.t`) - Identifier. The resource name of the pool. Format: `locations/{location}/workforcePools/{workforce_pool_id}`
* `optional_params` (*type:* `keyword()`) - Optional parameters
* `:"$.xgafv"` (*type:* `String.t`) - V1 error format.
* `:access_token` (*type:* `String.t`) - OAuth access token.
Expand Down Expand Up @@ -997,7 +997,7 @@ defmodule GoogleApi.IAM.V1.Api.Locations do
## Parameters
* `connection` (*type:* `GoogleApi.IAM.V1.Connection.t`) - Connection to server
* `name` (*type:* `String.t`) - Output only. The resource name of the provider. Format: `locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}`
* `name` (*type:* `String.t`) - Identifier. The resource name of the provider. Format: `locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}`
* `optional_params` (*type:* `keyword()`) - Optional parameters
* `:"$.xgafv"` (*type:* `String.t`) - V1 error format.
* `:access_token` (*type:* `String.t`) - OAuth access token.
Expand Down
2 changes: 1 addition & 1 deletion clients/iam/lib/google_api/iam/v1/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.IAM.V1 do
API client metadata for GoogleApi.IAM.V1.
"""

@discovery_revision "20241114"
@discovery_revision "20250102"

def discovery_revision(), do: @discovery_revision
end
2 changes: 1 addition & 1 deletion clients/iam/lib/google_api/iam/v1/model/workforce_pool.ex
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmodule GoogleApi.IAM.V1.Model.WorkforcePool do
* `disabled` (*type:* `boolean()`, *default:* `nil`) - Optional. Disables the workforce pool. You cannot use a disabled pool to exchange tokens, or use existing tokens to access resources. If the pool is re-enabled, existing tokens grant access again.
* `displayName` (*type:* `String.t`, *default:* `nil`) - Optional. A user-specified display name of the pool in Google Cloud Console. Cannot exceed 32 characters.
* `expireTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. Time after which the workforce pool will be permanently purged and cannot be recovered.
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The resource name of the pool. Format: `locations/{location}/workforcePools/{workforce_pool_id}`
* `name` (*type:* `String.t`, *default:* `nil`) - Identifier. The resource name of the pool. Format: `locations/{location}/workforcePools/{workforce_pool_id}`
* `parent` (*type:* `String.t`, *default:* `nil`) - Immutable. The resource name of the parent. Format: `organizations/{org-id}`.
* `sessionDuration` (*type:* `String.t`, *default:* `nil`) - Optional. Duration that the Google Cloud access tokens, console sign-in sessions, and `gcloud` sign-in sessions from this pool are valid. Must be greater than 15 minutes (900s) and less than 12 hours (43200s). If `session_duration` is not configured, minted credentials have a default duration of one hour (3600s). For SAML providers, the lifetime of the token is the minimum of the `session_duration` and the `SessionNotOnOrAfter` claim in the SAML assertion.
* `state` (*type:* `String.t`, *default:* `nil`) - Output only. The state of the pool.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ defmodule GoogleApi.IAM.V1.Model.WorkforcePoolProvider do
* `displayName` (*type:* `String.t`, *default:* `nil`) - Optional. A user-specified display name for the provider. Cannot exceed 32 characters.
* `expireTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. Time after which the workload pool provider will be permanently purged and cannot be recovered.
* `extraAttributesOauth2Client` (*type:* `GoogleApi.IAM.V1.Model.GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client.t`, *default:* `nil`) - Optional. The configuration for OAuth 2.0 client used to get the additional user attributes. This should be used when users can't get the desired claims in authentication credentials. Currently this configuration is only supported with OIDC protocol.
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The resource name of the provider. Format: `locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}`
* `name` (*type:* `String.t`, *default:* `nil`) - Identifier. The resource name of the provider. Format: `locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}`
* `oidc` (*type:* `GoogleApi.IAM.V1.Model.GoogleIamAdminV1WorkforcePoolProviderOidc.t`, *default:* `nil`) - An OpenId Connect 1.0 identity provider configuration.
* `saml` (*type:* `GoogleApi.IAM.V1.Model.GoogleIamAdminV1WorkforcePoolProviderSaml.t`, *default:* `nil`) - A SAML identity provider configuration.
* `state` (*type:* `String.t`, *default:* `nil`) - Output only. The state of the provider.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule GoogleApi.IAM.V1.Model.WorkforcePoolProviderKey do
* `expireTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time after which the key will be permanently deleted and cannot be recovered. Note that the key may get purged before this time if the total limit of keys per provider is exceeded.
* `keyData` (*type:* `GoogleApi.IAM.V1.Model.KeyData.t`, *default:* `nil`) - Immutable. Public half of the asymmetric key.
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The resource name of the key.
* `name` (*type:* `String.t`, *default:* `nil`) - Identifier. The resource name of the key. Format: `locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}/keys/{key_id}`
* `state` (*type:* `String.t`, *default:* `nil`) - Output only. The state of the key.
* `use` (*type:* `String.t`, *default:* `nil`) - Required. The purpose of the key.
"""
Expand Down
2 changes: 1 addition & 1 deletion clients/iam/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.IAM.Mixfile do
use Mix.Project

@version "0.44.4"
@version "0.44.5"

def project() do
[
Expand Down

0 comments on commit e591116

Please sign in to comment.