google-apis-cloudidentity_v1beta1 0.32.0 → 0.34.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 706ce09a488ea3aeed5e6d9e802f5535d908b45a7b6bded42079f1332e79fbd8
4
- data.tar.gz: acd3b65476fb6405c20b08d2b85c54df47168bce7986dc404b3518ab493ab7d2
3
+ metadata.gz: 5a97d068963be6557c0b5f1f4f1ad9b31837f4b6c3f02c7fae7189e022822e08
4
+ data.tar.gz: d2930c2dc70186c1d83ed06147c4602cacb1364ef1b6ec4d2377ec9936b5f8c1
5
5
  SHA512:
6
- metadata.gz: 6279eb8516e3fae8c7a9bef933f716646646dd86d6b6e1141fa0775b13b156deaa8eb1f7d7d80ba2a293e3020f8ac4cf59ca51cda2fe24fc6e33e7557f303d6d
7
- data.tar.gz: d4bc61e3330fc8117169d5e585185bd8aa036bf9bbd9088868e338ded31de25d1740092cd7220d5ef1bc2dcd7c4ff08c478d53734c1300904814bd4841771fd9
6
+ metadata.gz: 3108f8fb9d2591a7d526744fa1c84b509a5f612d7b1b99dfcc8418726027e2ef2aa5b5250b49fc3151380352cb400dbd7aa94fc345b1357b00a0da9b0f4c2210
7
+ data.tar.gz: b9a3be6c85e5bf26ca3e329542295c0f0478e74b0660278d74e3f5f7181611e1048d3c86eb2ba3afa808045d7231c9439c52929860e970d16f17e9866e3bbfbd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudidentity_v1beta1
2
2
 
3
+ ### v0.34.0 (2022-10-28)
4
+
5
+ * Regenerated from discovery document revision 20221025
6
+ * Regenerated using generator version 0.11.0
7
+
8
+ ### v0.33.0 (2022-10-02)
9
+
10
+ * Regenerated from discovery document revision 20220929
11
+
3
12
  ### v0.32.0 (2022-09-21)
4
13
 
5
14
  * Regenerated using generator version 0.10.0
@@ -22,6 +22,40 @@ module Google
22
22
  module Apis
23
23
  module CloudidentityV1beta1
24
24
 
25
+ # LRO response metadata for InboundSamlSsoProfilesService.AddIdpCredential.
26
+ class AddIdpCredentialOperationMetadata
27
+ include Google::Apis::Core::Hashable
28
+
29
+ def initialize(**args)
30
+ update!(**args)
31
+ end
32
+
33
+ # Update properties of this object
34
+ def update!(**args)
35
+ end
36
+ end
37
+
38
+ # The request for creating an IdpCredential with its associated payload. An
39
+ # InboundSamlSsoProfile can own up to 2 credentials.
40
+ class AddIdpCredentialRequest
41
+ include Google::Apis::Core::Hashable
42
+
43
+ # PEM encoded x509 certificate containing the public key for verifying IdP
44
+ # signatures.
45
+ # Corresponds to the JSON property `pemData`
46
+ # @return [String]
47
+ attr_accessor :pem_data
48
+
49
+ def initialize(**args)
50
+ update!(**args)
51
+ end
52
+
53
+ # Update properties of this object
54
+ def update!(**args)
55
+ @pem_data = args[:pem_data] if args.key?(:pem_data)
56
+ end
57
+ end
58
+
25
59
  # Resource representing the Android specific attributes of a Device.
26
60
  class AndroidAttributes
27
61
  include Google::Apis::Core::Hashable
@@ -448,6 +482,34 @@ module Google
448
482
  end
449
483
  end
450
484
 
485
+ # LRO response metadata for InboundSamlSsoProfilesService.
486
+ # CreateInboundSamlSsoProfile.
487
+ class CreateInboundSamlSsoProfileOperationMetadata
488
+ include Google::Apis::Core::Hashable
489
+
490
+ def initialize(**args)
491
+ update!(**args)
492
+ end
493
+
494
+ # Update properties of this object
495
+ def update!(**args)
496
+ end
497
+ end
498
+
499
+ # LRO response metadata for InboundSsoAssignmentsService.
500
+ # CreateInboundSsoAssignment.
501
+ class CreateInboundSsoAssignmentOperationMetadata
502
+ include Google::Apis::Core::Hashable
503
+
504
+ def initialize(**args)
505
+ update!(**args)
506
+ end
507
+
508
+ # Update properties of this object
509
+ def update!(**args)
510
+ end
511
+ end
512
+
451
513
  # Additional custom attribute values may be one of these types
452
514
  class CustomAttributeValue
453
515
  include Google::Apis::Core::Hashable
@@ -480,6 +542,47 @@ module Google
480
542
  end
481
543
  end
482
544
 
545
+ # LRO response metadata for InboundSamlSsoProfilesService.DeleteIdpCredential.
546
+ class DeleteIdpCredentialOperationMetadata
547
+ include Google::Apis::Core::Hashable
548
+
549
+ def initialize(**args)
550
+ update!(**args)
551
+ end
552
+
553
+ # Update properties of this object
554
+ def update!(**args)
555
+ end
556
+ end
557
+
558
+ # LRO response metadata for InboundSamlSsoProfilesService.
559
+ # DeleteInboundSamlSsoProfile.
560
+ class DeleteInboundSamlSsoProfileOperationMetadata
561
+ include Google::Apis::Core::Hashable
562
+
563
+ def initialize(**args)
564
+ update!(**args)
565
+ end
566
+
567
+ # Update properties of this object
568
+ def update!(**args)
569
+ end
570
+ end
571
+
572
+ # LRO response metadata for InboundSsoAssignmentsService.
573
+ # DeleteInboundSsoAssignment.
574
+ class DeleteInboundSsoAssignmentOperationMetadata
575
+ include Google::Apis::Core::Hashable
576
+
577
+ def initialize(**args)
578
+ update!(**args)
579
+ end
580
+
581
+ # Update properties of this object
582
+ def update!(**args)
583
+ end
584
+ end
585
+
483
586
  # A Device within the Cloud Identity Devices API. Represents a Device known to
484
587
  # Google Cloud, independent of the device ownership, type, and whether it is
485
588
  # assigned or in use by a user.
@@ -762,6 +865,25 @@ module Google
762
865
  end
763
866
  end
764
867
 
868
+ # Information of a DSA public key.
869
+ class DsaPublicKeyInfo
870
+ include Google::Apis::Core::Hashable
871
+
872
+ # Key size in bits (size of parameter P).
873
+ # Corresponds to the JSON property `keySize`
874
+ # @return [Fixnum]
875
+ attr_accessor :key_size
876
+
877
+ def initialize(**args)
878
+ update!(**args)
879
+ end
880
+
881
+ # Update properties of this object
882
+ def update!(**args)
883
+ @key_size = args[:key_size] if args.key?(:key_size)
884
+ end
885
+ end
886
+
765
887
  # Dynamic group metadata like queries and status.
766
888
  class DynamicGroupMetadata
767
889
  include Google::Apis::Core::Hashable
@@ -1841,6 +1963,153 @@ module Google
1841
1963
  end
1842
1964
  end
1843
1965
 
