google-apis-chromemanagement_v1 0.60.0 → 0.62.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: 0dd8b5e6f63ade131ebff8c63cd87ccf9338091403028222ae59c2941c6b9130
4
- data.tar.gz: 8cecfeafa3b8e646276f981f885602a0d8a8b2eafc214d883c855a6a15fec577
3
+ metadata.gz: 8c6368ef886f5c814bc97263cee30765ef2fb85d4511454f6679a362713e31d9
4
+ data.tar.gz: 87ce978f9b2aef3273d0fc2f08cd013da805ea8ec1942940bc42625d7af60b53
5
5
  SHA512:
6
- metadata.gz: 9f800ea78724629bda9fb083a0ae05a27ffc59bdd9b120b2bf4adeefddde450a401b32ff290d5dbe51f7661c02e50760f3b4c74e24e6f73443a37f312e82ee18
7
- data.tar.gz: 7e510cd8d97c0c4454de667ae41fdc4cba5753e0cd6f987d7dc6a6ff25bf2cd42117aa7c44afc9d058629bd85e764befe7c6a115799cbeffcb1e7fc3f784801f
6
+ metadata.gz: 5e4bcfc4fddb18c81b92da95d0463ff22733038a2a95bd413401c95cc092bcd357ca5a60064e70a3f2dce797f73fc9477c15b472e7ee3757bb4f100ea4cf08f4
7
+ data.tar.gz: 6442d01069c3620b0bc3de10b011817d4b17370e049842bd657366cf1ab635ff98b8bda6399fa36c7ecf0976fd5db586edfbdb7b2749acebf1b311901291d53d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-chromemanagement_v1
2
2
 
3
+ ### v0.62.0 (2025-03-09)
4
+
5
+ * Regenerated from discovery document revision 20250307
6
+
7
+ ### v0.61.0 (2025-02-26)
8
+
9
+ * Regenerated from discovery document revision 20250212
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.60.0 (2024-12-22)
4
13
 
5
14
  * Regenerated from discovery document revision 20241216
@@ -4156,6 +4156,16 @@ module Google
4156
4156
  # @return [String]
4157
4157
  attr_accessor :failure_message
4158
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
+
4159
4169
  # Output only. The issued certificate for this `CertificateProvisioningProcess`
4160
4170
  # in PEM format.
4161
4171
  # Corresponds to the JSON property `issuedCertificate`
@@ -4228,6 +4238,8 @@ module Google
4228
4238
  @chrome_os_device = args[:chrome_os_device] if args.key?(:chrome_os_device)
4229
4239
  @chrome_os_user_session = args[:chrome_os_user_session] if args.key?(:chrome_os_user_session)
4230
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)
4231
4243
  @issued_certificate = args[:issued_certificate] if args.key?(:issued_certificate)
4232
4244
  @name = args[:name] if args.key?(:name)
4233
4245
  @profile_adapter_config_reference = args[:profile_adapter_config_reference] if args.key?(:profile_adapter_config_reference)
@@ -4517,6 +4529,48 @@ module Google
4517
4529
  end
4518
4530
  end
4519
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
+
4520
4574
  # Response to ListChromeBrowserProfiles method.
4521
4575
  class GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse
4522
4576
  include Google::Apis::Core::Hashable
@@ -4814,220 +4868,6 @@ module Google
4814
4868
  end
4815
4869
  end
4816
4870
 
