google-apis-cloudidentity_v1 0.43.0 → 0.45.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: 719c8e8820200182dee4abfd68d242d06bffbfe13db139a342e33ed86f4b2bd2
|
4
|
+
data.tar.gz: d2532e6303e1ee8cfb6e6617fae03c30bc2be8e8ee3a25b7e1750e306ea9cd31
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c49363d396b08b088b79c395d7514435d810d4bb43bf331096ddeeea7b3952ef361643c98f388cb33a5eb37446f5401c28f3effcfd5ebe58fcb11403ff1febd9
|
7
|
+
data.tar.gz: a558722168942397b4dec8c1b025ef408fc8bcd04cd3fcfa6847a593fc9e5a6710cef8acf8af5aa51e295c73f73c491d150a380dbca5d20752a5373784e7e319
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-cloudidentity_v1
|
2
2
|
|
3
|
+
### v0.45.0 (2024-09-29)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240924
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
8
|
+
### v0.44.0 (2024-06-16)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240611
|
11
|
+
|
3
12
|
### v0.43.0 (2024-05-19)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240507
|
@@ -26,12 +26,20 @@ module Google
|
|
26
26
|
class AddIdpCredentialOperationMetadata
|
27
27
|
include Google::Apis::Core::Hashable
|
28
28
|
|
29
|
+
# State of this Operation Will be "awaiting-multi-party-approval" when the
|
30
|
+
# operation is deferred due to the target customer having enabled [Multi-party
|
31
|
+
# approval for sensitive actions](https://support.google.com/a/answer/13790448).
|
32
|
+
# Corresponds to the JSON property `state`
|
33
|
+
# @return [String]
|
34
|
+
attr_accessor :state
|
35
|
+
|
29
36
|
def initialize(**args)
|
30
37
|
update!(**args)
|
31
38
|
end
|
32
39
|
|
33
40
|
# Update properties of this object
|
34
41
|
def update!(**args)
|
42
|
+
@state = args[:state] if args.key?(:state)
|
35
43
|
end
|
36
44
|
end
|
37
45
|
|
@@ -110,12 +118,20 @@ module Google
|
|
110
118
|
class CreateInboundSamlSsoProfileOperationMetadata
|
111
119
|
include Google::Apis::Core::Hashable
|
112
120
|
|
121
|
+
# State of this Operation Will be "awaiting-multi-party-approval" when the
|
122
|
+
# operation is deferred due to the target customer having enabled [Multi-party
|
123
|
+
# approval for sensitive actions](https://support.google.com/a/answer/13790448).
|
124
|
+
# Corresponds to the JSON property `state`
|
125
|
+
# @return [String]
|
126
|
+
attr_accessor :state
|
127
|
+
|
113
128
|
def initialize(**args)
|
114
129
|
update!(**args)
|
115
130
|
end
|
116
131
|
|
117
132
|
# Update properties of this object
|
118
133
|
def update!(**args)
|
134
|
+
@state = args[:state] if args.key?(:state)
|
119
135
|
end
|
120
136
|
end
|
121
137
|
|
@@ -607,7 +623,7 @@ module Google
|
|
607
623
|
|
608
624
|
# Browser-specific fields reported by the [Endpoint Verification extension](
|
609
625
|
# https://chromewebstore.google.com/detail/endpoint-verification/
|
610
|
-
# callobklhcbilhphinckomhgkigmfocg?pli=1).
|
626
|
+
# callobklhcbilhphinckomhgkigmfocg?pli=1).
|
611
627
|
# Corresponds to the JSON property `chromeBrowserInfo`
|
612
628
|
# @return [Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1BrowserInfo]
|
613
629
|
attr_accessor :chrome_browser_info
|
@@ -618,7 +634,8 @@ module Google
|
|
618
634
|
# @return [String]
|
619
635
|
attr_accessor :chrome_profile_id
|
620
636
|
|
621
|
-
# Timestamp in milliseconds since
|
637
|
+
# Timestamp in milliseconds since the Unix epoch when the profile/gcm id was
|
638
|
+
# last synced.
|
622
639
|
# Corresponds to the JSON property `lastProfileSyncTime`
|
623
640
|
# @return [String]
|
624
641
|
attr_accessor :last_profile_sync_time
|
@@ -637,7 +654,7 @@ module Google
|
|
637
654
|
|
638
655
|
# Browser-specific fields reported by the [Endpoint Verification extension](
|
639
656
|
# https://chromewebstore.google.com/detail/endpoint-verification/
|
640
|
-
# callobklhcbilhphinckomhgkigmfocg?pli=1).
|
657
|
+
# callobklhcbilhphinckomhgkigmfocg?pli=1).
|
641
658
|
class GoogleAppsCloudidentityDevicesV1BrowserInfo
|
642
659
|
include Google::Apis::Core::Hashable
|
643
660
|
|
@@ -646,7 +663,7 @@ module Google
|
|
646
663
|
# @return [String]
|
647
664
|
attr_accessor :browser_management_state
|
648
665
|
|
649
|
-
# Version of the request initiating browser.
|
666
|
+
# Version of the request initiating browser. E.g. `91.0.4442.4`.
|
650
667
|
# Corresponds to the JSON property `browserVersion`
|
651
668
|
# @return [String]
|
652
669
|
attr_accessor :browser_version
|
@@ -1448,10 +1465,11 @@ module Google
|
|
1448
1465
|
class GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
|
1449
1466
|
include Google::Apis::Core::Hashable
|
1450
1467
|
|
1451
|
-
# Additional signals
|
1452
|
-
#
|
1468
|
+
# [Additional signals](https://cloud.google.com/endpoint-verification/docs/
|
1469
|
+
# device-information) reported by Endpoint Verification. It includes the
|
1470
|
+
# following attributes: * Non-configurable attributes: hotfixes, av_installed,
|
1453
1471
|
# av_enabled, windows_domain_name, is_os_native_firewall_enabled, and
|
1454
|
-
# is_secure_boot_enabled.
|
1472
|
+
# is_secure_boot_enabled. * [Configurable attributes](https://cloud.google.com/
|
1455
1473
|
# endpoint-verification/docs/collect-config-attributes): file, folder, and
|
1456
1474
|
# binary attributes; registry entries; and properties in a plist.
|
1457
1475
|
# Corresponds to the JSON property `additionalSignals`
|
@@ -3068,12 +3086,20 @@ module Google
|
|
3068
3086
|
class UpdateInboundSamlSsoProfileOperationMetadata
|
3069
3087
|
include Google::Apis::Core::Hashable
|
3070
3088
|
|
3089
|
+
# State of this Operation Will be "awaiting-multi-party-approval" when the
|
3090
|
+
# operation is deferred due to the target customer having enabled [Multi-party
|
3091
|
+
# approval for sensitive actions](https://support.google.com/a/answer/13790448).
|
3092
|
+
# Corresponds to the JSON property `state`
|
3093
|
+
# @return [String]
|
3094
|
+
attr_accessor :state
|
3095
|
+
|
3071
3096
|
def initialize(**args)
|
3072
3097
|
update!(**args)
|
3073
3098
|
end
|
3074
3099
|
|
3075
3100
|
# Update properties of this object
|
3076
3101
|
def update!(**args)
|
3102
|
+
@state = args[:state] if args.key?(:state)
|
3077
3103
|
end
|
3078
3104
|
end
|
3079
3105
|
|
@@ -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.45.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240924"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -655,6 +655,7 @@ module Google
|
|
655
655
|
class AddIdpCredentialOperationMetadata
|
656
656
|
# @private
|
657
657
|
class Representation < Google::Apis::Core::JsonRepresentation
|
658
|
+
property :state, as: 'state'
|
658
659
|
end
|
659
660
|
end
|
660
661
|
|
@@ -687,6 +688,7 @@ module Google
|
|
687
688
|
class CreateInboundSamlSsoProfileOperationMetadata
|
688
689
|
# @private
|
689
690
|
class Representation < Google::Apis::Core::JsonRepresentation
|
691
|
+
property :state, as: 'state'
|
690
692
|
end
|
691
693
|
end
|
692
694
|
|
@@ -1553,6 +1555,7 @@ module Google
|
|
1553
1555
|
class UpdateInboundSamlSsoProfileOperationMetadata
|
1554
1556
|
# @private
|
1555
1557
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1558
|
+
property :state, as: 'state'
|
1556
1559
|
end
|
1557
1560
|
end
|
1558
1561
|
|
@@ -1859,7 +1859,11 @@ module Google
|
|
1859
1859
|
execute_or_queue_command(command, &block)
|
1860
1860
|
end
|
1861
1861
|
|
1862
|
-
# Creates an InboundSamlSsoProfile for a customer.
|
1862
|
+
# Creates an InboundSamlSsoProfile for a customer. When the target customer has
|
1863
|
+
# enabled [Multi-party approval for sensitive actions](https://support.google.
|
1864
|
+
# com/a/answer/13790448), the `Operation` in the response will have `"done":
|
1865
|
+
# false`, it will not have a response, and the metadata will have `"state": "
|
1866
|
+
# awaiting-multi-party-approval"`.
|
1863
1867
|
# @param [Google::Apis::CloudidentityV1::InboundSamlSsoProfile] inbound_saml_sso_profile_object
|
1864
1868
|
# @param [String] fields
|
1865
1869
|
# Selector specifying which fields to include in a partial response.
|
@@ -2000,7 +2004,11 @@ module Google
|
|
2000
2004
|
execute_or_queue_command(command, &block)
|
2001
2005
|
end
|
2002
2006
|
|
2003
|
-
# Updates an InboundSamlSsoProfile.
|
2007
|
+
# Updates an InboundSamlSsoProfile. When the target customer has enabled [Multi-
|
2008
|
+
# party approval for sensitive actions](https://support.google.com/a/answer/
|
2009
|
+
# 13790448), the `Operation` in the response will have `"done": false`, it will
|
2010
|
+
# not have a response, and the metadata will have `"state": "awaiting-multi-
|
2011
|
+
# party-approval"`.
|
2004
2012
|
# @param [String] name
|
2005
2013
|
# Output only. [Resource name](https://cloud.google.com/apis/design/
|
2006
2014
|
# resource_names) of the SAML SSO profile.
|
@@ -2037,7 +2045,11 @@ module Google
|
|
2037
2045
|
execute_or_queue_command(command, &block)
|
2038
2046
|
end
|
2039
2047
|
|
2040
|
-
# Adds an IdpCredential. Up to 2 credentials are allowed.
|
2048
|
+
# Adds an IdpCredential. Up to 2 credentials are allowed. When the target
|
2049
|
+
# customer has enabled [Multi-party approval for sensitive actions](https://
|
2050
|
+
# support.google.com/a/answer/13790448), the `Operation` in the response will
|
2051
|
+
# have `"done": false`, it will not have a response, and the metadata will have `
|
2052
|
+
# "state": "awaiting-multi-party-approval"`.
|
2041
2053
|
# @param [String] parent
|
2042
2054
|
# Required. The InboundSamlSsoProfile that owns the IdpCredential. Format: `
|
2043
2055
|
# inboundSamlSsoProfiles/`sso_profile_id``
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudidentity_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.45.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.45.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|