1966
+ # Credential for verifying signatures produced by the Identity Provider.
1967
+ class IdpCredential
1968
+ include Google::Apis::Core::Hashable
1969
+
1970
+ # Information of a DSA public key.
1971
+ # Corresponds to the JSON property `dsaKeyInfo`
1972
+ # @return [Google::Apis::CloudidentityV1beta1::DsaPublicKeyInfo]
1973
+ attr_accessor :dsa_key_info
1974
+
1975
+ # Output only. [Resource name](https://cloud.google.com/apis/design/
1976
+ # resource_names) of the credential.
1977
+ # Corresponds to the JSON property `name`
1978
+ # @return [String]
1979
+ attr_accessor :name
1980
+
1981
+ # Information of a RSA public key.
1982
+ # Corresponds to the JSON property `rsaKeyInfo`
1983
+ # @return [Google::Apis::CloudidentityV1beta1::RsaPublicKeyInfo]
1984
+ attr_accessor :rsa_key_info
1985
+
1986
+ # Output only. Time when the `IdpCredential` was last updated.
1987
+ # Corresponds to the JSON property `updateTime`
1988
+ # @return [String]
1989
+ attr_accessor :update_time
1990
+
1991
+ def initialize(**args)
1992
+ update!(**args)
1993
+ end
1994
+
1995
+ # Update properties of this object
1996
+ def update!(**args)
1997
+ @dsa_key_info = args[:dsa_key_info] if args.key?(:dsa_key_info)
1998
+ @name = args[:name] if args.key?(:name)
1999
+ @rsa_key_info = args[:rsa_key_info] if args.key?(:rsa_key_info)
2000
+ @update_time = args[:update_time] if args.key?(:update_time)
2001
+ end
2002
+ end
2003
+
2004
+ # A [SAML 2.0](https://www.oasis-open.org/standards#samlv2.0) federation between
2005
+ # a Google enterprise customer and a SAML identity provider.
2006
+ class InboundSamlSsoProfile
2007
+ include Google::Apis::Core::Hashable
2008
+
2009
+ # Immutable. The customer. For example: `customers/C0123abc`.
2010
+ # Corresponds to the JSON property `customer`
2011
+ # @return [String]
2012
+ attr_accessor :customer
2013
+
2014
+ # Human-readable name of the SAML SSO profile.
2015
+ # Corresponds to the JSON property `displayName`
2016
+ # @return [String]
2017
+ attr_accessor :display_name
2018
+
2019
+ # SAML IDP (identity provider) configuration.
2020
+ # Corresponds to the JSON property `idpConfig`
2021
+ # @return [Google::Apis::CloudidentityV1beta1::SamlIdpConfig]
2022
+ attr_accessor :idp_config
2023
+
2024
+ # Output only. [Resource name](https://cloud.google.com/apis/design/
2025
+ # resource_names) of the SAML SSO profile.
2026
+ # Corresponds to the JSON property `name`
2027
+ # @return [String]
2028
+ attr_accessor :name
2029
+
2030
+ # SAML SP (service provider) configuration.
2031
+ # Corresponds to the JSON property `spConfig`
2032
+ # @return [Google::Apis::CloudidentityV1beta1::SamlSpConfig]
2033
+ attr_accessor :sp_config
2034
+
2035
+ def initialize(**args)
2036
+ update!(**args)
2037
+ end
2038
+
2039
+ # Update properties of this object
2040
+ def update!(**args)
2041
+ @customer = args[:customer] if args.key?(:customer)
2042
+ @display_name = args[:display_name] if args.key?(:display_name)
2043
+ @idp_config = args[:idp_config] if args.key?(:idp_config)
2044
+ @name = args[:name] if args.key?(:name)
2045
+ @sp_config = args[:sp_config] if args.key?(:sp_config)
2046
+ end
2047
+ end
2048
+
2049
+ # Targets with "set" SSO assignments and their respective assignments.
2050
+ class InboundSsoAssignment
2051
+ include Google::Apis::Core::Hashable
2052
+
2053
+ # Immutable. The customer. For example: `customers/C0123abc`.
2054
+ # Corresponds to the JSON property `customer`
2055
+ # @return [String]
2056
+ attr_accessor :customer
2057
+
2058
+ # Output only. [Resource name](https://cloud.google.com/apis/design/
2059
+ # resource_names) of the Inbound SSO Assignment.
2060
+ # Corresponds to the JSON property `name`
2061
+ # @return [String]
2062
+ attr_accessor :name
2063
+
2064
+ # Must be zero (which is the default value so it can be omitted) for assignments
2065
+ # with `target_org_unit` set and must be greater-than-or-equal-to one for
2066
+ # assignments with `target_group` set.
2067
+ # Corresponds to the JSON property `rank`
2068
+ # @return [Fixnum]
2069
+ attr_accessor :rank
2070
+
2071
+ # Details that are applicable when `sso_mode` == `SAML_SSO`.
2072
+ # Corresponds to the JSON property `samlSsoInfo`
2073
+ # @return [Google::Apis::CloudidentityV1beta1::SamlSsoInfo]
2074
+ attr_accessor :saml_sso_info
2075
+
2076
+ # Controls sign-in behavior.
2077
+ # Corresponds to the JSON property `signInBehavior`
2078
+ # @return [Google::Apis::CloudidentityV1beta1::SignInBehavior]
2079
+ attr_accessor :sign_in_behavior
2080
+
2081
+ # Inbound SSO behavior.
2082
+ # Corresponds to the JSON property `ssoMode`
2083
+ # @return [String]
2084
+ attr_accessor :sso_mode
2085
+
2086
+ # Immutable. Must be of the form `groups/`group``.
2087
+ # Corresponds to the JSON property `targetGroup`
2088
+ # @return [String]
2089
+ attr_accessor :target_group
2090
+
2091
+ # Immutable. Must be of the form `orgUnits/`org_unit``.
2092
+ # Corresponds to the JSON property `targetOrgUnit`
2093
+ # @return [String]
2094
+ attr_accessor :target_org_unit
2095
+
2096
+ def initialize(**args)
2097
+ update!(**args)
2098
+ end
2099
+
2100
+ # Update properties of this object
2101
+ def update!(**args)
2102
+ @customer = args[:customer] if args.key?(:customer)
2103
+ @name = args[:name] if args.key?(:name)
2104
+ @rank = args[:rank] if args.key?(:rank)
2105
+ @saml_sso_info = args[:saml_sso_info] if args.key?(:saml_sso_info)
2106
+ @sign_in_behavior = args[:sign_in_behavior] if args.key?(:sign_in_behavior)
2107
+ @sso_mode = args[:sso_mode] if args.key?(:sso_mode)
2108
+ @target_group = args[:target_group] if args.key?(:target_group)
2109
+ @target_org_unit = args[:target_org_unit] if args.key?(:target_org_unit)
2110
+ end
2111
+ end
2112
+
1844
2113
  # Response for IsInvitableUser RPC.