4817
- # A certificate provisioning process.
4818
- class GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess
4819
- include Google::Apis::Core::Hashable
4820
-
4821
- # Output only. A JSON string that contains the administrator-provided
4822
- # configuration for the certification authority service. This field can be
4823
- # missing if no configuration was given.
4824
- # Corresponds to the JSON property `caConnectionAdapterConfigReference`
4825
- # @return [String]
4826
- attr_accessor :ca_connection_adapter_config_reference
4827
-
4828
- # Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs
4829
- # to.
4830
- # Corresponds to the JSON property `chromeOsDevice`
4831
- # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsDevice]
4832
- attr_accessor :chrome_os_device
4833
-
4834
- # Describes the ChromeOS user session that a `CertificateProvisioningProcess`
4835
- # belongs to.
4836
- # Corresponds to the JSON property `chromeOsUserSession`
4837
- # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession]
4838
- attr_accessor :chrome_os_user_session
4839
-
4840
- # Output only. A message describing why this `CertificateProvisioningProcess`
4841
- # failed. Presence of this field indicates that the `
4842
- # CertificateProvisioningProcess` has failed.
4843
- # Corresponds to the JSON property `failureMessage`
4844
- # @return [String]
4845
- attr_accessor :failure_message
4846
-
4847
- # Output only. The issued certificate for this `CertificateProvisioningProcess`
4848
- # in PEM format.
4849
- # Corresponds to the JSON property `issuedCertificate`
4850
- # @return [String]
4851
- attr_accessor :issued_certificate
4852
-
4853
- # Identifier. Resource name of the `CertificateProvisioningProcess`. The name
4854
- # pattern is given as `customers/`customer`/certificateProvisioningProcesses/`
4855
- # certificate_provisioning_process`` with ``customer`` being the obfuscated
4856
- # customer id and ``certificate_provisioning_process`` being the certificate
4857
- # provisioning process id.
4858
- # Corresponds to the JSON property `name`
4859
- # @return [String]
4860
- attr_accessor :name
4861
-
4862
- # Output only. A JSON string that contains the administrator-provided
4863
- # configuration for the certificate provisioning profile. This field can be
4864
- # missing if no configuration was given.
4865
- # Corresponds to the JSON property `profileAdapterConfigReference`
4866
- # @return [String]
4867
- attr_accessor :profile_adapter_config_reference
4868
-
4869
- # Output only. The ID of the certificate provisioning profile.
4870
- # Corresponds to the JSON property `provisioningProfileId`
4871
- # @return [String]
4872
- attr_accessor :provisioning_profile_id
4873
-
4874
- # Output only. The data that the client was asked to sign. This field is only
4875
- # present after the `SignData` operation has been initiated.
4876
- # Corresponds to the JSON property `signData`
4877
- # NOTE: Values are automatically base64 encoded/decoded in the client library.
4878
- # @return [String]
4879
- attr_accessor :sign_data
4880
-
4881
- # Output only. The signature of `signature_algorithm`, generated using the
4882
- # client's private key using `signature_algorithm`. This field is only present
4883
- # after the`SignData` operation has finished.
4884
- # Corresponds to the JSON property `signature`
4885
- # NOTE: Values are automatically base64 encoded/decoded in the client library.
4886
- # @return [String]
4887
- attr_accessor :signature
4888
-
4889
- # Output only. The signature algorithm that the adapter expects the client and
4890
- # backend components to use when processing `sign_data`. This field is only
4891
- # present after the `SignData` operation has been initiated.
4892
- # Corresponds to the JSON property `signatureAlgorithm`
4893
- # @return [String]
4894
- attr_accessor :signature_algorithm
4895
-
4896
- # Output only. Server-generated timestamp of when the certificate provisioning
4897
- # process has been created.
4898
- # Corresponds to the JSON property `startTime`
4899
- # @return [String]
4900
- attr_accessor :start_time
4901
-
4902
- # Output only. The public key for which a certificate should be provisioned.
4903
- # Represented as a DER-encoded X.509 SubjectPublicKeyInfo.
4904
- # Corresponds to the JSON property `subjectPublicKeyInfo`
4905
- # NOTE: Values are automatically base64 encoded/decoded in the client library.
4906
- # @return [String]
4907
- attr_accessor :subject_public_key_info
4908
-
4909
- def initialize(**args)
4910
- update!(**args)
4911
- end
4912
-
4913
- # Update properties of this object
4914
- def update!(**args)
4915
- @ca_connection_adapter_config_reference = args[:ca_connection_adapter_config_reference] if args.key?(:ca_connection_adapter_config_reference)
4916
- @chrome_os_device = args[:chrome_os_device] if args.key?(:chrome_os_device)
4917
- @chrome_os_user_session = args[:chrome_os_user_session] if args.key?(:chrome_os_user_session)
4918
- @failure_message = args[:failure_message] if args.key?(:failure_message)
4919
- @issued_certificate = args[:issued_certificate] if args.key?(:issued_certificate)
4920
- @name = args[:name] if args.key?(:name)
4921
- @profile_adapter_config_reference = args[:profile_adapter_config_reference] if args.key?(:profile_adapter_config_reference)
4922
- @provisioning_profile_id = args[:provisioning_profile_id] if args.key?(:provisioning_profile_id)
4923
- @sign_data = args[:sign_data] if args.key?(:sign_data)
4924
- @signature = args[:signature] if args.key?(:signature)
4925
- @signature_algorithm = args[:signature_algorithm] if args.key?(:signature_algorithm)
4926
- @start_time = args[:start_time] if args.key?(:start_time)
4927
- @subject_public_key_info = args[:subject_public_key_info] if args.key?(:subject_public_key_info)
4928
- end
4929
- end
4930
-
4931
- # Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs
4932
- # to.
4933
- class GoogleChromeManagementVersionsV1alpha1ChromeOsDevice
4934
- include Google::Apis::Core::Hashable
4935
-
4936
- # Output only. The unique Directory API ID of the device. This value is the same
4937
- # as the Admin Console's Directory API ID in the ChromeOS Devices tab.
4938
- # Corresponds to the JSON property `deviceDirectoryApiId`
4939
- # @return [String]
4940
- attr_accessor :device_directory_api_id
4941
-
4942
- # Output only. Device serial number. This value is the same as the Admin Console'
4943
- # s Serial Number in the ChromeOS Devices tab.
4944
- # Corresponds to the JSON property `serialNumber`
4945
- # @return [String]
4946
- attr_accessor :serial_number
4947
-
4948
- def initialize(**args)
4949
- update!(**args)
4950
- end
4951
-
4952
- # Update properties of this object
4953
- def update!(**args)
4954
- @device_directory_api_id = args[:device_directory_api_id] if args.key?(:device_directory_api_id)
4955
- @serial_number = args[:serial_number] if args.key?(:serial_number)
4956
- end
4957
- end
4958
-
4959
- # Describes the ChromeOS user session that a `CertificateProvisioningProcess`
4960
- # belongs to.
4961
- class GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession
4962
- include Google::Apis::Core::Hashable
4963
-
4964
- # Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs
4965
- # to.
4966
- # Corresponds to the JSON property `chromeOsDevice`
4967
- # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsDevice]
4968
- attr_accessor :chrome_os_device
4969
-
4970
- # Output only. The unique Directory API ID of the user.
4971
- # Corresponds to the JSON property `userDirectoryApiId`
4972
- # @return [String]
4973
- attr_accessor :user_directory_api_id
4974
-
4975
- # Output only. The primary e-mail address of the user.
4976
- # Corresponds to the JSON property `userPrimaryEmail`
4977
- # @return [String]
4978
- attr_accessor :user_primary_email
4979
-
4980
- def initialize(**args)
4981
- update!(**args)
4982
- end
4983
-
4984
- # Update properties of this object
4985
- def update!(**args)
4986
- @chrome_os_device = args[:chrome_os_device] if args.key?(:chrome_os_device)
4987
- @user_directory_api_id = args[:user_directory_api_id] if args.key?(:user_directory_api_id)
4988
- @user_primary_email = args[:user_primary_email] if args.key?(:user_primary_email)
4989
- end
4990
- end
4991
-
4992
- # Metadata for the long-running operation returned by signData.
4993
- class GoogleChromeManagementVersionsV1alpha1SignDataMetadata
4994
- include Google::Apis::Core::Hashable
4995
-
4996
- # Output only. Start time of the SignData operation.
4997
- # Corresponds to the JSON property `startTime`
4998
- # @return [String]
4999
- attr_accessor :start_time
5000
-
5001
- def initialize(**args)
5002
- update!(**args)
5003
- end
5004
-
5005
- # Update properties of this object
5006
- def update!(**args)
5007
- @start_time = args[:start_time] if args.key?(:start_time)
5008
- end
5009
- end
5010
-
5011
- # Response message for requesting a signature from the client that initated a
5012
- # certificate provisioning process.
5013
- class GoogleChromeManagementVersionsV1alpha1SignDataResponse
5014
- include Google::Apis::Core::Hashable
5015
-
5016
- # A certificate provisioning process.
5017
- # Corresponds to the JSON property `certificateProvisioningProcess`
5018
- # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess]
5019
- attr_accessor :certificate_provisioning_process
5020
-
5021
- def initialize(**args)
5022
- update!(**args)
5023
- end
5024
-
5025
- # Update properties of this object
5026
- def update!(**args)
5027
- @certificate_provisioning_process = args[:certificate_provisioning_process] if args.key?(:certificate_provisioning_process)
5028
- end
5029
- end
5030
-
5031
4871
  # A generic empty message that you can re-use to avoid defining duplicated empty
