File tree Expand file tree Collapse file tree
generated/google-apis-iap_v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release history for google-apis-iap_v1
22
3+ ### v0.57.0 (2026-03-22)
4+
5+ * Regenerated from discovery document revision 20260317
6+
37### v0.56.0 (2026-02-15)
48
59* Regenerated from discovery document revision 20260209
Original file line number Diff line number Diff line change @@ -795,22 +795,19 @@ def update!(**args)
795795 class OAuthSettings
796796 include Google ::Apis ::Core ::Hashable
797797
798- # Optional. OAuth 2.0 client ID used in the OAuth flow to generate an access
799- # token. If this field is set, you can skip obtaining the OAuth credentials in
800- # this step: https://developers.google.com/identity/protocols/OAuth2?hl=en_US#1.-
801- # obtain-oauth-2.0-credentials-from-the-google-api-console. However, this could
802- # allow for client sharing. The risks of client sharing are outlined here: https:
803- # //cloud.google.com/iap/docs/sharing-oauth-clients#risks.
798+ # Optional. OAuth 2.0 client ID used in the OAuth flow. This allows for client
799+ # sharing. The risks of client sharing are outlined here: https://cloud.google.
800+ # com/iap/docs/sharing-oauth-clients#risks.
804801 # Corresponds to the JSON property `clientId`
805802 # @return [String]
806803 attr_accessor :client_id
807804
808- # Optional. Input only. OAuth secret paired with client ID
805+ # Optional. Input only. OAuth secret paired with client ID.
809806 # Corresponds to the JSON property `clientSecret`
810807 # @return [String]
811808 attr_accessor :client_secret
812809
813- # Output only. OAuth secret sha256 paired with client ID
810+ # Output only. OAuth secret SHA256 paired with client ID.
814811 # Corresponds to the JSON property `clientSecretSha256`
815812 # @return [String]
816813 attr_accessor :client_secret_sha256
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module IapV1
1818 # Version of the google-apis-iap_v1 gem
19- GEM_VERSION = "0.56 .0"
19+ GEM_VERSION = "0.57 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.18.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20260209 "
25+ REVISION = "20260317 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments