google-apis-androidmanagement_v1 0.58.0 → 0.59.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 920073bb3aa0db606c78248c4e196a96a343766d2418eff6722a114fbcdc1a77
|
|
4
|
+
data.tar.gz: 5b189b9edd7360dc40b92559e4e15217ecf37fd5db81b312877b03a004576e63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 85d0005b806209ced740e40753fb0fa929a4b8ab3085ea641a57ed580db5da177da664d35fe502b00c48fe455749e874c07c3362d924bbc1de2c5d15f36382b5
|
|
7
|
+
data.tar.gz: 646e22d3015b7f2c597d76c3306a68daaa77483d04655aa4065d07e508427f95cb78243b8dfa0bdd43115802a6490bbfc8f2c4966e1fb5d9e57467844b7e8a8d
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
-
#
|
|
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
|
|
|
@@ -3517,12 +3522,12 @@ module Google
|
|
|
3517
3522
|
# @return [String]
|
|
3518
3523
|
attr_accessor :name
|
|
3519
3524
|
|
|
3520
|
-
# The normal response of the operation
|
|
3521
|
-
#
|
|
3522
|
-
#
|
|
3523
|
-
#
|
|
3524
|
-
#
|
|
3525
|
-
#
|
|
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
|
-
#
|
|
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.
|
|
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 = "
|
|
25
|
+
REVISION = "20230814"
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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
|