1845
2114
  class IsInvitableUserResponse
1846
2115
  include Google::Apis::Core::Hashable
@@ -1962,6 +2231,85 @@ module Google
1962
2231
  end
1963
2232
  end
1964
2233
 
2234
+ # Response of the InboundSamlSsoProfilesService.ListIdpCredentials method.
2235
+ class ListIdpCredentialsResponse
2236
+ include Google::Apis::Core::Hashable
2237
+
2238
+ # The IdpCredentials from the specified InboundSamlSsoProfile.
2239
+ # Corresponds to the JSON property `idpCredentials`
2240
+ # @return [Array<Google::Apis::CloudidentityV1beta1::IdpCredential>]
2241
+ attr_accessor :idp_credentials
2242
+
2243
+ # A token, which can be sent as `page_token` to retrieve the next page. If this
2244
+ # field is omitted, there are no subsequent pages.
2245
+ # Corresponds to the JSON property `nextPageToken`
2246
+ # @return [String]
2247
+ attr_accessor :next_page_token
2248
+
2249
+ def initialize(**args)
2250
+ update!(**args)
2251
+ end
2252
+
2253
+ # Update properties of this object
2254
+ def update!(**args)
2255
+ @idp_credentials = args[:idp_credentials] if args.key?(:idp_credentials)
2256
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2257
+ end
2258
+ end
2259
+
2260
+ # Response of the InboundSamlSsoProfilesService.ListInboundSamlSsoProfiles
2261
+ # method.
2262
+ class ListInboundSamlSsoProfilesResponse
2263
+ include Google::Apis::Core::Hashable
2264
+
2265
+ # List of InboundSamlSsoProfiles.
2266
+ # Corresponds to the JSON property `inboundSamlSsoProfiles`
2267
+ # @return [Array<Google::Apis::CloudidentityV1beta1::InboundSamlSsoProfile>]
2268
+ attr_accessor :inbound_saml_sso_profiles
2269
+
2270
+ # A token, which can be sent as `page_token` to retrieve the next page. If this
2271
+ # field is omitted, there are no subsequent pages.
2272
+ # Corresponds to the JSON property `nextPageToken`
2273
+ # @return [String]
2274
+ attr_accessor :next_page_token
2275
+
2276
+ def initialize(**args)
2277
+ update!(**args)
2278
+ end
2279
+
2280
+ # Update properties of this object
2281
+ def update!(**args)
2282
+ @inbound_saml_sso_profiles = args[:inbound_saml_sso_profiles] if args.key?(:inbound_saml_sso_profiles)
2283
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2284
+ end
2285
+ end
2286
+
2287
+ # Response of the InboundSsoAssignmentsService.ListInboundSsoAssignments method.
2288
+ class ListInboundSsoAssignmentsResponse
2289
+ include Google::Apis::Core::Hashable
2290
+
2291
+ # The assignments.
2292
+ # Corresponds to the JSON property `inboundSsoAssignments`
2293
+ # @return [Array<Google::Apis::CloudidentityV1beta1::InboundSsoAssignment>]
2294
+ attr_accessor :inbound_sso_assignments
2295
+
2296
+ # A token, which can be sent as `page_token` to retrieve the next page. If this
2297
+ # field is omitted, there are no subsequent pages.
2298
+ # Corresponds to the JSON property `nextPageToken`
2299
+ # @return [String]
2300
+ attr_accessor :next_page_token
2301
+
2302
+ def initialize(**args)
2303
+ update!(**args)
2304
+ end
2305
+
2306
+ # Update properties of this object
2307
+ def update!(**args)
2308
+ @inbound_sso_assignments = args[:inbound_sso_assignments] if args.key?(:inbound_sso_assignments)
2309
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2310
+ end
2311
+ end
2312
+
1965
2313
  # The response message for MembershipsService.ListMemberships.
1966
2314
  class ListMembershipsResponse
1967
2315
  include Google::Apis::Core::Hashable
@@ -2615,6 +2963,117 @@ module Google
2615
2963
  end
2616
2964
  end
2617
2965
 
2966
+ # Information of a RSA public key.
2967
+ class RsaPublicKeyInfo
2968
+ include Google::Apis::Core::Hashable
2969
+
2970
+ # Key size in bits (size of the modulus).
2971
+ # Corresponds to the JSON property `keySize`
2972
+ # @return [Fixnum]
2973
+ attr_accessor :key_size
2974
+
2975
+ def initialize(**args)
2976
+ update!(**args)
2977
+ end
2978
+
2979
+ # Update properties of this object
2980
+ def update!(**args)
2981
+ @key_size = args[:key_size] if args.key?(:key_size)
2982
+ end
2983
+ end
2984
+
2985
+ # SAML IDP (identity provider) configuration.
2986
+ class SamlIdpConfig
2987
+ include Google::Apis::Core::Hashable
2988
+
2989
+ # The **Change Password URL** of the identity provider. Users will be sent to
2990
+ # this URL when changing their passwords at `myaccount.google.com`. This takes
2991
+ # precedence over the change password URL configured at customer-level. Must use
2992
+ # `HTTPS`.
2993
+ # Corresponds to the JSON property `changePasswordUri`
2994
+ # @return [String]
2995
+ attr_accessor :change_password_uri
2996
+
2997
+ # Required. The SAML **Entity ID** of the identity provider.
2998
+ # Corresponds to the JSON property `entityId`
2999
+ # @return [String]
3000
+ attr_accessor :entity_id
3001
+
3002
+ # The **Logout Redirect URL** (sign-out page URL) of the identity provider. When
3003
+ # a user clicks the sign-out link on a Google page, they will be redirected to
3004
+ # this URL. This is a pure redirect with no attached SAML `LogoutRequest` i.e.
3005
+ # SAML single logout is currently not supported. Must use `HTTPS`.
3006
+ # Corresponds to the JSON property `logoutRedirectUri`
3007
+ # @return [String]
3008
+ attr_accessor :logout_redirect_uri
3009
+
3010
+ # Required. The `SingleSignOnService` endpoint location (sign-in page URL) of
3011
+ # the identity provider. This is the URL where the `AuthnRequest` will be sent.
3012
+ # Must use `HTTPS`. Currently assumed to accept the `HTTP-Redirect` binding.
3013
+ # Corresponds to the JSON property `singleSignOnServiceUri`
3014
+ # @return [String]
3015
+ attr_accessor :single_sign_on_service_uri
3016
+
3017
+ def initialize(**args)
3018
+ update!(**args)
3019
+ end
3020
+
3021
+ # Update properties of this object
3022
+ def update!(**args)
3023
+ @change_password_uri = args[:change_password_uri] if args.key?(:change_password_uri)
3024
+ @entity_id = args[:entity_id] if args.key?(:entity_id)
3025
+ @logout_redirect_uri = args[:logout_redirect_uri] if args.key?(:logout_redirect_uri)
3026
+ @single_sign_on_service_uri = args[:single_sign_on_service_uri] if args.key?(:single_sign_on_service_uri)
3027
+ end
3028
+ end
3029
+
3030
+ # SAML SP (service provider) configuration.
3031
+ class SamlSpConfig
3032
+ include Google::Apis::Core::Hashable
3033
+
3034
+ # Output only. The SAML **Assertion Consumer Service (ACS) URL** to be used for
3035
+ # the IDP-initiated login. Currently assumed to accept response messages via the
3036
+ # `HTTP-POST` binding.
3037
+ # Corresponds to the JSON property `assertionConsumerServiceUri`
3038
+ # @return [String]
3039
+ attr_accessor :assertion_consumer_service_uri
3040
+
3041
+ # Output only. The SAML **Entity ID** for this service provider.
3042
+ # Corresponds to the JSON property `entityId`
3043
+ # @return [String]
3044
+ attr_accessor :entity_id
3045
+
3046
+ def initialize(**args)
3047
+ update!(**args)
3048
+ end
3049
+
3050
+ # Update properties of this object
3051
+ def update!(**args)
3052
+ @assertion_consumer_service_uri = args[:assertion_consumer_service_uri] if args.key?(:assertion_consumer_service_uri)
3053
+ @entity_id = args[:entity_id] if args.key?(:entity_id)
3054
+ end
3055
+ end
3056
+
3057
+ # Details that are applicable when `sso_mode` == `SAML_SSO`.
3058
+ class SamlSsoInfo
3059
+ include Google::Apis::Core::Hashable
3060
+
3061
+ # Required. Name of the `InboundSamlSsoProfile` to use. Must be of the form `
3062
+ # inboundSamlSsoProfiles/`inbound_saml_sso_profile``.
3063
+ # Corresponds to the JSON property `inboundSamlSsoProfile`
3064
+ # @return [String]
3065
+ attr_accessor :inbound_saml_sso_profile
3066
+
3067
+ def initialize(**args)
3068
+ update!(**args)
3069
+ end
3070
+
3071
+ # Update properties of this object
3072
+ def update!(**args)
3073
+ @inbound_saml_sso_profile = args[:inbound_saml_sso_profile] if args.key?(:inbound_saml_sso_profile)
3074
+ end
3075
+ end
3076
+
2618
3077
  # The response message for GroupsService.SearchGroups.
