google-apis-androidmanagement_v1 0.58.0 → 0.60.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: 6819d7c8c2d9c344b3d7e1be9135e49b0ff8b1b688d78d6b8c53aeaed901661c
4
- data.tar.gz: 83a69da046ca991faf459d4b2a52602c9f53da63c4185ac5d106cbb5eb648ff8
3
+ metadata.gz: b37a998976b2baaf0e478dda49bc26a5c8f90a05d71d3b10db3921b815f26de4
4
+ data.tar.gz: fe1d0db75983ce49a2a82f5d75f292e4afc77a8ed00199ea030513044cd58d90
5
5
  SHA512:
6
- metadata.gz: 4d6bd8e2d28c3795f6ae01ebd4f2cce81402c6454f10da2bf5640db6a609e2f49618d6da5631ed7fb9679f09e0834c19d5df987ade8b27c6add3ae834b91c608
7
- data.tar.gz: ad56468d916c86ee7cc5f8e7cd53ffc073f3226f2fde3505017eda32bb00dc2d76c0bcd741ebdd0d46ff3f1a82faeebaedc1cdd08dcbf0cef83d52bc09c0110f
6
+ metadata.gz: 9f56399f9eb55496edae462035546ed0ef05d13ce7c4e5a2379d2055b78a99d38fef6d22ede50593788f551b932c22a4459d85aa0d9febe012863d8216c87cb1
7
+ data.tar.gz: d7a9ae31d32bc9e1a672a7e81bc6c4e4b8b1368aeb1dfa36a5d8cad978cfa8f43845c6759c56d9dfb6b9e0cf803dd58a6844e8a1716d8e12a3787a6f896e65f4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.60.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230828
6
+
7
+ ### v0.59.0 (2023-08-27)
8
+
9
+ * Regenerated from discovery document revision 20230814
10
+
3
11
  ### v0.58.0 (2023-08-13)
4
12
 
5
13
  * Regenerated from discovery document revision 20230731
@@ -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
 
@@ -1757,7 +1762,7 @@ module Google
1757
1762
  class DeviceRadioState
1758
1763
  include Google::Apis::Core::Hashable
1759
1764
 
1760
- # Controls whether airplane mode can be toggled by the user or not
1765
+ # Controls whether airplane mode can be toggled by the user or not.
1761
1766
  # Corresponds to the JSON property `airplaneModeState`
1762
1767
  # @return [String]
1763
1768
  attr_accessor :airplane_mode_state
@@ -3517,12 +3522,12 @@ module Google
3517
3522
  # @return [String]
3518
3523
  attr_accessor :name
3519
3524
 
3520
- # The normal response of the operation in case of success. If the original
3521
- # method returns no data on success, such as Delete, the response is google.
3522
- # protobuf.Empty. If the original method is standard Get/Create/Update, the
3523
- # response should be the resource. For other methods, the response should have
3524
- # the type XxxResponse, where Xxx is the original method name. For example, if
3525
- # 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
3526
3531
  # TakeSnapshotResponse.
3527
3532
  # Corresponds to the JSON property `response`
3528
3533
  # @return [Hash<String,Object>]
@@ -4022,7 +4027,8 @@ module Google
4022
4027
  alias_method :cell_broadcasts_config_disabled?, :cell_broadcasts_config_disabled
4023
4028
 
4024
4029
  # Rules for determining apps' access to private keys. See ChoosePrivateKeyRule
4025
- # for details.
4030
+ # for details. This must be empty if any application has CERT_SELECTION
4031
+ # delegation scope.
4026
4032
  # Corresponds to the JSON property `choosePrivateKeyRules`
4027
4033
  # @return [Array<Google::Apis::AndroidmanagementV1::ChoosePrivateKeyRule>]
4028
4034
  attr_accessor :choose_private_key_rules
@@ -4047,7 +4053,9 @@ module Google
4047
4053
  attr_accessor :credentials_config_disabled
4048
4054
  alias_method :credentials_config_disabled?, :credentials_config_disabled
4049
4055
 
4050
- # 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.
4051
4059
  # Corresponds to the JSON property `crossProfilePolicies`
4052
4060
  # @return [Google::Apis::AndroidmanagementV1::CrossProfilePolicies]
4053
4061
  attr_accessor :cross_profile_policies
@@ -4318,7 +4326,8 @@ module Google
4318
4326
 
4319
4327
  # Allows showing UI on a device for a user to choose a private key alias if
4320
4328
  # there are no matching rules in ChoosePrivateKeyRules. For devices below
4321
- # 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.
4322
4331
  # Corresponds to the JSON property `privateKeySelectionEnabled`
4323
4332
  # @return [Boolean]
4324
4333
  attr_accessor :private_key_selection_enabled
@@ -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.58.0"
19
+ GEM_VERSION = "0.60.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 = "20230731"
25
+ REVISION = "20230828"
26
26
  end
27
27
  end
28
28
  end
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.58.0
4
+ version: 0.60.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-13 00:00:00.000000000 Z
11
+ date: 2023-09-10 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.58.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.60.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