google-apis-androidmanagement_v1 0.57.0 → 0.59.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bdc8700470ba4d2f1d8cc8ee0d6f64eea3cddfbc95074be3cda91d9577c8cd16
4
- data.tar.gz: 46afc5dec59c19d56db2a0554247353925231e573e888479e24ff6b175cf14bc
3
+ metadata.gz: 920073bb3aa0db606c78248c4e196a96a343766d2418eff6722a114fbcdc1a77
4
+ data.tar.gz: 5b189b9edd7360dc40b92559e4e15217ecf37fd5db81b312877b03a004576e63
5
5
  SHA512:
6
- metadata.gz: efa25e8862b8e1a2a4ab340cadd4df3b6a94ea3c989b11aadf58db537dd3a2bdfc3eb93f5f47b5de0935a04e4653274105c5181f77538097c4797da3809055c2
7
- data.tar.gz: 5cea90089db24ee92882c85ee824e46d5c5256c25231a7dda0fa826304d7b2b078576cf494093ea5772ed9699b76898f744e22057a8f1c3f9280bf38932968ca
6
+ metadata.gz: 85d0005b806209ced740e40753fb0fa929a4b8ab3085ea641a57ed580db5da177da664d35fe502b00c48fe455749e874c07c3362d924bbc1de2c5d15f36382b5
7
+ data.tar.gz: 646e22d3015b7f2c597d76c3306a68daaa77483d04655aa4065d07e508427f95cb78243b8dfa0bdd43115802a6490bbfc8f2c4966e1fb5d9e57467844b7e8a8d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.59.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230814
6
+
7
+ ### v0.58.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230731
10
+
3
11
  ### v0.57.0 (2023-08-06)
4
12
 
5
13
  * Regenerated from discovery document revision 20230724
@@ -520,7 +520,9 @@ module Google
520
520
  end
521
521
 
522
522
  # Policy for an individual app. Note: Application availability on a given device
523
- # cannot be changed using this policy if installAppsDisabled is enabled.
523
+ # cannot be changed using this policy if installAppsDisabled is enabled. The
524
+ # maximum number of applications that you can specify per enterprise policy is 3,
525
+ # 000.
524
526
  class ApplicationPolicy
525
527
  include Google::Apis::Core::Hashable
526
528
 
@@ -566,7 +568,8 @@ module Google
566
568
  # @return [String]
567
569
  attr_accessor :default_permission_policy
568
570
 
569
- # The scopes delegated to the app from Android Device Policy.
571
+ # The scopes delegated to the app from Android Device Policy. These provide
572
+ # additional privileges for the applications they are applied to.
570
573
  # Corresponds to the JSON property `delegatedScopes`
571
574
  # @return [Array<String>]
572
575
  attr_accessor :delegated_scopes
@@ -1343,7 +1346,9 @@ module Google
1343
1346
  end
1344
1347
  end
1345
1348
 
1346
- # Cross-profile policies applied on the device.
1349
+ # Controls the data from the work profile that can be accessed from the personal
1350
+ # profile and vice versa. A nonComplianceDetail with MANAGEMENT_MODE is reported
1351
+ # if the device does not have a work profile.
1347
1352
  class CrossProfilePolicies
1348
1353
  include Google::Apis::Core::Hashable
1349
1354
 
@@ -1951,6 +1956,21 @@ module Google
1951
1956
  end
1952
1957
  end
1953
1958
 
1959
+ # Represents that the device has completed enrollment. User should be in the
1960
+ # launcher at this point, device at this point will be compliant and all setup
1961
+ # steps have been completed. Intentionally empty.
1962
+ class EnrollmentCompleteEvent
1963
+ include Google::Apis::Core::Hashable
1964
+
1965
+ def initialize(**args)
1966
+ update!(**args)
1967
+ end
1968
+
1969
+ # Update properties of this object
1970
+ def update!(**args)
1971
+ end
1972
+ end
1973
+
1954
1974
  # An enrollment token.
1955
1975
  class EnrollmentToken
1956
1976
  include Google::Apis::Core::Hashable
@@ -3502,12 +3522,12 @@ module Google
3502
3522
  # @return [String]
3503
3523
  attr_accessor :name
3504
3524
 
3505
- # The normal response of the operation in case of success. If the original
3506
- # method returns no data on success, such as Delete, the response is google.
3507
- # protobuf.Empty. If the original method is standard Get/Create/Update, the
3508
- # response should be the resource. For other methods, the response should have
3509
- # the type XxxResponse, where Xxx is the original method name. For example, if
3510
- # the original method name is TakeSnapshot(), the inferred response type is
3525
+ # The normal, successful response of the operation. If the original method
3526
+ # returns no data on success, such as Delete, the response is google.protobuf.
3527
+ # Empty. If the original method is standard Get/Create/Update, the response
3528
+ # should be the resource. For other methods, the response should have the type
3529
+ # XxxResponse, where Xxx is the original method name. For example, if the
3530
+ # original method name is TakeSnapshot(), the inferred response type is
3511
3531
  # TakeSnapshotResponse.
3512
3532
  # Corresponds to the JSON property `response`
3513
3533
  # @return [Hash<String,Object>]
@@ -4007,7 +4027,8 @@ module Google
4007
4027
  alias_method :cell_broadcasts_config_disabled?, :cell_broadcasts_config_disabled
4008
4028
 
4009
4029
  # Rules for determining apps' access to private keys. See ChoosePrivateKeyRule
4010
- # for details.
4030
+ # for details. This must be empty if any application has CERT_SELECTION
4031
+ # delegation scope.
4011
4032
  # Corresponds to the JSON property `choosePrivateKeyRules`
4012
4033
  # @return [Array<Google::Apis::AndroidmanagementV1::ChoosePrivateKeyRule>]
4013
4034
  attr_accessor :choose_private_key_rules
@@ -4032,7 +4053,9 @@ module Google
4032
4053
  attr_accessor :credentials_config_disabled
4033
4054
  alias_method :credentials_config_disabled?, :credentials_config_disabled
4034
4055
 
4035
- # Cross-profile policies applied on the device.
4056
+ # Controls the data from the work profile that can be accessed from the personal
4057
+ # profile and vice versa. A nonComplianceDetail with MANAGEMENT_MODE is reported
4058
+ # if the device does not have a work profile.
4036
4059
  # Corresponds to the JSON property `crossProfilePolicies`
4037
4060
  # @return [Google::Apis::AndroidmanagementV1::CrossProfilePolicies]
4038
4061
  attr_accessor :cross_profile_policies
@@ -4303,7 +4326,8 @@ module Google
4303
4326
 
4304
4327
  # Allows showing UI on a device for a user to choose a private key alias if
4305
4328
  # there are no matching rules in ChoosePrivateKeyRules. For devices below
4306
- # Android P, setting this may leave enterprise keys vulnerable.
4329
+ # Android P, setting this may leave enterprise keys vulnerable. This value will
4330
+ # have no effect if any application has CERT_SELECTION delegation scope.
4307
4331
  # Corresponds to the JSON property `privateKeySelectionEnabled`
4308
4332
  # @return [Boolean]
4309
4333
  attr_accessor :private_key_selection_enabled
@@ -4688,7 +4712,7 @@ module Google
4688
4712
  # @return [Fixnum]
4689
4713
  attr_accessor :api_level
4690
4714
 
4691
- # Brand of the device. For example, Google.
4715
+ # The brand of the device. For example, Google.
4692
4716
  # Corresponds to the JSON property `brand`
4693
4717
  # @return [String]
4694
4718
  attr_accessor :brand
@@ -5516,6 +5540,13 @@ module Google
5516
5540
  # @return [Google::Apis::AndroidmanagementV1::DnsEvent]
5517
5541
  attr_accessor :dns_event
5518
5542
 
5543
+ # Represents that the device has completed enrollment. User should be in the
5544
+ # launcher at this point, device at this point will be compliant and all setup
5545
+ # steps have been completed. Intentionally empty.
5546
+ # Corresponds to the JSON property `enrollmentCompleteEvent`
5547
+ # @return [Google::Apis::AndroidmanagementV1::EnrollmentCompleteEvent]
5548
+ attr_accessor :enrollment_complete_event
5549
+
5519
5550
  # Unique id of the event.
5520
5551
  # Corresponds to the JSON property `eventId`
5521
5552
  # @return [Fixnum]
@@ -5670,6 +5701,7 @@ module Google
5670
5701
  @connect_event = args[:connect_event] if args.key?(:connect_event)
5671
5702
  @crypto_self_test_completed_event = args[:crypto_self_test_completed_event] if args.key?(:crypto_self_test_completed_event)
5672
5703
  @dns_event = args[:dns_event] if args.key?(:dns_event)
5704
+ @enrollment_complete_event = args[:enrollment_complete_event] if args.key?(:enrollment_complete_event)
5673
5705
  @event_id = args[:event_id] if args.key?(:event_id)
5674
5706
  @event_time = args[:event_time] if args.key?(:event_time)
5675
5707
  @event_type = args[:event_type] if args.key?(:event_type)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AndroidmanagementV1
18
18
  # Version of the google-apis-androidmanagement_v1 gem
19
- GEM_VERSION = "0.57.0"
19
+ GEM_VERSION = "0.59.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230724"
25
+ REVISION = "20230814"
26
26
  end
27
27
  end
28
28
  end
@@ -256,6 +256,12 @@ module Google
256
256
  include Google::Apis::Core::JsonObjectSupport
257
257
  end
258
258
 
259
+ class EnrollmentCompleteEvent
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
259
265
  class EnrollmentToken
260
266
  class Representation < Google::Apis::Core::JsonRepresentation; end
261
267
 
@@ -1249,6 +1255,12 @@ module Google
1249
1255
  end
1250
1256
  end
1251
1257
 
1258
+ class EnrollmentCompleteEvent
1259
+ # @private
1260
+ class Representation < Google::Apis::Core::JsonRepresentation
1261
+ end
1262
+ end
1263
+
1252
1264
  class EnrollmentToken
1253
1265
  # @private
1254
1266
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2152,6 +2164,8 @@ module Google
2152
2164
 
2153
2165
  property :dns_event, as: 'dnsEvent', class: Google::Apis::AndroidmanagementV1::DnsEvent, decorator: Google::Apis::AndroidmanagementV1::DnsEvent::Representation
2154
2166
 
2167
+ property :enrollment_complete_event, as: 'enrollmentCompleteEvent', class: Google::Apis::AndroidmanagementV1::EnrollmentCompleteEvent, decorator: Google::Apis::AndroidmanagementV1::EnrollmentCompleteEvent::Representation
2168
+
2155
2169
  property :event_id, :numeric_string => true, as: 'eventId'
2156
2170
  property :event_time, as: 'eventTime'
2157
2171
  property :event_type, as: 'eventType'
@@ -1093,8 +1093,8 @@ module Google
1093
1093
  execute_or_queue_command(command, &block)
1094
1094
  end
1095
1095
 
1096
- # Get the device provisioning info by the identifier provided via the sign-in
1097
- # url.
1096
+ # Get the device provisioning information by the identifier provided in the sign-
1097
+ # in url.
1098
1098
  # @param [String] name
1099
1099
  # Required. The identifier that Android Device Policy passes to the 3P sign-in
1100
1100
  # page in the form of provisioningInfo/`provisioning_info`.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-androidmanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.57.0
4
+ version: 0.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-06 00:00:00.000000000 Z
11
+ date: 2023-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidmanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.57.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.59.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidmanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Android Management API V1