5032
4872
  # messages in your APIs. A typical example is to use it as the request or the
5033
4873
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
@@ -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.60.0"
19
+ GEM_VERSION = "0.62.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 = "20241216"
25
+ REVISION = "20250307"
26
26
  end
27
27
  end
28
28
  end
@@ -622,79 +622,61 @@ module Google
622
622
  include Google::Apis::Core::JsonObjectSupport
623
623
  end
624
624
 
625
- class GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse
626
- class Representation < Google::Apis::Core::JsonRepresentation; end
627
-
628
- include Google::Apis::Core::JsonObjectSupport
629
- end
630
-
631
- class GoogleChromeManagementVersionsV1ReportingData
625
+ class GoogleChromeManagementVersionsV1GenericCaConnection
632
626
  class Representation < Google::Apis::Core::JsonRepresentation; end
633
627
 
634
628
  include Google::Apis::Core::JsonObjectSupport
635
629
  end
636
630
 
637
- class GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData
631
+ class GoogleChromeManagementVersionsV1GenericProfile
638
632
  class Representation < Google::Apis::Core::JsonRepresentation; end
639
633
 
640
634
  include Google::Apis::Core::JsonObjectSupport
641
635
  end
642
636
 
643
- class GoogleChromeManagementVersionsV1ReportingDataExtensionData
644
- class Representation < Google::Apis::Core::JsonRepresentation; end
645
-
646
- include Google::Apis::Core::JsonObjectSupport
647
- end
648
-
649
- class GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData
650
- class Representation < Google::Apis::Core::JsonRepresentation; end
651
-
652
- include Google::Apis::Core::JsonObjectSupport
653
- end
654
-
655
- class GoogleChromeManagementVersionsV1ReportingDataPolicyData
637
+ class GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse
656
638
  class Representation < Google::Apis::Core::JsonRepresentation; end
657
639
 
658
640
  include Google::Apis::Core::JsonObjectSupport
659
641
  end
660
642
 
661
- class GoogleChromeManagementVersionsV1SignDataMetadata
643
+ class GoogleChromeManagementVersionsV1ReportingData
662
644
  class Representation < Google::Apis::Core::JsonRepresentation; end
663
645
 
664
646
  include Google::Apis::Core::JsonObjectSupport
665
647
  end
666
648
 
667
- class GoogleChromeManagementVersionsV1SignDataResponse
649
+ class GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData
668
650
  class Representation < Google::Apis::Core::JsonRepresentation; end
669
651
 
670
652
  include Google::Apis::Core::JsonObjectSupport
671
653
  end
672
654
 
673
- class GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess
655
+ class GoogleChromeManagementVersionsV1ReportingDataExtensionData
674
656
  class Representation < Google::Apis::Core::JsonRepresentation; end
675
657
 
676
658
  include Google::Apis::Core::JsonObjectSupport
677
659
  end
678
660
 
679
- class GoogleChromeManagementVersionsV1alpha1ChromeOsDevice
661
+ class GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData
680
662
  class Representation < Google::Apis::Core::JsonRepresentation; end
681
663
 
682
664
  include Google::Apis::Core::JsonObjectSupport
683
665
  end
684
666
 
685
- class GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession
667
+ class GoogleChromeManagementVersionsV1ReportingDataPolicyData
686
668
  class Representation < Google::Apis::Core::JsonRepresentation; end
687
669
 
688
670
  include Google::Apis::Core::JsonObjectSupport
689
671
  end
690
672
 
691
- class GoogleChromeManagementVersionsV1alpha1SignDataMetadata
673
+ class GoogleChromeManagementVersionsV1SignDataMetadata
692
674
  class Representation < Google::Apis::Core::JsonRepresentation; end
693
675
 
694
676
  include Google::Apis::Core::JsonObjectSupport
695
677
  end
696
678
 
697
- class GoogleChromeManagementVersionsV1alpha1SignDataResponse
679
+ class GoogleChromeManagementVersionsV1SignDataResponse
698
680
  class Representation < Google::Apis::Core::JsonRepresentation; end
699
681
 
700
682
  include Google::Apis::Core::JsonObjectSupport
@@ -1797,6 +1779,10 @@ module Google
1797
1779
  property :chrome_os_user_session, as: 'chromeOsUserSession', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsUserSession, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsUserSession::Representation
