google-apis-cloudidentity_v1beta1 0.48.0 → 0.49.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: 944c5e1936d77ade46cef069a6fbfb172d60c1ed085455381ff24c28582565d0
4
- data.tar.gz: b81ae3abfa1d4544b18c5316694613b0333b21150f05ba6b33d3a99ce77adfaf
3
+ metadata.gz: b21819883ca81dda88c465b6ddd4899628a91069d0b83cf476f57418b6b5b930
4
+ data.tar.gz: 5775e856392cd578090212e6e1b25cccea8088250c5ffb437f1a37b41413b5b6
5
5
  SHA512:
6
- metadata.gz: 5cfc1f6c1a98ad1f9bb5379300db2e885050ce72a2a8020c22218acbdb7e73e929427da80589445f3224ca8826aaf8608ff181510d1b15b4113e57f0d1b9b5c1
7
- data.tar.gz: f8e551010a2f33bd60994eda97e2a125155d31c8c3b8961b7916275b0caf18875013f613a4ad4e882d0be9c9a2f90361ee4e17732c5bff268cbb1d17880c4fd8
6
+ metadata.gz: bf98e90b769992ac0ed9c7ff86cb8a59361d435d3c072da5a427d4cacc51c4dad35fa4d4130b50610f8c0af47fd5f8a64fab147e12af7ee422e14dd926c45c1a
7
+ data.tar.gz: 27b6893d2b9fb228b86ac6a31434b8cd8b748b707162677bc0cd160f55f425bb27b5fee6af6ff31b34e0bb65b42a55a23d9de9d55de06d7f5783ec9dfb9f44f4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudidentity_v1beta1
2
2
 
3
+ ### v0.49.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240611
6
+
3
7
  ### v0.48.0 (2024-05-19)
4
8
 
5
9
  * 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
 
@@ -724,12 +732,20 @@ module Google
724
732
  class CreateInboundSamlSsoProfileOperationMetadata
725
733
  include Google::Apis::Core::Hashable
726
734
 
735
+ # State of this Operation Will be "awaiting-multi-party-approval" when the
736
+ # operation is deferred due to the target customer having enabled [Multi-party
737
+ # approval for sensitive actions](https://support.google.com/a/answer/13790448).
738
+ # Corresponds to the JSON property `state`
739
+ # @return [String]
740
+ attr_accessor :state
741
+
727
742
  def initialize(**args)
728
743
  update!(**args)
729
744
  end
730
745
 
731
746
  # Update properties of this object
732
747
  def update!(**args)
748
+ @state = args[:state] if args.key?(:state)
733
749
  end
734
750
  end
735
751
 
@@ -3993,12 +4009,20 @@ module Google
3993
4009
  class UpdateInboundSamlSsoProfileOperationMetadata
3994
4010
  include Google::Apis::Core::Hashable
3995
4011
 
4012
+ # State of this Operation Will be "awaiting-multi-party-approval" when the
4013
+ # operation is deferred due to the target customer having enabled [Multi-party
4014
+ # approval for sensitive actions](https://support.google.com/a/answer/13790448).
4015
+ # Corresponds to the JSON property `state`
4016
+ # @return [String]
4017
+ attr_accessor :state
4018
+
3996
4019
  def initialize(**args)
3997
4020
  update!(**args)
3998
4021
  end
3999
4022
 
4000
4023
  # Update properties of this object
4001
4024
  def update!(**args)
4025
+ @state = args[:state] if args.key?(:state)
4002
4026
  end
4003
4027
  end
4004
4028
 
@@ -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.48.0"
19
+ GEM_VERSION = "0.49.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 = "20240507"
25
+ REVISION = "20240611"
26
26
  end
27
27
  end
28
28
  end
@@ -739,6 +739,7 @@ module Google
739
739
  class AddIdpCredentialOperationMetadata
740
740
  # @private
741
741
  class Representation < Google::Apis::Core::JsonRepresentation
742
+ property :state, as: 'state'
742
743
  end
743
744
  end
744
745
 
@@ -922,6 +923,7 @@ module Google
922
923
  class CreateInboundSamlSsoProfileOperationMetadata
923
924
  # @private
924
925
  class Representation < Google::Apis::Core::JsonRepresentation
926
+ property :state, as: 'state'
925
927
  end
926
928
  end
927
929
 
@@ -1832,6 +1834,7 @@ module Google
1832
1834
  class UpdateInboundSamlSsoProfileOperationMetadata
1833
1835
  # @private
1834
1836
  class Representation < Google::Apis::Core::JsonRepresentation
1837
+ property :state, as: 'state'
1835
1838
  end
1836
1839
  end
1837
1840
 
@@ -1776,7 +1776,11 @@ module Google
1776
1776
  execute_or_queue_command(command, &block)
1777
1777
  end
1778
1778
 
1779
- # Creates an InboundSamlSsoProfile for a customer.
1779
+ # Creates an InboundSamlSsoProfile for a customer. When the target customer has
1780
+ # enabled [Multi-party approval for sensitive actions](https://support.google.
1781
+ # com/a/answer/13790448), the `Operation` in the response will have `"done":
1782
+ # false`, it will not have a response, and the metadata will have `"state": "
1783
+ # awaiting-multi-party-approval"`.
1780
1784
  # @param [Google::Apis::CloudidentityV1beta1::InboundSamlSsoProfile] inbound_saml_sso_profile_object
1781
1785
  # @param [String] fields
1782
1786
  # Selector specifying which fields to include in a partial response.
@@ -1917,7 +1921,11 @@ module Google
1917
1921
  execute_or_queue_command(command, &block)
1918
1922
  end
1919
1923
 
1920
- # Updates an InboundSamlSsoProfile.
1924
+ # Updates an InboundSamlSsoProfile. When the target customer has enabled [Multi-
1925
+ # party approval for sensitive actions](https://support.google.com/a/answer/
1926
+ # 13790448), the `Operation` in the response will have `"done": false`, it will
1927
+ # not have a response, and the metadata will have `"state": "awaiting-multi-
1928
+ # party-approval"`.
1921
1929
  # @param [String] name
1922
1930
  # Output only. [Resource name](https://cloud.google.com/apis/design/
1923
1931
  # resource_names) of the SAML SSO profile.
@@ -1954,7 +1962,11 @@ module Google
1954
1962
  execute_or_queue_command(command, &block)
1955
1963
  end
1956
1964
 
1957
- # Adds an IdpCredential. Up to 2 credentials are allowed.
1965
+ # Adds an IdpCredential. Up to 2 credentials are allowed. When the target
1966
+ # customer has enabled [Multi-party approval for sensitive actions](https://
1967
+ # support.google.com/a/answer/13790448), the `Operation` in the response will
1968
+ # have `"done": false`, it will not have a response, and the metadata will have `
1969
+ # "state": "awaiting-multi-party-approval"`.
1958
1970
  # @param [String] parent
1959
1971
  # Required. The InboundSamlSsoProfile that owns the IdpCredential. Format: `
1960
1972
  # inboundSamlSsoProfiles/`sso_profile_id``
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudidentity_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.0
4
+ version: 0.49.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-05-26 00:00:00.000000000 Z
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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.48.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.49.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []