google-apis-cloudidentity_v1 0.42.0 → 0.44.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: 747e8a3a55fdd69d51eacd951f6318e65007dfdb41dd5bbb41f0a188761c6c85
4
- data.tar.gz: 1a7077df861d944dfd7d95365c46c4d588645260cf49fb3216aa9b560bf9a4ed
3
+ metadata.gz: 53ee53ecfb45c1d8cd0fa77ab7b1ca81a2a0c5e6e5d552a0d7beaa210b4c7541
4
+ data.tar.gz: ef51ea46295dafa152c83c1f1b830d72c5a680b2346a3094ab776ee55fe2b57c
5
5
  SHA512:
6
- metadata.gz: 9160837e94e45a0f5c25fa22a6280afb5882e89f5dc41650f4a0d66b534ebe0c2ebb816dfbcad64120d7d420dd3015c14af26be707f7cea9cf4d5c01b8be399c
7
- data.tar.gz: 41bf25ae65834ba364c12e06cc0bfee7d5fa9bbc293e6be6420b29bf76abfbbd3def76c7f6a5af67df361cfe1de36567c25bc384c084475b75fffdbafa1d6ed2
6
+ metadata.gz: c944a40e30642ac43a9e8737ab26e75128383ce5f63e992db1be3b61fc937bd5e11ad80c3ba57b92e3e744e7b69fa56e6612487a72d85392ed503e0070e16332
7
+ data.tar.gz: edf599da8bef4467b1bd4d3eb21164bf9c7c452d7e40a0b9f77dd62d43d5e438c70761914a7e0d88721601e648c312faa97f53cfcdf9fca1160228263ac18555
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudidentity_v1
2
2
 
3
+ ### v0.44.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240611
6
+
7
+ ### v0.43.0 (2024-05-19)
8
+
9
+ * Regenerated from discovery document revision 20240507
10
+ * Regenerated using generator version 0.15.0
11
+
3
12
  ### v0.42.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
 
@@ -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
 
@@ -1315,6 +1331,11 @@ module Google
1315
1331
  # @return [String]
1316
1332
  attr_accessor :serial_number
1317
1333
 
1334
+ # Output only. Unified device id of the device.
1335
+ # Corresponds to the JSON property `unifiedDeviceId`
1336
+ # @return [String]
1337
+ attr_accessor :unified_device_id
1338
+
1318
1339
  # WiFi MAC addresses of device.
1319
1340
  # Corresponds to the JSON property `wifiMacAddresses`
1320
1341
  # @return [Array<String>]
@@ -1356,6 +1377,7 @@ module Google
1356
1377
  @release_version = args[:release_version] if args.key?(:release_version)
1357
1378
  @security_patch_time = args[:security_patch_time] if args.key?(:security_patch_time)
1358
1379
  @serial_number = args[:serial_number] if args.key?(:serial_number)
1380
+ @unified_device_id = args[:unified_device_id] if args.key?(:unified_device_id)
1359
1381
  @wifi_mac_addresses = args[:wifi_mac_addresses] if args.key?(:wifi_mac_addresses)
1360
1382
  end
1361
1383
  end
@@ -3062,12 +3084,20 @@ module Google
3062
3084
  class UpdateInboundSamlSsoProfileOperationMetadata
3063
3085
  include Google::Apis::Core::Hashable
3064
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
+
3065
3094
  def initialize(**args)
3066
3095
  update!(**args)
3067
3096
  end
3068
3097
 
3069
3098
  # Update properties of this object
3070
3099
  def update!(**args)
3100
+ @state = args[:state] if args.key?(:state)
3071
3101
  end
3072
3102
  end
3073
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.42.0"
19
+ GEM_VERSION = "0.44.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
@@ -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
 
@@ -1030,6 +1032,7 @@ module Google
1030
1032
  property :release_version, as: 'releaseVersion'
1031
1033
  property :security_patch_time, as: 'securityPatchTime'
1032
1034
  property :serial_number, as: 'serialNumber'
1035
+ property :unified_device_id, as: 'unifiedDeviceId'
1033
1036
  collection :wifi_mac_addresses, as: 'wifiMacAddresses'
1034
1037
  end
1035
1038
  end
@@ -1552,6 +1555,7 @@ module Google
1552
1555
  class UpdateInboundSamlSsoProfileOperationMetadata
1553
1556
  # @private
1554
1557
  class Representation < Google::Apis::Core::JsonRepresentation
1558
+ property :state, as: 'state'
1555
1559
  end
1556
1560
  end
1557
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.42.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-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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.42.0
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: []