google-apis-cloudidentity_v1beta1 0.47.0 → 0.49.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c32b1cf0664572e52297c942d3d8e58b19f2efbc57498e79db616fa341f487a
4
- data.tar.gz: 9f59f84dae109e1760193c4ca75cda96102b9bb7d5e3f9c8c6f8b28af22fcea9
3
+ metadata.gz: b21819883ca81dda88c465b6ddd4899628a91069d0b83cf476f57418b6b5b930
4
+ data.tar.gz: 5775e856392cd578090212e6e1b25cccea8088250c5ffb437f1a37b41413b5b6
5
5
  SHA512:
6
- metadata.gz: 6cdee67ad51662a83e23a521012856e94e04bf5d24399d19386de26fd4c34b375d32ed34de961d6bcabc881b987cc22f797465a2eb6f52f0bba58530dd7cbdd0
7
- data.tar.gz: a4f680c5f9a21181bf4778182d3386d78b20c6b81d696b6021ee56c434a631f184715552fc879749a6e368e3c77fc9367c240bdf06c92e68f75cd4411ef63bb4
6
+ metadata.gz: bf98e90b769992ac0ed9c7ff86cb8a59361d435d3c072da5a427d4cacc51c4dad35fa4d4130b50610f8c0af47fd5f8a64fab147e12af7ee422e14dd926c45c1a
7
+ data.tar.gz: 27b6893d2b9fb228b86ac6a31434b8cd8b748b707162677bc0cd160f55f425bb27b5fee6af6ff31b34e0bb65b42a55a23d9de9d55de06d7f5783ec9dfb9f44f4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
7
+ ### v0.48.0 (2024-05-19)
8
+
9
+ * Regenerated from discovery document revision 20240507
10
+ * Regenerated using generator version 0.15.0
11
+
3
12
  ### v0.47.0 (2024-03-17)
4
13
 
5
14
  * Regenerated from discovery document revision 20240312
@@ -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
 
@@ -991,6 +1007,11 @@ module Google
991
1007
  # @return [String]
992
1008
  attr_accessor :serial_number
993
1009
 
1010
+ # Output only. Unified device id of the device.
1011
+ # Corresponds to the JSON property `unifiedDeviceId`
1012
+ # @return [String]
1013
+ attr_accessor :unified_device_id
1014
+
994
1015
  # WiFi MAC addresses of device.
995
1016
  # Corresponds to the JSON property `wifiMacAddresses`
996
1017
  # @return [Array<String>]
@@ -1033,6 +1054,7 @@ module Google
1033
1054
  @release_version = args[:release_version] if args.key?(:release_version)
1034
1055
  @security_patch_time = args[:security_patch_time] if args.key?(:security_patch_time)
1035
1056
  @serial_number = args[:serial_number] if args.key?(:serial_number)
1057
+ @unified_device_id = args[:unified_device_id] if args.key?(:unified_device_id)
1036
1058
  @wifi_mac_addresses = args[:wifi_mac_addresses] if args.key?(:wifi_mac_addresses)
1037
1059
  end
1038
1060
  end
@@ -2144,6 +2166,11 @@ module Google
2144
2166
  # @return [String]
2145
2167
  attr_accessor :serial_number
2146
2168
 
2169
+ # Output only. Unified device id of the device.
2170
+ # Corresponds to the JSON property `unifiedDeviceId`
2171
+ # @return [String]
2172
+ attr_accessor :unified_device_id
2173
+
2147
2174
  # WiFi MAC addresses of device.
2148
2175
  # Corresponds to the JSON property `wifiMacAddresses`
2149
2176
  # @return [Array<String>]
@@ -2185,6 +2212,7 @@ module Google
2185
2212
  @release_version = args[:release_version] if args.key?(:release_version)
2186
2213
  @security_patch_time = args[:security_patch_time] if args.key?(:security_patch_time)
2187
2214
  @serial_number = args[:serial_number] if args.key?(:serial_number)
2215
+ @unified_device_id = args[:unified_device_id] if args.key?(:unified_device_id)
2188
2216
  @wifi_mac_addresses = args[:wifi_mac_addresses] if args.key?(:wifi_mac_addresses)
2189
2217
  end
2190
2218
  end
@@ -3981,12 +4009,20 @@ module Google
3981
4009
  class UpdateInboundSamlSsoProfileOperationMetadata
3982
4010
  include Google::Apis::Core::Hashable
3983
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
+
3984
4019
  def initialize(**args)
3985
4020
  update!(**args)
3986
4021
  end
3987
4022
 
3988
4023
  # Update properties of this object
3989
4024
  def update!(**args)
4025
+ @state = args[:state] if args.key?(:state)
3990
4026
  end
3991
4027
  end
3992
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.47.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240312"
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
 
@@ -994,6 +996,7 @@ module Google
994
996
  property :release_version, as: 'releaseVersion'
995
997
  property :security_patch_time, as: 'securityPatchTime'
996
998
  property :serial_number, as: 'serialNumber'
999
+ property :unified_device_id, as: 'unifiedDeviceId'
997
1000
  collection :wifi_mac_addresses, as: 'wifiMacAddresses'
998
1001
  end
999
1002
  end
@@ -1289,6 +1292,7 @@ module Google
1289
1292
  property :release_version, as: 'releaseVersion'
1290
1293
  property :security_patch_time, as: 'securityPatchTime'
1291
1294
  property :serial_number, as: 'serialNumber'
1295
+ property :unified_device_id, as: 'unifiedDeviceId'
1292
1296
  collection :wifi_mac_addresses, as: 'wifiMacAddresses'
1293
1297
  end
1294
1298
  end
@@ -1830,6 +1834,7 @@ module Google
1830
1834
  class UpdateInboundSamlSsoProfileOperationMetadata
1831
1835
  # @private
1832
1836
  class Representation < Google::Apis::Core::JsonRepresentation
1837
+ property :state, as: 'state'
1833
1838
  end
1834
1839
  end
1835
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.47.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-03-17 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.47.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: []