2619
3078
  class SearchGroupsResponse
2620
3079
  include Google::Apis::Core::Hashable
@@ -2733,6 +3192,25 @@ module Google
2733
3192
  end
2734
3193
  end
2735
3194
 
3195
+ # Controls sign-in behavior.
3196
+ class SignInBehavior
3197
+ include Google::Apis::Core::Hashable
3198
+
3199
+ # When to redirect sign-ins to the IdP.
3200
+ # Corresponds to the JSON property `redirectCondition`
3201
+ # @return [String]
3202
+ attr_accessor :redirect_condition
3203
+
3204
+ def initialize(**args)
3205
+ update!(**args)
3206
+ end
3207
+
3208
+ # Update properties of this object
3209
+ def update!(**args)
3210
+ @redirect_condition = args[:redirect_condition] if args.key?(:redirect_condition)
3211
+ end
3212
+ end
3213
+
2736
3214
  # The `Status` type defines a logical error model that is suitable for different
2737
3215
  # programming environments, including REST APIs and RPC APIs. It is used by [
2738
3216
  # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
@@ -2792,6 +3270,34 @@ module Google
2792
3270
  end
2793
3271
  end
2794
3272
 
3273
+ # LRO response metadata for InboundSamlSsoProfilesService.
3274
+ # UpdateInboundSamlSsoProfile.
3275
+ class UpdateInboundSamlSsoProfileOperationMetadata
3276
+ include Google::Apis::Core::Hashable
3277
+
3278
+ def initialize(**args)
3279
+ update!(**args)
3280
+ end
3281
+
3282
+ # Update properties of this object
3283
+ def update!(**args)
3284
+ end
3285
+ end
3286
+
3287
+ # LRO response metadata for InboundSsoAssignmentsService.
3288
+ # UpdateInboundSsoAssignment.
3289
+ class UpdateInboundSsoAssignmentOperationMetadata
3290
+ include Google::Apis::Core::Hashable
3291
+
3292
+ def initialize(**args)
3293
+ update!(**args)
3294
+ end
3295
+
3296
+ # Update properties of this object
3297
+ def update!(**args)
3298
+ end
3299
+ end
3300
+
2795
3301
  # The details of an update to a `MembershipRole`.
2796
3302
  class UpdateMembershipRolesParams
2797
3303
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudidentityV1beta1
18
18
  # Version of the google-apis-cloudidentity_v1beta1 gem
19
- GEM_VERSION = "0.32.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220830"
25
+ REVISION = "20221025"
26
26
  end
27
27
  end
28
28
  end