google-apis-cloudidentity_v1 0.43.0 → 0.44.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: 53ee53ecfb45c1d8cd0fa77ab7b1ca81a2a0c5e6e5d552a0d7beaa210b4c7541
|
|
4
|
+
data.tar.gz: ef51ea46295dafa152c83c1f1b830d72c5a680b2346a3094ab776ee55fe2b57c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c944a40e30642ac43a9e8737ab26e75128383ce5f63e992db1be3b61fc937bd5e11ad80c3ba57b92e3e744e7b69fa56e6612487a72d85392ed503e0070e16332
|
|
7
|
+
data.tar.gz: edf599da8bef4467b1bd4d3eb21164bf9c7c452d7e40a0b9f77dd62d43d5e438c70761914a7e0d88721601e648c312faa97f53cfcdf9fca1160228263ac18555
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
|
@@ -3068,12 +3084,20 @@ module Google
|
|
|
3068
3084
|
class UpdateInboundSamlSsoProfileOperationMetadata
|
|
3069
3085
|
include Google::Apis::Core::Hashable
|
|
3070
3086
|
|
|
3087
|
+
# State of this Operation Will be "awaiting-multi-party-approval" when the
|
|
3088
|
+
# operation is deferred due to the target customer having enabled [Multi-party
|
|
3089
|
+
# approval for sensitive actions](https://support.google.com/a/answer/13790448).
|
|
3090
|
+
# Corresponds to the JSON property `state`
|
|
3091
|
+
# @return [String]
|
|
3092
|
+
attr_accessor :state
|
|
3093
|
+
|
|
3071
3094
|
def initialize(**args)
|
|
3072
3095
|
update!(**args)
|
|
3073
3096
|
end
|
|
3074
3097
|
|
|
3075
3098
|
# Update properties of this object
|
|
3076
3099
|
def update!(**args)
|
|
3100
|
+
@state = args[:state] if args.key?(:state)
|
|
3077
3101
|
end
|
|
3078
3102
|
end
|
|
3079
3103
|
|
|
@@ -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.44.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240611"
|
|
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.44.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-06-16 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.44.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: []
|