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