1798
1780
 
1799
1781
  property :failure_message, as: 'failureMessage'
1782
+ property :generic_ca_connection, as: 'genericCaConnection', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1GenericCaConnection, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1GenericCaConnection::Representation
1783
+
1784
+ property :generic_profile, as: 'genericProfile', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1GenericProfile, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1GenericProfile::Representation
1785
+
1800
1786
  property :issued_certificate, as: 'issuedCertificate'
1801
1787
  property :name, as: 'name'
1802
1788
  property :profile_adapter_config_reference, as: 'profileAdapterConfigReference'
@@ -1872,6 +1858,20 @@ module Google
1872
1858
  end
1873
1859
  end
1874
1860
 
1861
+ class GoogleChromeManagementVersionsV1GenericCaConnection
1862
+ # @private
1863
+ class Representation < Google::Apis::Core::JsonRepresentation
1864
+ property :ca_connection_adapter_config_reference, as: 'caConnectionAdapterConfigReference'
1865
+ end
1866
+ end
1867
+
1868
+ class GoogleChromeManagementVersionsV1GenericProfile
1869
+ # @private
1870
+ class Representation < Google::Apis::Core::JsonRepresentation
1871
+ property :profile_adapter_config_reference, as: 'profileAdapterConfigReference'
1872
+ end
1873
+ end
1874
+
1875
1875
  class GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse
1876
1876
  # @private
1877
1877
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1958,60 +1958,6 @@ module Google
1958
1958
  end
1959
1959
  end
1960
1960
 
1961
- class GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess
1962
- # @private
1963
- class Representation < Google::Apis::Core::JsonRepresentation
1964
- property :ca_connection_adapter_config_reference, as: 'caConnectionAdapterConfigReference'
1965
- property :chrome_os_device, as: 'chromeOsDevice', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsDevice, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsDevice::Representation
1966
-
1967
- property :chrome_os_user_session, as: 'chromeOsUserSession', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession::Representation
1968
-
1969
- property :failure_message, as: 'failureMessage'
1970
- property :issued_certificate, as: 'issuedCertificate'
1971
- property :name, as: 'name'
1972
- property :profile_adapter_config_reference, as: 'profileAdapterConfigReference'
1973
- property :provisioning_profile_id, as: 'provisioningProfileId'
1974
- property :sign_data, :base64 => true, as: 'signData'
1975
- property :signature, :base64 => true, as: 'signature'
1976
- property :signature_algorithm, as: 'signatureAlgorithm'
1977
- property :start_time, as: 'startTime'
1978
- property :subject_public_key_info, :base64 => true, as: 'subjectPublicKeyInfo'
1979
- end
1980
- end
1981
-
1982
- class GoogleChromeManagementVersionsV1alpha1ChromeOsDevice
1983
- # @private
1984
- class Representation < Google::Apis::Core::JsonRepresentation
1985
- property :device_directory_api_id, as: 'deviceDirectoryApiId'
1986
- property :serial_number, as: 'serialNumber'
1987
- end
1988
- end
1989
-
1990
- class GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession
1991
- # @private
1992
- class Representation < Google::Apis::Core::JsonRepresentation
1993
- property :chrome_os_device, as: 'chromeOsDevice', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsDevice, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsDevice::Representation
1994
-
1995
- property :user_directory_api_id, as: 'userDirectoryApiId'
1996
- property :user_primary_email, as: 'userPrimaryEmail'
1997
- end
1998
- end
1999
-
2000
- class GoogleChromeManagementVersionsV1alpha1SignDataMetadata
2001
- # @private
2002
- class Representation < Google::Apis::Core::JsonRepresentation
2003
- property :start_time, as: 'startTime'
2004
- end
2005
- end
2006
-
2007
- class GoogleChromeManagementVersionsV1alpha1SignDataResponse
2008
- # @private
2009
- class Representation < Google::Apis::Core::JsonRepresentation
2010
- property :certificate_provisioning_process, as: 'certificateProvisioningProcess', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess::Representation
2011
-
2012
- end
2013
- end
2014
-
2015
1961
  class GoogleProtobufEmpty
2016
1962
  # @private
2017
1963
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -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.60.0
4
+ version: 0.62.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-01-05 00:00:00.000000000 Z
10
+ date: 2025-03-09 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.60.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.62.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.23
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: []