google-apis-chromemanagement_v1 0.61.0 → 0.63.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/chromemanagement_v1/classes.rb +4 -288
- data/lib/google/apis/chromemanagement_v1/gem_version.rb +2 -2
- data/lib/google/apis/chromemanagement_v1/representations.rb +0 -116
- data/lib/google/apis/chromemanagement_v1/service.rb +16 -15
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 300122e78f8697e7fdd9eee66735811abb5012d40232733eba82e91127852ba3
|
4
|
+
data.tar.gz: 759559af714cddd721e2c8416b63623ba3ac286f4f61f93a7f1c73fdc9c13bcb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57c259230612cd9156ed1606671140774b5c0de9308936aaf837246e2a2ee38585841a030e1bd85a805616fa64169b2b71b0c6f1bdbe5e9953470367362c9825
|
7
|
+
data.tar.gz: daeb40228b8d8035eb1af6f0dd66373ddf84ec72f7623d2a6e807b193365c9867ca3cd76610b29d27497673babd1703a3f9b5d0303beb238bb819c61a9448f16
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-chromemanagement_v1
|
2
2
|
|
3
|
+
### v0.63.0 (2025-03-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250313
|
6
|
+
|
7
|
+
### v0.62.0 (2025-03-09)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250307
|
10
|
+
|
3
11
|
### v0.61.0 (2025-02-26)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250212
|
@@ -4130,13 +4130,6 @@ module Google
|
|
4130
4130
|
class GoogleChromeManagementVersionsV1CertificateProvisioningProcess
|
4131
4131
|
include Google::Apis::Core::Hashable
|
4132
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
4133
|
# Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs
|
4141
4134
|
# to.
|
4142
4135
|
# Corresponds to the JSON property `chromeOsDevice`
|
@@ -4150,7 +4143,7 @@ module Google
|
|
4150
4143
|
attr_accessor :chrome_os_user_session
|
4151
4144
|
|
4152
4145
|
# Output only. A message describing why this `CertificateProvisioningProcess`
|
4153
|
-
# failed. Presence of this field indicates that the `
|
4146
|
+
# has failed. Presence of this field indicates that the `
|
4154
4147
|
# CertificateProvisioningProcess` has failed.
|
4155
4148
|
# Corresponds to the JSON property `failureMessage`
|
4156
4149
|
# @return [String]
|
@@ -4181,13 +4174,6 @@ module Google
|
|
4181
4174
|
# @return [String]
|
4182
4175
|
attr_accessor :name
|
4183
4176
|
|
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
4177
|
# Output only. The ID of the certificate provisioning profile.
|
4192
4178
|
# Corresponds to the JSON property `provisioningProfileId`
|
4193
4179
|
# @return [String]
|
@@ -4202,7 +4188,7 @@ module Google
|
|
4202
4188
|
|
4203
4189
|
# Output only. The signature of `signature_algorithm`, generated using the
|
4204
4190
|
# client's private key using `signature_algorithm`. This field is only present
|
4205
|
-
# after the`SignData` operation has finished.
|
4191
|
+
# after the `SignData` operation has finished.
|
4206
4192
|
# Corresponds to the JSON property `signature`
|
4207
4193
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
4208
4194
|
# @return [String]
|
@@ -4234,7 +4220,6 @@ module Google
|
|
4234
4220
|
|
4235
4221
|
# Update properties of this object
|
4236
4222
|
def update!(**args)
|
4237
|
-
@ca_connection_adapter_config_reference = args[:ca_connection_adapter_config_reference] if args.key?(:ca_connection_adapter_config_reference)
|
4238
4223
|
@chrome_os_device = args[:chrome_os_device] if args.key?(:chrome_os_device)
|
4239
4224
|
@chrome_os_user_session = args[:chrome_os_user_session] if args.key?(:chrome_os_user_session)
|
4240
4225
|
@failure_message = args[:failure_message] if args.key?(:failure_message)
|
@@ -4242,7 +4227,6 @@ module Google
|
|
4242
4227
|
@generic_profile = args[:generic_profile] if args.key?(:generic_profile)
|
4243
4228
|
@issued_certificate = args[:issued_certificate] if args.key?(:issued_certificate)
|
4244
4229
|
@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
4230
|
@provisioning_profile_id = args[:provisioning_profile_id] if args.key?(:provisioning_profile_id)
|
4247
4231
|
@sign_data = args[:sign_data] if args.key?(:sign_data)
|
4248
4232
|
@signature = args[:signature] if args.key?(:signature)
|
@@ -4347,8 +4331,8 @@ module Google
|
|
4347
4331
|
# @return [String]
|
4348
4332
|
attr_accessor :os_platform_type
|
4349
4333
|
|
4350
|
-
# Output only. Major OS version of the device on which the profile
|
4351
|
-
#
|
4334
|
+
# Output only. Major OS platform version of the device on which the profile
|
4335
|
+
# exists, from profile reporting.
|
4352
4336
|
# Corresponds to the JSON property `osPlatformVersion`
|
4353
4337
|
# @return [String]
|
4354
4338
|
attr_accessor :os_platform_version
|
@@ -4868,274 +4852,6 @@ module Google
|
|
4868
4852
|
end
|
4869
4853
|
end
|
4870
4854
|
|
4871
|
-
# A certificate provisioning process.
|
4872
|
-
class GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess
|
4873
|
-
include Google::Apis::Core::Hashable
|
4874
|
-
|
4875
|
-
# Output only. A JSON string that contains the administrator-provided
|
4876
|
-
# configuration for the certification authority service. This field can be
|
4877
|
-
# missing if no configuration was given.
|
4878
|
-
# Corresponds to the JSON property `caConnectionAdapterConfigReference`
|
4879
|
-
# @return [String]
|
4880
|
-
attr_accessor :ca_connection_adapter_config_reference
|
4881
|
-
|
4882
|
-
# Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs
|
4883
|
-
# to.
|
4884
|
-
# Corresponds to the JSON property `chromeOsDevice`
|
4885
|
-
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsDevice]
|
4886
|
-
attr_accessor :chrome_os_device
|
4887
|
-
|
4888
|
-
# Describes the ChromeOS user session that a `CertificateProvisioningProcess`
|
4889
|
-
# belongs to.
|
4890
|
-
# Corresponds to the JSON property `chromeOsUserSession`
|
4891
|
-
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession]
|
4892
|
-
attr_accessor :chrome_os_user_session
|
4893
|
-
|
4894
|
-
# Output only. A message describing why this `CertificateProvisioningProcess`
|
4895
|
-
# failed. Presence of this field indicates that the `
|
4896
|
-
# CertificateProvisioningProcess` has failed.
|
4897
|
-
# Corresponds to the JSON property `failureMessage`
|
4898
|
-
# @return [String]
|
4899
|
-
attr_accessor :failure_message
|
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
|
-
|
4911
|
-
# Output only. The issued certificate for this `CertificateProvisioningProcess`
|
4912
|
-
# in PEM format.
|
4913
|
-
# Corresponds to the JSON property `issuedCertificate`
|
4914
|
-
# @return [String]
|
4915
|
-
attr_accessor :issued_certificate
|
4916
|
-
|
4917
|
-
# Identifier. Resource name of the `CertificateProvisioningProcess`. The name
|
4918
|
-
# pattern is given as `customers/`customer`/certificateProvisioningProcesses/`
|
4919
|
-
# certificate_provisioning_process`` with ``customer`` being the obfuscated
|
4920
|
-
# customer id and ``certificate_provisioning_process`` being the certificate
|
4921
|
-
# provisioning process id.
|
4922
|
-
# Corresponds to the JSON property `name`
|
4923
|
-
# @return [String]
|
4924
|
-
attr_accessor :name
|
4925
|
-
|
4926
|
-
# Output only. A JSON string that contains the administrator-provided
|
4927
|
-
# configuration for the certificate provisioning profile. This field can be
|
4928
|
-
# missing if no configuration was given.
|
4929
|
-
# Corresponds to the JSON property `profileAdapterConfigReference`
|
4930
|
-
# @return [String]
|
4931
|
-
attr_accessor :profile_adapter_config_reference
|
4932
|
-
|
4933
|
-
# Output only. The ID of the certificate provisioning profile.
|
4934
|
-
# Corresponds to the JSON property `provisioningProfileId`
|
4935
|
-
# @return [String]
|
4936
|
-
attr_accessor :provisioning_profile_id
|
4937
|
-
|
4938
|
-
# Output only. The data that the client was asked to sign. This field is only
|
4939
|
-
# present after the `SignData` operation has been initiated.
|
4940
|
-
# Corresponds to the JSON property `signData`
|
4941
|
-
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
4942
|
-
# @return [String]
|
4943
|
-
attr_accessor :sign_data
|
4944
|
-
|
4945
|
-
# Output only. The signature of `signature_algorithm`, generated using the
|
4946
|
-
# client's private key using `signature_algorithm`. This field is only present
|
4947
|
-
# after the`SignData` operation has finished.
|
4948
|
-
# Corresponds to the JSON property `signature`
|
4949
|
-
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
4950
|
-
# @return [String]
|
4951
|
-
attr_accessor :signature
|
4952
|
-
|
4953
|
-
# Output only. The signature algorithm that the adapter expects the client and
|
4954
|
-
# backend components to use when processing `sign_data`. This field is only
|
4955
|
-
# present after the `SignData` operation has been initiated.
|
4956
|
-
# Corresponds to the JSON property `signatureAlgorithm`
|
4957
|
-
# @return [String]
|
4958
|
-
attr_accessor :signature_algorithm
|
4959
|
-
|
4960
|
-
# Output only. Server-generated timestamp of when the certificate provisioning
|
4961
|
-
# process has been created.
|
4962
|
-
# Corresponds to the JSON property `startTime`
|
4963
|
-
# @return [String]
|
4964
|
-
attr_accessor :start_time
|
4965
|
-
|
4966
|
-
# Output only. The public key for which a certificate should be provisioned.
|
4967
|
-
# Represented as a DER-encoded X.509 SubjectPublicKeyInfo.
|
4968
|
-
# Corresponds to the JSON property `subjectPublicKeyInfo`
|
4969
|
-
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
4970
|
-
# @return [String]
|
4971
|
-
attr_accessor :subject_public_key_info
|
4972
|
-
|
4973
|
-
def initialize(**args)
|
4974
|
-
update!(**args)
|
4975
|
-
end
|
4976
|
-
|
4977
|
-
# Update properties of this object
|
4978
|
-
def update!(**args)
|
4979
|
-
@ca_connection_adapter_config_reference = args[:ca_connection_adapter_config_reference] if args.key?(:ca_connection_adapter_config_reference)
|
4980
|
-
@chrome_os_device = args[:chrome_os_device] if args.key?(:chrome_os_device)
|
4981
|
-
@chrome_os_user_session = args[:chrome_os_user_session] if args.key?(:chrome_os_user_session)
|
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)
|
4985
|
-
@issued_certificate = args[:issued_certificate] if args.key?(:issued_certificate)
|
4986
|
-
@name = args[:name] if args.key?(:name)
|
4987
|
-
@profile_adapter_config_reference = args[:profile_adapter_config_reference] if args.key?(:profile_adapter_config_reference)
|
4988
|
-
@provisioning_profile_id = args[:provisioning_profile_id] if args.key?(:provisioning_profile_id)
|
4989
|
-
@sign_data = args[:sign_data] if args.key?(:sign_data)
|
4990
|
-
@signature = args[:signature] if args.key?(:signature)
|
4991
|
-
@signature_algorithm = args[:signature_algorithm] if args.key?(:signature_algorithm)
|
4992
|
-
@start_time = args[:start_time] if args.key?(:start_time)
|
4993
|
-
@subject_public_key_info = args[:subject_public_key_info] if args.key?(:subject_public_key_info)
|
4994
|
-
end
|
4995
|
-
end
|
4996
|
-
|
4997
|
-
# Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs
|
4998
|
-
# to.
|
4999
|
-
class GoogleChromeManagementVersionsV1alpha1ChromeOsDevice
|
5000
|
-
include Google::Apis::Core::Hashable
|
5001
|
-
|
5002
|
-
# Output only. The unique Directory API ID of the device. This value is the same
|
5003
|
-
# as the Admin Console's Directory API ID in the ChromeOS Devices tab.
|
5004
|
-
# Corresponds to the JSON property `deviceDirectoryApiId`
|
5005
|
-
# @return [String]
|
5006
|
-
attr_accessor :device_directory_api_id
|
5007
|
-
|
5008
|
-
# Output only. Device serial number. This value is the same as the Admin Console'
|
5009
|
-
# s Serial Number in the ChromeOS Devices tab.
|
5010
|
-
# Corresponds to the JSON property `serialNumber`
|
5011
|
-
# @return [String]
|
5012
|
-
attr_accessor :serial_number
|
5013
|
-
|
5014
|
-
def initialize(**args)
|
5015
|
-
update!(**args)
|
5016
|
-
end
|
5017
|
-
|
5018
|
-
# Update properties of this object
|
5019
|
-
def update!(**args)
|
5020
|
-
@device_directory_api_id = args[:device_directory_api_id] if args.key?(:device_directory_api_id)
|
5021
|
-
@serial_number = args[:serial_number] if args.key?(:serial_number)
|
5022
|
-
end
|
5023
|
-
end
|
5024
|
-
|
5025
|
-
# Describes the ChromeOS user session that a `CertificateProvisioningProcess`
|
5026
|
-
# belongs to.
|
5027
|
-
class GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession
|
5028
|
-
include Google::Apis::Core::Hashable
|
5029
|
-
|
5030
|
-
# Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs
|
5031
|
-
# to.
|
5032
|
-
# Corresponds to the JSON property `chromeOsDevice`
|
5033
|
-
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsDevice]
|
5034
|
-
attr_accessor :chrome_os_device
|
5035
|
-
|
5036
|
-
# Output only. The unique Directory API ID of the user.
|
5037
|
-
# Corresponds to the JSON property `userDirectoryApiId`
|
5038
|
-
# @return [String]
|
5039
|
-
attr_accessor :user_directory_api_id
|
5040
|
-
|
5041
|
-
# Output only. The primary e-mail address of the user.
|
5042
|
-
# Corresponds to the JSON property `userPrimaryEmail`
|
5043
|
-
# @return [String]
|
5044
|
-
attr_accessor :user_primary_email
|
5045
|
-
|
5046
|
-
def initialize(**args)
|
5047
|
-
update!(**args)
|
5048
|
-
end
|
5049
|
-
|
5050
|
-
# Update properties of this object
|
5051
|
-
def update!(**args)
|
5052
|
-
@chrome_os_device = args[:chrome_os_device] if args.key?(:chrome_os_device)
|
5053
|
-
@user_directory_api_id = args[:user_directory_api_id] if args.key?(:user_directory_api_id)
|
5054
|
-
@user_primary_email = args[:user_primary_email] if args.key?(:user_primary_email)
|
5055
|
-
end
|
5056
|
-
end
|
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
|
-
|
5100
|
-
# Metadata for the long-running operation returned by signData.
|
5101
|
-
class GoogleChromeManagementVersionsV1alpha1SignDataMetadata
|
5102
|
-
include Google::Apis::Core::Hashable
|
5103
|
-
|
5104
|
-
# Output only. Start time of the SignData operation.
|
5105
|
-
# Corresponds to the JSON property `startTime`
|
5106
|
-
# @return [String]
|
5107
|
-
attr_accessor :start_time
|
5108
|
-
|
5109
|
-
def initialize(**args)
|
5110
|
-
update!(**args)
|
5111
|
-
end
|
5112
|
-
|
5113
|
-
# Update properties of this object
|
5114
|
-
def update!(**args)
|
5115
|
-
@start_time = args[:start_time] if args.key?(:start_time)
|
5116
|
-
end
|
5117
|
-
end
|
5118
|
-
|
5119
|
-
# Response message for requesting a signature from the client that initated a
|
5120
|
-
# certificate provisioning process.
|
5121
|
-
class GoogleChromeManagementVersionsV1alpha1SignDataResponse
|
5122
|
-
include Google::Apis::Core::Hashable
|
5123
|
-
|
5124
|
-
# A certificate provisioning process.
|
5125
|
-
# Corresponds to the JSON property `certificateProvisioningProcess`
|
5126
|
-
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess]
|
5127
|
-
attr_accessor :certificate_provisioning_process
|
5128
|
-
|
5129
|
-
def initialize(**args)
|
5130
|
-
update!(**args)
|
5131
|
-
end
|
5132
|
-
|
5133
|
-
# Update properties of this object
|
5134
|
-
def update!(**args)
|
5135
|
-
@certificate_provisioning_process = args[:certificate_provisioning_process] if args.key?(:certificate_provisioning_process)
|
5136
|
-
end
|
5137
|
-
end
|
5138
|
-
|
5139
4855
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
5140
4856
|
# messages in your APIs. A typical example is to use it as the request or the
|
5141
4857
|
# 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.
|
19
|
+
GEM_VERSION = "0.63.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250313"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -682,48 +682,6 @@ module Google
|
|
682
682
|
include Google::Apis::Core::JsonObjectSupport
|
683
683
|
end
|
684
684
|
|
685
|
-
class GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess
|
686
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
|
-
|
688
|
-
include Google::Apis::Core::JsonObjectSupport
|
689
|
-
end
|
690
|
-
|
691
|
-
class GoogleChromeManagementVersionsV1alpha1ChromeOsDevice
|
692
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
|
-
|
694
|
-
include Google::Apis::Core::JsonObjectSupport
|
695
|
-
end
|
696
|
-
|
697
|
-
class GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession
|
698
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
|
-
|
700
|
-
include Google::Apis::Core::JsonObjectSupport
|
701
|
-
end
|
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
|
-
|
715
|
-
class GoogleChromeManagementVersionsV1alpha1SignDataMetadata
|
716
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
|
-
|
718
|
-
include Google::Apis::Core::JsonObjectSupport
|
719
|
-
end
|
720
|
-
|
721
|
-
class GoogleChromeManagementVersionsV1alpha1SignDataResponse
|
722
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
|
-
|
724
|
-
include Google::Apis::Core::JsonObjectSupport
|
725
|
-
end
|
726
|
-
|
727
685
|
class GoogleProtobufEmpty
|
728
686
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
687
|
|
@@ -1815,7 +1773,6 @@ module Google
|
|
1815
1773
|
class GoogleChromeManagementVersionsV1CertificateProvisioningProcess
|
1816
1774
|
# @private
|
1817
1775
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1818
|
-
property :ca_connection_adapter_config_reference, as: 'caConnectionAdapterConfigReference'
|
1819
1776
|
property :chrome_os_device, as: 'chromeOsDevice', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsDevice, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsDevice::Representation
|
1820
1777
|
|
1821
1778
|
property :chrome_os_user_session, as: 'chromeOsUserSession', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsUserSession, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsUserSession::Representation
|
@@ -1827,7 +1784,6 @@ module Google
|
|
1827
1784
|
|
1828
1785
|
property :issued_certificate, as: 'issuedCertificate'
|
1829
1786
|
property :name, as: 'name'
|
1830
|
-
property :profile_adapter_config_reference, as: 'profileAdapterConfigReference'
|
1831
1787
|
property :provisioning_profile_id, as: 'provisioningProfileId'
|
1832
1788
|
property :sign_data, :base64 => true, as: 'signData'
|
1833
1789
|
property :signature, :base64 => true, as: 'signature'
|
@@ -2000,78 +1956,6 @@ module Google
|
|
2000
1956
|
end
|
2001
1957
|
end
|
2002
1958
|
|
2003
|
-
class GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess
|
2004
|
-
# @private
|
2005
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2006
|
-
property :ca_connection_adapter_config_reference, as: 'caConnectionAdapterConfigReference'
|
2007
|
-
property :chrome_os_device, as: 'chromeOsDevice', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsDevice, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsDevice::Representation
|
2008
|
-
|
2009
|
-
property :chrome_os_user_session, as: 'chromeOsUserSession', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession::Representation
|
2010
|
-
|
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
|
-
|
2016
|
-
property :issued_certificate, as: 'issuedCertificate'
|
2017
|
-
property :name, as: 'name'
|
2018
|
-
property :profile_adapter_config_reference, as: 'profileAdapterConfigReference'
|
2019
|
-
property :provisioning_profile_id, as: 'provisioningProfileId'
|
2020
|
-
property :sign_data, :base64 => true, as: 'signData'
|
2021
|
-
property :signature, :base64 => true, as: 'signature'
|
2022
|
-
property :signature_algorithm, as: 'signatureAlgorithm'
|
2023
|
-
property :start_time, as: 'startTime'
|
2024
|
-
property :subject_public_key_info, :base64 => true, as: 'subjectPublicKeyInfo'
|
2025
|
-
end
|
2026
|
-
end
|
2027
|
-
|
2028
|
-
class GoogleChromeManagementVersionsV1alpha1ChromeOsDevice
|
2029
|
-
# @private
|
2030
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2031
|
-
property :device_directory_api_id, as: 'deviceDirectoryApiId'
|
2032
|
-
property :serial_number, as: 'serialNumber'
|
2033
|
-
end
|
2034
|
-
end
|
2035
|
-
|
2036
|
-
class GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession
|
2037
|
-
# @private
|
2038
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2039
|
-
property :chrome_os_device, as: 'chromeOsDevice', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsDevice, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsDevice::Representation
|
2040
|
-
|
2041
|
-
property :user_directory_api_id, as: 'userDirectoryApiId'
|
2042
|
-
property :user_primary_email, as: 'userPrimaryEmail'
|
2043
|
-
end
|
2044
|
-
end
|
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
|
-
|
2060
|
-
class GoogleChromeManagementVersionsV1alpha1SignDataMetadata
|
2061
|
-
# @private
|
2062
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2063
|
-
property :start_time, as: 'startTime'
|
2064
|
-
end
|
2065
|
-
end
|
2066
|
-
|
2067
|
-
class GoogleChromeManagementVersionsV1alpha1SignDataResponse
|
2068
|
-
# @private
|
2069
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2070
|
-
property :certificate_provisioning_process, as: 'certificateProvisioningProcess', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess::Representation
|
2071
|
-
|
2072
|
-
end
|
2073
|
-
end
|
2074
|
-
|
2075
1959
|
class GoogleProtobufEmpty
|
2076
1960
|
# @private
|
2077
1961
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -361,27 +361,28 @@ module Google
|
|
361
361
|
# in the filter: - profile_id - display_name - user_email - last_activity_time -
|
362
362
|
# last_policy_sync_time - last_status_report_time - first_enrollment_time -
|
363
363
|
# os_platform_type - os_version - browser_version - browser_channel -
|
364
|
-
# policy_count - extension_count - identity_provider - affiliation_state -
|
365
|
-
# Any of the above fields can be used to specify a
|
366
|
-
# multiple fields is supported with AND operator.
|
367
|
-
# type fields support '=' and '!=' operators. The
|
368
|
-
# type fields support '=', '!=', '<', '>', '<='
|
369
|
-
# expect an RFC-3339 formatted string (e.g. 2012-
|
370
|
-
# '*' can be used with a string type field
|
371
|
-
# filtering is also supported, for example, '
|
372
|
-
# that checks if any of the filterable string
|
373
|
-
# Organization unit number can be used as a
|
374
|
-
# specifying 'ouId = $`your_org_unit_id`', please
|
375
|
-
# matching is supported.
|
364
|
+
# policy_count - extension_count - identity_provider - affiliation_state -
|
365
|
+
# os_platform_version - ouId Any of the above fields can be used to specify a
|
366
|
+
# filter, and filtering by multiple fields is supported with AND operator.
|
367
|
+
# String type fields and enum type fields support '=' and '!=' operators. The
|
368
|
+
# integer type and the timestamp type fields support '=', '!=', '<', '>', '<='
|
369
|
+
# and '>=' operators. Timestamps expect an RFC-3339 formatted string (e.g. 2012-
|
370
|
+
# 04-21T11:30:00-04:00). Wildcard '*' can be used with a string type field
|
371
|
+
# filter. In addition, string literal filtering is also supported, for example, '
|
372
|
+
# ABC' as a filter maps to a filter that checks if any of the filterable string
|
373
|
+
# type fields contains 'ABC'. Organization unit number can be used as a
|
374
|
+
# filtering criteria here by specifying 'ouId = $`your_org_unit_id`', please
|
375
|
+
# note that only single OU ID matching is supported.
|
376
376
|
# @param [String] order_by
|
377
377
|
# Optional. The fields used to specify the ordering of the results. The
|
378
378
|
# supported fields are: - profile_id - display_name - user_email -
|
379
379
|
# last_activity_time - last_policy_sync_time - last_status_report_time -
|
380
380
|
# first_enrollment_time - os_platform_type - os_version - browser_version -
|
381
381
|
# browser_channel - policy_count - extension_count - identity_provider -
|
382
|
-
# affiliation_state By default, sorting is in ascending
|
383
|
-
# descending order for a field, a suffix " desc" should be
|
384
|
-
# name. The default ordering is the descending order of
|
382
|
+
# affiliation_state - os_platform_version By default, sorting is in ascending
|
383
|
+
# order, to specify descending order for a field, a suffix " desc" should be
|
384
|
+
# added to the field name. The default ordering is the descending order of
|
385
|
+
# last_status_report_time.
|
385
386
|
# @param [Fixnum] page_size
|
386
387
|
# Optional. The maximum number of profiles to return. The default page size is
|
387
388
|
# 100 if page_size is unspecified, and the maximum page size allowed is 200.
|
metadata
CHANGED
@@ -1,13 +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.
|
4
|
+
version: 0.63.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-16 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromemanagement_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.63.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromemanagement_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|