google-apis-chromemanagement_v1 0.59.0 → 0.61.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: d108e85ddd5a5bbd822f30af7379ab6f01b2e9c3b67cc8066b671e2418dd421a
4
- data.tar.gz: b0dd83f94d256d4548e3142fe0fca2c824ea8019a369315d2600dbca33ba2363
3
+ metadata.gz: 91433a33df3ec1f2a9bf4569538f270237433c3048e1f9b37d2ffb653270e77f
4
+ data.tar.gz: 32562c083477a56fc6dd0f61dc7283ae345402b71cb422849ae74e0e3e0c95d3
5
5
  SHA512:
6
- metadata.gz: 96e3fa08bf840966e713fee101be231eb97d812f52fc9878e67642750e8adfa8845a43d8e376cd6e37f5d473efadae255c53924e8a91bd9c66ddf1e7e890c937
7
- data.tar.gz: eaf1902c02495e8149d91d27686f0f8ea7855f6ad81b0ff58cf79c945a1915f9807ccd02eee1e88509f52ad5067c6f71d66f44242e3fbaaf159676427a7fac27
6
+ metadata.gz: 9198040ec6caa5e0f9ac677ae2957959bc7a2d609125d80f7e3c78e30797282e00506d2478b390480ce5056da4bef80fe2c2b7bcc9cff3795c505123e2dafc03
7
+ data.tar.gz: 8824ec092fcdeecaa786b8d84512fd535a00cac61de0d0d9b9a72c7d0edfab80813b368a5fec427187175a872258beb0597d4eadb32cab57c1fafc55a0d7e695
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-chromemanagement_v1
2
2
 
3
+ ### v0.61.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250212
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.60.0 (2024-12-22)
9
+
10
+ * Regenerated from discovery document revision 20241216
11
+
3
12
  ### v0.59.0 (2024-11-24)
4
13
 
5
14
  * Regenerated from discovery document revision 20241121
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](http://developers.google.com/chrome/management/) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://developers.google.com/chrome/management/) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -4126,6 +4126,132 @@ module Google
4126
4126
  end
4127
4127
  end
4128
4128
 
4129
+ # A certificate provisioning process.
4130
+ class GoogleChromeManagementVersionsV1CertificateProvisioningProcess
4131
+ include Google::Apis::Core::Hashable
4132
+
4133
+ # Output only. A JSON string that contains the administrator-provided
4134
+ # configuration for the certification authority service. This field can be
4135
+ # missing if no configuration was given.
4136
+ # Corresponds to the JSON property `caConnectionAdapterConfigReference`
4137
+ # @return [String]
4138
+ attr_accessor :ca_connection_adapter_config_reference
4139
+
4140
+ # Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs
4141
+ # to.
4142
+ # Corresponds to the JSON property `chromeOsDevice`
4143
+ # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsDevice]
4144
+ attr_accessor :chrome_os_device
4145
+
4146
+ # Describes the ChromeOS user session that a `CertificateProvisioningProcess`
4147
+ # belongs to.
4148
+ # Corresponds to the JSON property `chromeOsUserSession`
4149
+ # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsUserSession]
4150
+ attr_accessor :chrome_os_user_session
4151
+
4152
+ # Output only. A message describing why this `CertificateProvisioningProcess`
4153
+ # failed. Presence of this field indicates that the `
4154
+ # CertificateProvisioningProcess` has failed.
4155
+ # Corresponds to the JSON property `failureMessage`
4156
+ # @return [String]
4157
+ attr_accessor :failure_message
4158
+
4159
+ # Describes a generic Certificate Authority Connection.
4160
+ # Corresponds to the JSON property `genericCaConnection`
4161
+ # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1GenericCaConnection]
4162
+ attr_accessor :generic_ca_connection
4163
+
4164
+ # Describes a generic certificate provisioning profile.
4165
+ # Corresponds to the JSON property `genericProfile`
4166
+ # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1GenericProfile]
4167
+ attr_accessor :generic_profile
4168
+
4169
+ # Output only. The issued certificate for this `CertificateProvisioningProcess`
4170
+ # in PEM format.
4171
+ # Corresponds to the JSON property `issuedCertificate`
4172
+ # @return [String]
4173
+ attr_accessor :issued_certificate
4174
+
4175
+ # Identifier. Resource name of the `CertificateProvisioningProcess`. The name
4176
+ # pattern is given as `customers/`customer`/certificateProvisioningProcesses/`
4177
+ # certificate_provisioning_process`` with ``customer`` being the obfuscated
4178
+ # customer id and ``certificate_provisioning_process`` being the certificate
4179
+ # provisioning process id.
4180
+ # Corresponds to the JSON property `name`
4181
+ # @return [String]
4182
+ attr_accessor :name
4183
+
4184
+ # Output only. A JSON string that contains the administrator-provided
4185
+ # configuration for the certificate provisioning profile. This field can be
4186
+ # missing if no configuration was given.
4187
+ # Corresponds to the JSON property `profileAdapterConfigReference`
4188
+ # @return [String]
4189
+ attr_accessor :profile_adapter_config_reference
4190
+
4191
+ # Output only. The ID of the certificate provisioning profile.
4192
+ # Corresponds to the JSON property `provisioningProfileId`
4193
+ # @return [String]
4194
+ attr_accessor :provisioning_profile_id
4195
+
4196
+ # Output only. The data that the client was asked to sign. This field is only
4197
+ # present after the `SignData` operation has been initiated.
4198
+ # Corresponds to the JSON property `signData`
4199
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
4200
+ # @return [String]
4201
+ attr_accessor :sign_data
4202
+
4203
+ # Output only. The signature of `signature_algorithm`, generated using the
4204
+ # client's private key using `signature_algorithm`. This field is only present
4205
+ # after the`SignData` operation has finished.
4206
+ # Corresponds to the JSON property `signature`
4207
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
4208
+ # @return [String]
4209
+ attr_accessor :signature
4210
+
4211
+ # Output only. The signature algorithm that the adapter expects the client and
4212
+ # backend components to use when processing `sign_data`. This field is only
4213
+ # present after the `SignData` operation has been initiated.
4214
+ # Corresponds to the JSON property `signatureAlgorithm`
4215
+ # @return [String]
4216
+ attr_accessor :signature_algorithm
4217
+
4218
+ # Output only. Server-generated timestamp of when the certificate provisioning
4219
+ # process has been created.
4220
+ # Corresponds to the JSON property `startTime`
4221
+ # @return [String]
4222
+ attr_accessor :start_time
4223
+
4224
+ # Output only. The public key for which a certificate should be provisioned.
4225
+ # Represented as a DER-encoded X.509 SubjectPublicKeyInfo.
4226
+ # Corresponds to the JSON property `subjectPublicKeyInfo`
4227
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
4228
+ # @return [String]
4229
+ attr_accessor :subject_public_key_info
4230
+
4231
+ def initialize(**args)
4232
+ update!(**args)
4233
+ end
4234
+
4235
+ # Update properties of this object
4236
+ def update!(**args)
4237
+ @ca_connection_adapter_config_reference = args[:ca_connection_adapter_config_reference] if args.key?(:ca_connection_adapter_config_reference)
4238
+ @chrome_os_device = args[:chrome_os_device] if args.key?(:chrome_os_device)
4239
+ @chrome_os_user_session = args[:chrome_os_user_session] if args.key?(:chrome_os_user_session)
4240
+ @failure_message = args[:failure_message] if args.key?(:failure_message)
4241
+ @generic_ca_connection = args[:generic_ca_connection] if args.key?(:generic_ca_connection)
4242
+ @generic_profile = args[:generic_profile] if args.key?(:generic_profile)
4243
+ @issued_certificate = args[:issued_certificate] if args.key?(:issued_certificate)
4244
+ @name = args[:name] if args.key?(:name)
4245
+ @profile_adapter_config_reference = args[:profile_adapter_config_reference] if args.key?(:profile_adapter_config_reference)
4246
+ @provisioning_profile_id = args[:provisioning_profile_id] if args.key?(:provisioning_profile_id)
4247
+ @sign_data = args[:sign_data] if args.key?(:sign_data)
4248
+ @signature = args[:signature] if args.key?(:signature)
4249
+ @signature_algorithm = args[:signature_algorithm] if args.key?(:signature_algorithm)
4250
+ @start_time = args[:start_time] if args.key?(:start_time)
4251
+ @subject_public_key_info = args[:subject_public_key_info] if args.key?(:subject_public_key_info)
4252
+ end
4253
+ end
4254
+
4129
4255
  # A representation of a Chrome browser profile.
4130
4256
  class GoogleChromeManagementVersionsV1ChromeBrowserProfile
4131
4257
  include Google::Apis::Core::Hashable
@@ -4299,6 +4425,67 @@ module Google
4299
4425
  end
4300
4426
  end
4301
4427
 
4428
+ # Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs
4429
+ # to.
4430
+ class GoogleChromeManagementVersionsV1ChromeOsDevice
4431
+ include Google::Apis::Core::Hashable
4432
+
4433
+ # Output only. The unique Directory API ID of the device. This value is the same
4434
+ # as the Admin Console's Directory API ID in the ChromeOS Devices tab.
4435
+ # Corresponds to the JSON property `deviceDirectoryApiId`
4436
+ # @return [String]
4437
+ attr_accessor :device_directory_api_id
4438
+
4439
+ # Output only. Device serial number. This value is the same as the Admin Console'
4440
+ # s Serial Number in the ChromeOS Devices tab.
4441
+ # Corresponds to the JSON property `serialNumber`
4442
+ # @return [String]
4443
+ attr_accessor :serial_number
4444
+
4445
+ def initialize(**args)
4446
+ update!(**args)
4447
+ end
4448
+
4449
+ # Update properties of this object
4450
+ def update!(**args)
4451
+ @device_directory_api_id = args[:device_directory_api_id] if args.key?(:device_directory_api_id)
4452
+ @serial_number = args[:serial_number] if args.key?(:serial_number)
4453
+ end
4454
+ end
4455
+
4456
+ # Describes the ChromeOS user session that a `CertificateProvisioningProcess`
4457
+ # belongs to.
4458
+ class GoogleChromeManagementVersionsV1ChromeOsUserSession
4459
+ include Google::Apis::Core::Hashable
4460
+
4461
+ # Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs
4462
+ # to.
4463
+ # Corresponds to the JSON property `chromeOsDevice`
4464
+ # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsDevice]
4465
+ attr_accessor :chrome_os_device
4466
+
4467
+ # Output only. The unique Directory API ID of the user.
4468
+ # Corresponds to the JSON property `userDirectoryApiId`
4469
+ # @return [String]
4470
+ attr_accessor :user_directory_api_id
4471
+
4472
+ # Output only. The primary e-mail address of the user.
4473
+ # Corresponds to the JSON property `userPrimaryEmail`
4474
+ # @return [String]
4475
+ attr_accessor :user_primary_email
4476
+
4477
+ def initialize(**args)
4478
+ update!(**args)
4479
+ end
4480
+
4481
+ # Update properties of this object
4482
+ def update!(**args)
4483
+ @chrome_os_device = args[:chrome_os_device] if args.key?(:chrome_os_device)
4484
+ @user_directory_api_id = args[:user_directory_api_id] if args.key?(:user_directory_api_id)
4485
+ @user_primary_email = args[:user_primary_email] if args.key?(:user_primary_email)
4486
+ end
4487
+ end
4488
+
4302
4489
  # Information of a device that runs a Chrome browser profile.
4303
4490
  class GoogleChromeManagementVersionsV1DeviceInfo
4304
4491
  include Google::Apis::Core::Hashable
@@ -4342,6 +4529,48 @@ module Google
4342
4529
  end
4343
4530
  end
4344
4531
 
4532
+ # Describes a generic Certificate Authority Connection.
4533
+ class GoogleChromeManagementVersionsV1GenericCaConnection
4534
+ include Google::Apis::Core::Hashable
4535
+
4536
+ # Output only. A string that references the administrator-provided configuration
4537
+ # for the certification authority service. This field can be missing if no
4538
+ # configuration was given.
4539
+ # Corresponds to the JSON property `caConnectionAdapterConfigReference`
4540
+ # @return [String]
4541
+ attr_accessor :ca_connection_adapter_config_reference
4542
+
4543
+ def initialize(**args)
4544
+ update!(**args)
4545
+ end
4546
+
4547
+ # Update properties of this object
4548
+ def update!(**args)
4549
+ @ca_connection_adapter_config_reference = args[:ca_connection_adapter_config_reference] if args.key?(:ca_connection_adapter_config_reference)
4550
+ end
4551
+ end
4552
+
4553
+ # Describes a generic certificate provisioning profile.
4554
+ class GoogleChromeManagementVersionsV1GenericProfile
4555
+ include Google::Apis::Core::Hashable
4556
+
4557
+ # Output only. A string that references the administrator-provided configuration
4558
+ # for the certificate provisioning profile. This field can be missing if no
4559
+ # configuration was given.
4560
+ # Corresponds to the JSON property `profileAdapterConfigReference`
4561
+ # @return [String]
4562
+ attr_accessor :profile_adapter_config_reference
4563
+
4564
+ def initialize(**args)
4565
+ update!(**args)
4566
+ end
4567
+
4568
+ # Update properties of this object
4569
+ def update!(**args)
4570
+ @profile_adapter_config_reference = args[:profile_adapter_config_reference] if args.key?(:profile_adapter_config_reference)
4571
+ end
4572
+ end
4573
+
4345
4574
  # Response to ListChromeBrowserProfiles method.
4346
4575
  class GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse
4347
4576
  include Google::Apis::Core::Hashable
@@ -4600,6 +4829,45 @@ module Google
4600
4829
  end
4601
4830
  end
4602
4831
 
4832
+ # Metadata for the long-running operation returned by signData.
4833
+ class GoogleChromeManagementVersionsV1SignDataMetadata
4834
+ include Google::Apis::Core::Hashable
4835
+
4836
+ # Output only. Start time of the SignData operation.
4837
+ # Corresponds to the JSON property `startTime`
4838
+ # @return [String]
4839
+ attr_accessor :start_time
4840
+
4841
+ def initialize(**args)
4842
+ update!(**args)
4843
+ end
4844
+
4845
+ # Update properties of this object
4846
+ def update!(**args)
4847
+ @start_time = args[:start_time] if args.key?(:start_time)
4848
+ end
4849
+ end
4850
+
4851
+ # Response message for requesting a signature from the client that initated a
4852
+ # certificate provisioning process.
4853
+ class GoogleChromeManagementVersionsV1SignDataResponse
4854
+ include Google::Apis::Core::Hashable
4855
+
4856
+ # A certificate provisioning process.
4857
+ # Corresponds to the JSON property `certificateProvisioningProcess`
4858
+ # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1CertificateProvisioningProcess]
4859
+ attr_accessor :certificate_provisioning_process
4860
+
4861
+ def initialize(**args)
4862
+ update!(**args)
4863
+ end
4864
+
4865
+ # Update properties of this object
4866
+ def update!(**args)
4867
+ @certificate_provisioning_process = args[:certificate_provisioning_process] if args.key?(:certificate_provisioning_process)
4868
+ end
4869
+ end
4870
+
4603
4871
  # A certificate provisioning process.
4604
4872
  class GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess
4605
4873
  include Google::Apis::Core::Hashable
@@ -4630,6 +4898,16 @@ module Google
4630
4898
  # @return [String]
4631
4899
  attr_accessor :failure_message
4632
4900
 
4901
+ # Describes a generic Certificate Authority Connection.
4902
+ # Corresponds to the JSON property `genericCaConnection`
4903
+ # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1GenericCaConnection]
4904
+ attr_accessor :generic_ca_connection
4905
+
4906
+ # Describes a generic certificate provisioning profile.
4907
+ # Corresponds to the JSON property `genericProfile`
4908
+ # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1GenericProfile]
4909
+ attr_accessor :generic_profile
4910
+
4633
4911
  # Output only. The issued certificate for this `CertificateProvisioningProcess`
4634
4912
  # in PEM format.
4635
4913
  # Corresponds to the JSON property `issuedCertificate`
@@ -4702,6 +4980,8 @@ module Google
4702
4980
  @chrome_os_device = args[:chrome_os_device] if args.key?(:chrome_os_device)
4703
4981
  @chrome_os_user_session = args[:chrome_os_user_session] if args.key?(:chrome_os_user_session)
4704
4982
  @failure_message = args[:failure_message] if args.key?(:failure_message)
4983
+ @generic_ca_connection = args[:generic_ca_connection] if args.key?(:generic_ca_connection)
4984
+ @generic_profile = args[:generic_profile] if args.key?(:generic_profile)
4705
4985
  @issued_certificate = args[:issued_certificate] if args.key?(:issued_certificate)
4706
4986
  @name = args[:name] if args.key?(:name)
4707
4987
  @profile_adapter_config_reference = args[:profile_adapter_config_reference] if args.key?(:profile_adapter_config_reference)
@@ -4775,6 +5055,48 @@ module Google
4775
5055
  end
4776
5056
  end
4777
5057
 
5058
+ # Describes a generic Certificate Authority Connection.
5059
+ class GoogleChromeManagementVersionsV1alpha1GenericCaConnection
5060
+ include Google::Apis::Core::Hashable
5061
+
5062
+ # Output only. A string that references the administrator-provided configuration
5063
+ # for the certification authority service. This field can be missing if no
5064
+ # configuration was given.
5065
+ # Corresponds to the JSON property `caConnectionAdapterConfigReference`
5066
+ # @return [String]
5067
+ attr_accessor :ca_connection_adapter_config_reference
5068
+
5069
+ def initialize(**args)
5070
+ update!(**args)
5071
+ end
5072
+
5073
+ # Update properties of this object
5074
+ def update!(**args)
5075
+ @ca_connection_adapter_config_reference = args[:ca_connection_adapter_config_reference] if args.key?(:ca_connection_adapter_config_reference)
5076
+ end
5077
+ end
5078
+
5079
+ # Describes a generic certificate provisioning profile.
5080
+ class GoogleChromeManagementVersionsV1alpha1GenericProfile
5081
+ include Google::Apis::Core::Hashable
5082
+
5083
+ # Output only. A string that references the administrator-provided configuration
5084
+ # for the certificate provisioning profile. This field can be missing if no
5085
+ # configuration was given.
5086
+ # Corresponds to the JSON property `profileAdapterConfigReference`
5087
+ # @return [String]
5088
+ attr_accessor :profile_adapter_config_reference
5089
+
5090
+ def initialize(**args)
5091
+ update!(**args)
5092
+ end
5093
+
5094
+ # Update properties of this object
5095
+ def update!(**args)
5096
+ @profile_adapter_config_reference = args[:profile_adapter_config_reference] if args.key?(:profile_adapter_config_reference)
5097
+ end
5098
+ end
5099
+
4778
5100
  # Metadata for the long-running operation returned by signData.
4779
5101
  class GoogleChromeManagementVersionsV1alpha1SignDataMetadata
4780
5102
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ChromemanagementV1
18
18
  # Version of the google-apis-chromemanagement_v1 gem
19
- GEM_VERSION = "0.59.0"
19
+ GEM_VERSION = "0.61.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241121"
25
+ REVISION = "20250212"
26
26
  end
27
27
  end
28
28
  end
@@ -592,18 +592,48 @@ module Google
592
592
  include Google::Apis::Core::JsonObjectSupport
593
593
  end
594
594
 
595
+ class GoogleChromeManagementVersionsV1CertificateProvisioningProcess
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
595
601
  class GoogleChromeManagementVersionsV1ChromeBrowserProfile
596
602
  class Representation < Google::Apis::Core::JsonRepresentation; end
597
603
 
598
604
  include Google::Apis::Core::JsonObjectSupport
599
605
  end
600
606
 
607
+ class GoogleChromeManagementVersionsV1ChromeOsDevice
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class GoogleChromeManagementVersionsV1ChromeOsUserSession
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
601
619
  class GoogleChromeManagementVersionsV1DeviceInfo
602
620
  class Representation < Google::Apis::Core::JsonRepresentation; end
603
621
 
604
622
  include Google::Apis::Core::JsonObjectSupport
605
623
  end
606
624
 
625
+ class GoogleChromeManagementVersionsV1GenericCaConnection
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
631
+ class GoogleChromeManagementVersionsV1GenericProfile
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
607
637
  class GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse
608
638
  class Representation < Google::Apis::Core::JsonRepresentation; end
609
639
 
@@ -640,6 +670,18 @@ module Google
640
670
  include Google::Apis::Core::JsonObjectSupport
641
671
  end
642
672
 
673
+ class GoogleChromeManagementVersionsV1SignDataMetadata
674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
675
+
676
+ include Google::Apis::Core::JsonObjectSupport
677
+ end
678
+
679
+ class GoogleChromeManagementVersionsV1SignDataResponse
680
+ class Representation < Google::Apis::Core::JsonRepresentation; end
681
+
682
+ include Google::Apis::Core::JsonObjectSupport
683
+ end
684
+
643
685
  class GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess
644
686
  class Representation < Google::Apis::Core::JsonRepresentation; end
645
687
 
@@ -658,6 +700,18 @@ module Google
658
700
  include Google::Apis::Core::JsonObjectSupport
659
701
  end
660
702
 
703
+ class GoogleChromeManagementVersionsV1alpha1GenericCaConnection
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
709
+ class GoogleChromeManagementVersionsV1alpha1GenericProfile
710
+ class Representation < Google::Apis::Core::JsonRepresentation; end
711
+
712
+ include Google::Apis::Core::JsonObjectSupport
713
+ end
714
+
661
715
  class GoogleChromeManagementVersionsV1alpha1SignDataMetadata
662
716
  class Representation < Google::Apis::Core::JsonRepresentation; end
663
717
 
@@ -1758,6 +1812,31 @@ module Google
1758
1812
  end
1759
1813
  end
1760
1814
 
1815
+ class GoogleChromeManagementVersionsV1CertificateProvisioningProcess
1816
+ # @private
1817
+ class Representation < Google::Apis::Core::JsonRepresentation
1818
+ property :ca_connection_adapter_config_reference, as: 'caConnectionAdapterConfigReference'
1819
+ property :chrome_os_device, as: 'chromeOsDevice', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsDevice, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsDevice::Representation
1820
+
1821
+ property :chrome_os_user_session, as: 'chromeOsUserSession', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsUserSession, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsUserSession::Representation
1822
+
1823
+ property :failure_message, as: 'failureMessage'
1824
+ property :generic_ca_connection, as: 'genericCaConnection', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1GenericCaConnection, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1GenericCaConnection::Representation
1825
+
1826
+ property :generic_profile, as: 'genericProfile', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1GenericProfile, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1GenericProfile::Representation
1827
+
1828
+ property :issued_certificate, as: 'issuedCertificate'
1829
+ property :name, as: 'name'
1830
+ property :profile_adapter_config_reference, as: 'profileAdapterConfigReference'
1831
+ property :provisioning_profile_id, as: 'provisioningProfileId'
1832
+ property :sign_data, :base64 => true, as: 'signData'
1833
+ property :signature, :base64 => true, as: 'signature'
1834
+ property :signature_algorithm, as: 'signatureAlgorithm'
1835
+ property :start_time, as: 'startTime'
1836
+ property :subject_public_key_info, :base64 => true, as: 'subjectPublicKeyInfo'
1837
+ end
1838
+ end
1839
+
1761
1840
  class GoogleChromeManagementVersionsV1ChromeBrowserProfile
1762
1841
  # @private
1763
1842
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1793,6 +1872,24 @@ module Google
1793
1872
  end
1794
1873
  end
1795
1874
 
1875
+ class GoogleChromeManagementVersionsV1ChromeOsDevice
1876
+ # @private
1877
+ class Representation < Google::Apis::Core::JsonRepresentation
1878
+ property :device_directory_api_id, as: 'deviceDirectoryApiId'
1879
+ property :serial_number, as: 'serialNumber'
1880
+ end
1881
+ end
1882
+
1883
+ class GoogleChromeManagementVersionsV1ChromeOsUserSession
1884
+ # @private
1885
+ class Representation < Google::Apis::Core::JsonRepresentation
1886
+ property :chrome_os_device, as: 'chromeOsDevice', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsDevice, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsDevice::Representation
1887
+
1888
+ property :user_directory_api_id, as: 'userDirectoryApiId'
1889
+ property :user_primary_email, as: 'userPrimaryEmail'
1890
+ end
1891
+ end
1892
+
1796
1893
  class GoogleChromeManagementVersionsV1DeviceInfo
1797
1894
  # @private
1798
1895
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1803,6 +1900,20 @@ module Google
1803
1900
  end
1804
1901
  end
1805
1902
 
1903
+ class GoogleChromeManagementVersionsV1GenericCaConnection
1904
+ # @private
1905
+ class Representation < Google::Apis::Core::JsonRepresentation
1906
+ property :ca_connection_adapter_config_reference, as: 'caConnectionAdapterConfigReference'
1907
+ end
1908
+ end
1909
+
1910
+ class GoogleChromeManagementVersionsV1GenericProfile
1911
+ # @private
1912
+ class Representation < Google::Apis::Core::JsonRepresentation
1913
+ property :profile_adapter_config_reference, as: 'profileAdapterConfigReference'
1914
+ end
1915
+ end
1916
+
1806
1917
  class GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse
1807
1918
  # @private
1808
1919
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1874,6 +1985,21 @@ module Google
1874
1985
  end
1875
1986
  end
1876
1987
 
1988
+ class GoogleChromeManagementVersionsV1SignDataMetadata
1989
+ # @private
1990
+ class Representation < Google::Apis::Core::JsonRepresentation
1991
+ property :start_time, as: 'startTime'
1992
+ end
1993
+ end
1994
+
1995
+ class GoogleChromeManagementVersionsV1SignDataResponse
1996
+ # @private
1997
+ class Representation < Google::Apis::Core::JsonRepresentation
1998
+ property :certificate_provisioning_process, as: 'certificateProvisioningProcess', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1CertificateProvisioningProcess, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1CertificateProvisioningProcess::Representation
1999
+
2000
+ end
2001
+ end
2002
+
1877
2003
  class GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess
1878
2004
  # @private
1879
2005
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1883,6 +2009,10 @@ module Google
1883
2009
  property :chrome_os_user_session, as: 'chromeOsUserSession', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession::Representation
1884
2010
 
1885
2011
  property :failure_message, as: 'failureMessage'
2012
+ property :generic_ca_connection, as: 'genericCaConnection', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1GenericCaConnection, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1GenericCaConnection::Representation
2013
+
2014
+ property :generic_profile, as: 'genericProfile', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1GenericProfile, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1GenericProfile::Representation
2015
+
1886
2016
  property :issued_certificate, as: 'issuedCertificate'
1887
2017
  property :name, as: 'name'
1888
2018
  property :profile_adapter_config_reference, as: 'profileAdapterConfigReference'
@@ -1913,6 +2043,20 @@ module Google
1913
2043
  end
1914
2044
  end
1915
2045
 
2046
+ class GoogleChromeManagementVersionsV1alpha1GenericCaConnection
2047
+ # @private
2048
+ class Representation < Google::Apis::Core::JsonRepresentation
2049
+ property :ca_connection_adapter_config_reference, as: 'caConnectionAdapterConfigReference'
2050
+ end
2051
+ end
2052
+
2053
+ class GoogleChromeManagementVersionsV1alpha1GenericProfile
2054
+ # @private
2055
+ class Representation < Google::Apis::Core::JsonRepresentation
2056
+ property :profile_adapter_config_reference, as: 'profileAdapterConfigReference'
2057
+ end
2058
+ end
2059
+
1916
2060
  class GoogleChromeManagementVersionsV1alpha1SignDataMetadata
1917
2061
  # @private
1918
2062
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -32,7 +32,7 @@ module Google
32
32
  # Chromemanagement = Google::Apis::ChromemanagementV1 # Alias the module
33
33
  # service = Chromemanagement::ChromeManagementService.new
34
34
  #
35
- # @see http://developers.google.com/chrome/management/
35
+ # @see https://developers.google.com/chrome/management/
36
36
  class ChromeManagementService < Google::Apis::Core::BaseService
37
37
  DEFAULT_ENDPOINT_TEMPLATE = "https://chromemanagement.$UNIVERSE_DOMAIN$/"
38
38
 
@@ -25,7 +25,7 @@ module Google
25
25
  # administrators to view, manage and gain insights on their Chrome OS and Chrome
26
26
  # Browser devices.
27
27
  #
28
- # @see http://developers.google.com/chrome/management/
28
+ # @see https://developers.google.com/chrome/management/
29
29
  module ChromemanagementV1
30
30
  # Version of the Chrome Management API this client connects to.
31
31
  # This is NOT the gem version.
@@ -34,6 +34,12 @@ module Google
34
34
  # See detailed information about apps installed on Chrome browsers and devices managed by your organization
35
35
  AUTH_CHROME_MANAGEMENT_APPDETAILS_READONLY = 'https://www.googleapis.com/auth/chrome.management.appdetails.readonly'
36
36
 
37
+ # See, edit, delete, and take other necessary actions on Chrome browser profiles managed by your organization
38
+ AUTH_CHROME_MANAGEMENT_PROFILES = 'https://www.googleapis.com/auth/chrome.management.profiles'
39
+
40
+ # See Chrome browser profiles managed by your organization
41
+ AUTH_CHROME_MANAGEMENT_PROFILES_READONLY = 'https://www.googleapis.com/auth/chrome.management.profiles.readonly'
42
+
37
43
  # See reports about devices and Chrome browsers managed within your organization
38
44
  AUTH_CHROME_MANAGEMENT_REPORTS_READONLY = 'https://www.googleapis.com/auth/chrome.management.reports.readonly'
39
45
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-chromemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.59.0
4
+ version: 0.61.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.59.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.61.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromemanagement_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Chrome Management API V1
82
79
  test_files: []