google-apis-cloudidentity_v1 0.30.0 → 0.31.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 160af287ce4f0942d42c8640857a33a7ef2ebfd556170c47f9223547240728e4
|
4
|
+
data.tar.gz: '084c8941d2635e6954d5136d42216bb50985bcd1b19ae67eb110bb32d1ee62fa'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f77c5468aad9d27922214fd48e7585cb2fc78d57e6b4b78c3d38a6ecc330ca0c8e85335f664dc6221cfd3fa4cb53ab3a72e9c1b257acb4a9bdf50a43ff8e1690
|
7
|
+
data.tar.gz: 18724096d1c49d7fbbd486b7ba7f042a014134f1dcd25bdfb3ccc9373b395e6aa28a99b6f08b1be615927bc3275003407d10aa85742102153fb07547f4ee86db
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-cloudidentity_v1
|
2
2
|
|
3
|
+
### v0.31.0 (2023-01-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230117
|
6
|
+
* Regenerated using generator version 0.11.1
|
7
|
+
|
3
8
|
### v0.30.0 (2023-01-04)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20221221
|
@@ -22,6 +22,40 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module CloudidentityV1
|
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
|
# Request to cancel sent invitation for target email in UserInvitation.
|
26
60
|
class CancelUserInvitationRequest
|
27
61
|
include Google::Apis::Core::Hashable
|
@@ -71,6 +105,34 @@ module Google
|
|
71
105
|
end
|
72
106
|
end
|
73
107
|
|
108
|
+
# LRO response metadata for InboundSamlSsoProfilesService.
|
109
|
+
# CreateInboundSamlSsoProfile.
|
110
|
+
class CreateInboundSamlSsoProfileOperationMetadata
|
111
|
+
include Google::Apis::Core::Hashable
|
112
|
+
|
113
|
+
def initialize(**args)
|
114
|
+
update!(**args)
|
115
|
+
end
|
116
|
+
|
117
|
+
# Update properties of this object
|
118
|
+
def update!(**args)
|
119
|
+
end
|
120
|
+
end
|
121
|
+
|
122
|
+
# LRO response metadata for InboundSsoAssignmentsService.
|
123
|
+
# CreateInboundSsoAssignment.
|
124
|
+
class CreateInboundSsoAssignmentOperationMetadata
|
125
|
+
include Google::Apis::Core::Hashable
|
126
|
+
|
127
|
+
def initialize(**args)
|
128
|
+
update!(**args)
|
129
|
+
end
|
130
|
+
|
131
|
+
# Update properties of this object
|
132
|
+
def update!(**args)
|
133
|
+
end
|
134
|
+
end
|
135
|
+
|
74
136
|
# Metadata for CreateMembership LRO.
|
75
137
|
class CreateMembershipMetadata
|
76
138
|
include Google::Apis::Core::Hashable
|
@@ -97,6 +159,47 @@ module Google
|
|
97
159
|
end
|
98
160
|
end
|
99
161
|
|
162
|
+
# LRO response metadata for InboundSamlSsoProfilesService.DeleteIdpCredential.
|
163
|
+
class DeleteIdpCredentialOperationMetadata
|
164
|
+
include Google::Apis::Core::Hashable
|
165
|
+
|
166
|
+
def initialize(**args)
|
167
|
+
update!(**args)
|
168
|
+
end
|
169
|
+
|
170
|
+
# Update properties of this object
|
171
|
+
def update!(**args)
|
172
|
+
end
|
173
|
+
end
|
174
|
+
|
175
|
+
# LRO response metadata for InboundSamlSsoProfilesService.
|
176
|
+
# DeleteInboundSamlSsoProfile.
|
177
|
+
class DeleteInboundSamlSsoProfileOperationMetadata
|
178
|
+
include Google::Apis::Core::Hashable
|
179
|
+
|
180
|
+
def initialize(**args)
|
181
|
+
update!(**args)
|
182
|
+
end
|
183
|
+
|
184
|
+
# Update properties of this object
|
185
|
+
def update!(**args)
|
186
|
+
end
|
187
|
+
end
|
188
|
+
|
189
|
+
# LRO response metadata for InboundSsoAssignmentsService.
|
190
|
+
# DeleteInboundSsoAssignment.
|
191
|
+
class DeleteInboundSsoAssignmentOperationMetadata
|
192
|
+
include Google::Apis::Core::Hashable
|
193
|
+
|
194
|
+
def initialize(**args)
|
195
|
+
update!(**args)
|
196
|
+
end
|
197
|
+
|
198
|
+
# Update properties of this object
|
199
|
+
def update!(**args)
|
200
|
+
end
|
201
|
+
end
|
202
|
+
|
100
203
|
# Metadata for DeleteMembership LRO.
|
101
204
|
class DeleteMembershipMetadata
|
102
205
|
include Google::Apis::Core::Hashable
|
@@ -110,6 +213,25 @@ module Google
|
|
110
213
|
end
|
111
214
|
end
|
112
215
|
|
216
|
+
# Information of a DSA public key.
|
217
|
+
class DsaPublicKeyInfo
|
218
|
+
include Google::Apis::Core::Hashable
|
219
|
+
|
220
|
+
# Key size in bits (size of parameter P).
|
221
|
+
# Corresponds to the JSON property `keySize`
|
222
|
+
# @return [Fixnum]
|
223
|
+
attr_accessor :key_size
|
224
|
+
|
225
|
+
def initialize(**args)
|
226
|
+
update!(**args)
|
227
|
+
end
|
228
|
+
|
229
|
+
# Update properties of this object
|
230
|
+
def update!(**args)
|
231
|
+
@key_size = args[:key_size] if args.key?(:key_size)
|
232
|
+
end
|
233
|
+
end
|
234
|
+
|
113
235
|
# Dynamic group metadata like queries and status.
|
114
236
|
class DynamicGroupMetadata
|
115
237
|
include Google::Apis::Core::Hashable
|
@@ -1439,6 +1561,153 @@ module Google
|
|
1439
1561
|
end
|
1440
1562
|
end
|
1441
1563
|
|
1564
|
+
# Credential for verifying signatures produced by the Identity Provider.
|
1565
|
+
class IdpCredential
|
1566
|
+
include Google::Apis::Core::Hashable
|
1567
|
+
|
1568
|
+
# Information of a DSA public key.
|
1569
|
+
# Corresponds to the JSON property `dsaKeyInfo`
|
1570
|
+
# @return [Google::Apis::CloudidentityV1::DsaPublicKeyInfo]
|
1571
|
+
attr_accessor :dsa_key_info
|
1572
|
+
|
1573
|
+
# Output only. [Resource name](https://cloud.google.com/apis/design/
|
1574
|
+
# resource_names) of the credential.
|
1575
|
+
# Corresponds to the JSON property `name`
|
1576
|
+
# @return [String]
|
1577
|
+
attr_accessor :name
|
1578
|
+
|
1579
|
+
# Information of a RSA public key.
|
1580
|
+
# Corresponds to the JSON property `rsaKeyInfo`
|
1581
|
+
# @return [Google::Apis::CloudidentityV1::RsaPublicKeyInfo]
|
1582
|
+
attr_accessor :rsa_key_info
|
1583
|
+
|
1584
|
+
# Output only. Time when the `IdpCredential` was last updated.
|
1585
|
+
# Corresponds to the JSON property `updateTime`
|
1586
|
+
# @return [String]
|
1587
|
+
attr_accessor :update_time
|
1588
|
+
|
1589
|
+
def initialize(**args)
|
1590
|
+
update!(**args)
|
1591
|
+
end
|
1592
|
+
|
1593
|
+
# Update properties of this object
|
1594
|
+
def update!(**args)
|
1595
|
+
@dsa_key_info = args[:dsa_key_info] if args.key?(:dsa_key_info)
|
1596
|
+
@name = args[:name] if args.key?(:name)
|
1597
|
+
@rsa_key_info = args[:rsa_key_info] if args.key?(:rsa_key_info)
|
1598
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
1599
|
+
end
|
1600
|
+
end
|
1601
|
+
|
1602
|
+
# A [SAML 2.0](https://www.oasis-open.org/standards#samlv2.0) federation between
|
1603
|
+
# a Google enterprise customer and a SAML identity provider.
|
1604
|
+
class InboundSamlSsoProfile
|
1605
|
+
include Google::Apis::Core::Hashable
|
1606
|
+
|
1607
|
+
# Immutable. The customer. For example: `customers/C0123abc`.
|
1608
|
+
# Corresponds to the JSON property `customer`
|
1609
|
+
# @return [String]
|
1610
|
+
attr_accessor :customer
|
1611
|
+
|
1612
|
+
# Human-readable name of the SAML SSO profile.
|
1613
|
+
# Corresponds to the JSON property `displayName`
|
1614
|
+
# @return [String]
|
1615
|
+
attr_accessor :display_name
|
1616
|
+
|
1617
|
+
# SAML IDP (identity provider) configuration.
|
1618
|
+
# Corresponds to the JSON property `idpConfig`
|
1619
|
+
# @return [Google::Apis::CloudidentityV1::SamlIdpConfig]
|
1620
|
+
attr_accessor :idp_config
|
1621
|
+
|
1622
|
+
# Output only. [Resource name](https://cloud.google.com/apis/design/
|
1623
|
+
# resource_names) of the SAML SSO profile.
|
1624
|
+
# Corresponds to the JSON property `name`
|
1625
|
+
# @return [String]
|
1626
|
+
attr_accessor :name
|
1627
|
+
|
1628
|
+
# SAML SP (service provider) configuration.
|
1629
|
+
# Corresponds to the JSON property `spConfig`
|
1630
|
+
# @return [Google::Apis::CloudidentityV1::SamlSpConfig]
|
1631
|
+
attr_accessor :sp_config
|
1632
|
+
|
1633
|
+
def initialize(**args)
|
1634
|
+
update!(**args)
|
1635
|
+
end
|
1636
|
+
|
1637
|
+
# Update properties of this object
|
1638
|
+
def update!(**args)
|
1639
|
+
@customer = args[:customer] if args.key?(:customer)
|
1640
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
1641
|
+
@idp_config = args[:idp_config] if args.key?(:idp_config)
|
1642
|
+
@name = args[:name] if args.key?(:name)
|
1643
|
+
@sp_config = args[:sp_config] if args.key?(:sp_config)
|
1644
|
+
end
|
1645
|
+
end
|
1646
|
+
|
1647
|
+
# Targets with "set" SSO assignments and their respective assignments.
|
1648
|
+
class InboundSsoAssignment
|
1649
|
+
include Google::Apis::Core::Hashable
|
1650
|
+
|
1651
|
+
# Immutable. The customer. For example: `customers/C0123abc`.
|
1652
|
+
# Corresponds to the JSON property `customer`
|
1653
|
+
# @return [String]
|
1654
|
+
attr_accessor :customer
|
1655
|
+
|
1656
|
+
# Output only. [Resource name](https://cloud.google.com/apis/design/
|
1657
|
+
# resource_names) of the Inbound SSO Assignment.
|
1658
|
+
# Corresponds to the JSON property `name`
|
1659
|
+
# @return [String]
|
1660
|
+
attr_accessor :name
|
1661
|
+
|
1662
|
+
# Must be zero (which is the default value so it can be omitted) for assignments
|
1663
|
+
# with `target_org_unit` set and must be greater-than-or-equal-to one for
|
1664
|
+
# assignments with `target_group` set.
|
1665
|
+
# Corresponds to the JSON property `rank`
|
1666
|
+
# @return [Fixnum]
|
1667
|
+
attr_accessor :rank
|
1668
|
+
|
1669
|
+
# Details that are applicable when `sso_mode` == `SAML_SSO`.
|
1670
|
+
# Corresponds to the JSON property `samlSsoInfo`
|
1671
|
+
# @return [Google::Apis::CloudidentityV1::SamlSsoInfo]
|
1672
|
+
attr_accessor :saml_sso_info
|
1673
|
+
|
1674
|
+
# Controls sign-in behavior.
|
1675
|
+
# Corresponds to the JSON property `signInBehavior`
|
1676
|
+
# @return [Google::Apis::CloudidentityV1::SignInBehavior]
|
1677
|
+
attr_accessor :sign_in_behavior
|
1678
|
+
|
1679
|
+
# Inbound SSO behavior.
|
1680
|
+
# Corresponds to the JSON property `ssoMode`
|
1681
|
+
# @return [String]
|
1682
|
+
attr_accessor :sso_mode
|
1683
|
+
|
1684
|
+
# Immutable. Must be of the form `groups/`group``.
|
1685
|
+
# Corresponds to the JSON property `targetGroup`
|
1686
|
+
# @return [String]
|
1687
|
+
attr_accessor :target_group
|
1688
|
+
|
1689
|
+
# Immutable. Must be of the form `orgUnits/`org_unit``.
|
1690
|
+
# Corresponds to the JSON property `targetOrgUnit`
|
1691
|
+
# @return [String]
|
1692
|
+
attr_accessor :target_org_unit
|
1693
|
+
|
1694
|
+
def initialize(**args)
|
1695
|
+
update!(**args)
|
1696
|
+
end
|
1697
|
+
|
1698
|
+
# Update properties of this object
|
1699
|
+
def update!(**args)
|
1700
|
+
@customer = args[:customer] if args.key?(:customer)
|
1701
|
+
@name = args[:name] if args.key?(:name)
|
1702
|
+
@rank = args[:rank] if args.key?(:rank)
|
1703
|
+
@saml_sso_info = args[:saml_sso_info] if args.key?(:saml_sso_info)
|
1704
|
+
@sign_in_behavior = args[:sign_in_behavior] if args.key?(:sign_in_behavior)
|
1705
|
+
@sso_mode = args[:sso_mode] if args.key?(:sso_mode)
|
1706
|
+
@target_group = args[:target_group] if args.key?(:target_group)
|
1707
|
+
@target_org_unit = args[:target_org_unit] if args.key?(:target_org_unit)
|
1708
|
+
end
|
1709
|
+
end
|
1710
|
+
|
1442
1711
|
# Response for IsInvitableUser RPC.
|
1443
1712
|
class IsInvitableUserResponse
|
1444
1713
|
include Google::Apis::Core::Hashable
|
@@ -1485,6 +1754,85 @@ module Google
|
|
1485
1754
|
end
|
1486
1755
|
end
|
1487
1756
|
|
1757
|
+
# Response of the InboundSamlSsoProfilesService.ListIdpCredentials method.
|
1758
|
+
class ListIdpCredentialsResponse
|
1759
|
+
include Google::Apis::Core::Hashable
|
1760
|
+
|
1761
|
+
# The IdpCredentials from the specified InboundSamlSsoProfile.
|
1762
|
+
# Corresponds to the JSON property `idpCredentials`
|
1763
|
+
# @return [Array<Google::Apis::CloudidentityV1::IdpCredential>]
|
1764
|
+
attr_accessor :idp_credentials
|
1765
|
+
|
1766
|
+
# A token, which can be sent as `page_token` to retrieve the next page. If this
|
1767
|
+
# field is omitted, there are no subsequent pages.
|
1768
|
+
# Corresponds to the JSON property `nextPageToken`
|
1769
|
+
# @return [String]
|
1770
|
+
attr_accessor :next_page_token
|
1771
|
+
|
1772
|
+
def initialize(**args)
|
1773
|
+
update!(**args)
|
1774
|
+
end
|
1775
|
+
|
1776
|
+
# Update properties of this object
|
1777
|
+
def update!(**args)
|
1778
|
+
@idp_credentials = args[:idp_credentials] if args.key?(:idp_credentials)
|
1779
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1780
|
+
end
|
1781
|
+
end
|
1782
|
+
|
1783
|
+
# Response of the InboundSamlSsoProfilesService.ListInboundSamlSsoProfiles
|
1784
|
+
# method.
|
1785
|
+
class ListInboundSamlSsoProfilesResponse
|
1786
|
+
include Google::Apis::Core::Hashable
|
1787
|
+
|
1788
|
+
# List of InboundSamlSsoProfiles.
|
1789
|
+
# Corresponds to the JSON property `inboundSamlSsoProfiles`
|
1790
|
+
# @return [Array<Google::Apis::CloudidentityV1::InboundSamlSsoProfile>]
|
1791
|
+
attr_accessor :inbound_saml_sso_profiles
|
1792
|
+
|
1793
|
+
# A token, which can be sent as `page_token` to retrieve the next page. If this
|
1794
|
+
# field is omitted, there are no subsequent pages.
|
1795
|
+
# Corresponds to the JSON property `nextPageToken`
|
1796
|
+
# @return [String]
|
1797
|
+
attr_accessor :next_page_token
|
1798
|
+
|
1799
|
+
def initialize(**args)
|
1800
|
+
update!(**args)
|
1801
|
+
end
|
1802
|
+
|
1803
|
+
# Update properties of this object
|
1804
|
+
def update!(**args)
|
1805
|
+
@inbound_saml_sso_profiles = args[:inbound_saml_sso_profiles] if args.key?(:inbound_saml_sso_profiles)
|
1806
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1807
|
+
end
|
1808
|
+
end
|
1809
|
+
|
1810
|
+
# Response of the InboundSsoAssignmentsService.ListInboundSsoAssignments method.
|
1811
|
+
class ListInboundSsoAssignmentsResponse
|
1812
|
+
include Google::Apis::Core::Hashable
|
1813
|
+
|
1814
|
+
# The assignments.
|
1815
|
+
# Corresponds to the JSON property `inboundSsoAssignments`
|
1816
|
+
# @return [Array<Google::Apis::CloudidentityV1::InboundSsoAssignment>]
|
1817
|
+
attr_accessor :inbound_sso_assignments
|
1818
|
+
|
1819
|
+
# A token, which can be sent as `page_token` to retrieve the next page. If this
|
1820
|
+
# field is omitted, there are no subsequent pages.
|
1821
|
+
# Corresponds to the JSON property `nextPageToken`
|
1822
|
+
# @return [String]
|
1823
|
+
attr_accessor :next_page_token
|
1824
|
+
|
1825
|
+
def initialize(**args)
|
1826
|
+
update!(**args)
|
1827
|
+
end
|
1828
|
+
|
1829
|
+
# Update properties of this object
|
1830
|
+
def update!(**args)
|
1831
|
+
@inbound_sso_assignments = args[:inbound_sso_assignments] if args.key?(:inbound_sso_assignments)
|
1832
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1833
|
+
end
|
1834
|
+
end
|
1835
|
+
|
1488
1836
|
# The response message for MembershipsService.ListMemberships.
|
1489
1837
|
class ListMembershipsResponse
|
1490
1838
|
include Google::Apis::Core::Hashable
|
@@ -1948,6 +2296,117 @@ module Google
|
|
1948
2296
|
end
|
1949
2297
|
end
|
1950
2298
|
|
2299
|
+
# Information of a RSA public key.
|
2300
|
+
class RsaPublicKeyInfo
|
2301
|
+
include Google::Apis::Core::Hashable
|
2302
|
+
|
2303
|
+
# Key size in bits (size of the modulus).
|
2304
|
+
# Corresponds to the JSON property `keySize`
|
2305
|
+
# @return [Fixnum]
|
2306
|
+
attr_accessor :key_size
|
2307
|
+
|
2308
|
+
def initialize(**args)
|
2309
|
+
update!(**args)
|
2310
|
+
end
|
2311
|
+
|
2312
|
+
# Update properties of this object
|
2313
|
+
def update!(**args)
|
2314
|
+
@key_size = args[:key_size] if args.key?(:key_size)
|
2315
|
+
end
|
2316
|
+
end
|
2317
|
+
|
2318
|
+
# SAML IDP (identity provider) configuration.
|
2319
|
+
class SamlIdpConfig
|
2320
|
+
include Google::Apis::Core::Hashable
|
2321
|
+
|
2322
|
+
# The **Change Password URL** of the identity provider. Users will be sent to
|
2323
|
+
# this URL when changing their passwords at `myaccount.google.com`. This takes
|
2324
|
+
# precedence over the change password URL configured at customer-level. Must use
|
2325
|
+
# `HTTPS`.
|
2326
|
+
# Corresponds to the JSON property `changePasswordUri`
|
2327
|
+
# @return [String]
|
2328
|
+
attr_accessor :change_password_uri
|
2329
|
+
|
2330
|
+
# Required. The SAML **Entity ID** of the identity provider.
|
2331
|
+
# Corresponds to the JSON property `entityId`
|
2332
|
+
# @return [String]
|
2333
|
+
attr_accessor :entity_id
|
2334
|
+
|
2335
|
+
# The **Logout Redirect URL** (sign-out page URL) of the identity provider. When
|
2336
|
+
# a user clicks the sign-out link on a Google page, they will be redirected to
|
2337
|
+
# this URL. This is a pure redirect with no attached SAML `LogoutRequest` i.e.
|
2338
|
+
# SAML single logout is currently not supported. Must use `HTTPS`.
|
2339
|
+
# Corresponds to the JSON property `logoutRedirectUri`
|
2340
|
+
# @return [String]
|
2341
|
+
attr_accessor :logout_redirect_uri
|
2342
|
+
|
2343
|
+
# Required. The `SingleSignOnService` endpoint location (sign-in page URL) of
|
2344
|
+
# the identity provider. This is the URL where the `AuthnRequest` will be sent.
|
2345
|
+
# Must use `HTTPS`. Currently assumed to accept the `HTTP-Redirect` binding.
|
2346
|
+
# Corresponds to the JSON property `singleSignOnServiceUri`
|
2347
|
+
# @return [String]
|
2348
|
+
attr_accessor :single_sign_on_service_uri
|
2349
|
+
|
2350
|
+
def initialize(**args)
|
2351
|
+
update!(**args)
|
2352
|
+
end
|
2353
|
+
|
2354
|
+
# Update properties of this object
|
2355
|
+
def update!(**args)
|
2356
|
+
@change_password_uri = args[:change_password_uri] if args.key?(:change_password_uri)
|
2357
|
+
@entity_id = args[:entity_id] if args.key?(:entity_id)
|
2358
|
+
@logout_redirect_uri = args[:logout_redirect_uri] if args.key?(:logout_redirect_uri)
|
2359
|
+
@single_sign_on_service_uri = args[:single_sign_on_service_uri] if args.key?(:single_sign_on_service_uri)
|
2360
|
+
end
|
2361
|
+
end
|
2362
|
+
|
2363
|
+
# SAML SP (service provider) configuration.
|
2364
|
+
class SamlSpConfig
|
2365
|
+
include Google::Apis::Core::Hashable
|
2366
|
+
|
2367
|
+
# Output only. The SAML **Assertion Consumer Service (ACS) URL** to be used for
|
2368
|
+
# the IDP-initiated login. Currently assumed to accept response messages via the
|
2369
|
+
# `HTTP-POST` binding.
|
2370
|
+
# Corresponds to the JSON property `assertionConsumerServiceUri`
|
2371
|
+
# @return [String]
|
2372
|
+
attr_accessor :assertion_consumer_service_uri
|
2373
|
+
|
2374
|
+
# Output only. The SAML **Entity ID** for this service provider.
|
2375
|
+
# Corresponds to the JSON property `entityId`
|
2376
|
+
# @return [String]
|
2377
|
+
attr_accessor :entity_id
|
2378
|
+
|
2379
|
+
def initialize(**args)
|
2380
|
+
update!(**args)
|
2381
|
+
end
|
2382
|
+
|
2383
|
+
# Update properties of this object
|
2384
|
+
def update!(**args)
|
2385
|
+
@assertion_consumer_service_uri = args[:assertion_consumer_service_uri] if args.key?(:assertion_consumer_service_uri)
|
2386
|
+
@entity_id = args[:entity_id] if args.key?(:entity_id)
|
2387
|
+
end
|
2388
|
+
end
|
2389
|
+
|
2390
|
+
# Details that are applicable when `sso_mode` == `SAML_SSO`.
|
2391
|
+
class SamlSsoInfo
|
2392
|
+
include Google::Apis::Core::Hashable
|
2393
|
+
|
2394
|
+
# Required. Name of the `InboundSamlSsoProfile` to use. Must be of the form `
|
2395
|
+
# inboundSamlSsoProfiles/`inbound_saml_sso_profile``.
|
2396
|
+
# Corresponds to the JSON property `inboundSamlSsoProfile`
|
2397
|
+
# @return [String]
|
2398
|
+
attr_accessor :inbound_saml_sso_profile
|
2399
|
+
|
2400
|
+
def initialize(**args)
|
2401
|
+
update!(**args)
|
2402
|
+
end
|
2403
|
+
|
2404
|
+
# Update properties of this object
|
2405
|
+
def update!(**args)
|
2406
|
+
@inbound_saml_sso_profile = args[:inbound_saml_sso_profile] if args.key?(:inbound_saml_sso_profile)
|
2407
|
+
end
|
2408
|
+
end
|
2409
|
+
|
1951
2410
|
# The response message for GroupsService.SearchGroups.
|
1952
2411
|
class SearchGroupsResponse
|
1953
2412
|
include Google::Apis::Core::Hashable
|
@@ -2066,6 +2525,25 @@ module Google
|
|
2066
2525
|
end
|
2067
2526
|
end
|
2068
2527
|
|
2528
|
+
# Controls sign-in behavior.
|
2529
|
+
class SignInBehavior
|
2530
|
+
include Google::Apis::Core::Hashable
|
2531
|
+
|
2532
|
+
# When to redirect sign-ins to the IdP.
|
2533
|
+
# Corresponds to the JSON property `redirectCondition`
|
2534
|
+
# @return [String]
|
2535
|
+
attr_accessor :redirect_condition
|
2536
|
+
|
2537
|
+
def initialize(**args)
|
2538
|
+
update!(**args)
|
2539
|
+
end
|
2540
|
+
|
2541
|
+
# Update properties of this object
|
2542
|
+
def update!(**args)
|
2543
|
+
@redirect_condition = args[:redirect_condition] if args.key?(:redirect_condition)
|
2544
|
+
end
|
2545
|
+
end
|
2546
|
+
|
2069
2547
|
# The `Status` type defines a logical error model that is suitable for different
|
2070
2548
|
# programming environments, including REST APIs and RPC APIs. It is used by [
|
2071
2549
|
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
@@ -2138,6 +2616,34 @@ module Google
|
|
2138
2616
|
end
|
2139
2617
|
end
|
2140
2618
|
|
2619
|
+
# LRO response metadata for InboundSamlSsoProfilesService.
|
2620
|
+
# UpdateInboundSamlSsoProfile.
|
2621
|
+
class UpdateInboundSamlSsoProfileOperationMetadata
|
2622
|
+
include Google::Apis::Core::Hashable
|
2623
|
+
|
2624
|
+
def initialize(**args)
|
2625
|
+
update!(**args)
|
2626
|
+
end
|
2627
|
+
|
2628
|
+
# Update properties of this object
|
2629
|
+
def update!(**args)
|
2630
|
+
end
|
2631
|
+
end
|
2632
|
+
|
2633
|
+
# LRO response metadata for InboundSsoAssignmentsService.
|
2634
|
+
# UpdateInboundSsoAssignment.
|
2635
|
+
class UpdateInboundSsoAssignmentOperationMetadata
|
2636
|
+
include Google::Apis::Core::Hashable
|
2637
|
+
|
2638
|
+
def initialize(**args)
|
2639
|
+
update!(**args)
|
2640
|
+
end
|
2641
|
+
|
2642
|
+
# Update properties of this object
|
2643
|
+
def update!(**args)
|
2644
|
+
end
|
2645
|
+
end
|
2646
|
+
|
2141
2647
|
# Metadata for UpdateMembership LRO.
|
2142
2648
|
class UpdateMembershipMetadata
|
2143
2649
|
include Google::Apis::Core::Hashable
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudidentityV1
|
18
18
|
# Version of the google-apis-cloudidentity_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.31.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.11.
|
22
|
+
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230117"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|