google-apis-androidmanagement_v1 0.62.0 → 0.63.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: 3aaf251f24ab285c14bb1dabdbe1d8ac372f101b631819d9ca01a029b96a5d09
4
- data.tar.gz: 89173e4524a2117004ca2d4e547e3e40609e4f95c5edf506d4455491e668e00a
3
+ metadata.gz: 0a4c49fb42f5f00eff60d6db87752246d4cac9ae4b71d40b100f72ed2d2544fb
4
+ data.tar.gz: a6ad018a22e98a206858fbffeb945e525a3f18d73e13d697b812ea0d641261ee
5
5
  SHA512:
6
- metadata.gz: b1ca4d133ca6b4cc65ad75ccbe0ca1291dda8c36938f7c22555c9360ee38f4eb59e5928190a91905f2eb628c278d075a91500ee6826c70c8214bd61fde815a76
7
- data.tar.gz: c962f907d2af151e8b4e5deca22ddd6517d42eb8421d03fa85b0b5fe493db5cb88a43290e4fa71280ed0ce613e2e3fe3979f8c02d15369b1fb09aadfc1ae5e19
6
+ metadata.gz: 8593cd71ab49a6c9e7c472d65b95ea78b55e323e685027dfaa1c98fb932b5fc29da4faa59ca4e24885294a1c1040b7183e5d2ed1baa723e0887b893cfed1803e
7
+ data.tar.gz: a4780f8d2889ef1b8cb3179d66e8ae521f9329b5b3af02d537cd2b245dc822429069dac6a544e4422c64abbf42faf940e4a0bb8ccd5ce8fd124efcbef672776f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.63.0 (2023-10-22)
4
+
5
+ * Regenerated from discovery document revision 20231009
6
+
3
7
  ### v0.62.0 (2023-10-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20231004
@@ -3888,8 +3888,12 @@ module Google
3888
3888
  attr_accessor :camera_disabled
3889
3889
  alias_method :camera_disabled?, :camera_disabled
3890
3890
 
3891
- # Controls how long the work profile can stay off. The duration must be at least
3892
- # 3 days.
3891
+ # Controls how long the work profile can stay off. The minimum duration must be
3892
+ # at least 3 days. Other details are as follows: - If the duration is set to 0,
3893
+ # the feature is turned off. - If the duration is set to any value between 1-2
3894
+ # days, the feature is automatically set to 3 days. *Note:* If you want to avoid
3895
+ # personal profiles being suspended during long periods of off-time, you can
3896
+ # temporarily set a large value for this parameter.
3893
3897
  # Corresponds to the JSON property `maxDaysWithWorkOff`
3894
3898
  # @return [Fixnum]
3895
3899
  attr_accessor :max_days_with_work_off
@@ -4907,21 +4911,21 @@ module Google
4907
4911
  end
4908
4912
 
4909
4913
  # A resource containing sign in details for an enterprise. Use enterprises to
4910
- # manage SigninDetails for a given enterprise. For an enterprise, we can have
4911
- # any number of SigninDetails that is uniquely identified by combination of the
4914
+ # manage SigninDetails for a given enterprise.For an enterprise, we can have any
4915
+ # number of SigninDetails that is uniquely identified by combination of the
4912
4916
  # following three fields (signin_url, allow_personal_usage, token_tag). One
4913
4917
  # cannot create two SigninDetails with the same (signin_url,
4914
- # allow_personal_usage, token_tag). (token_tag is an optional field) Patch: The
4918
+ # allow_personal_usage, token_tag). (token_tag is an optional field).Patch: The
4915
4919
  # operation updates the current list of SigninDetails with the new list of
4916
4920
  # SigninDetails. If the stored SigninDetail configuration is passed, it returns
4917
4921
  # the same signin_enrollment_token and qr_code. If we pass multiple identical
4918
4922
  # SigninDetail configurations that are not stored, it will store the first one
4919
- # amongst those SigninDetail configurations and if the configuration already
4920
- # exists we cannot request it more than once in a particular patch API call,
4921
- # otherwise it will give a duplicate key error and the whole operation will fail.
4922
- # If we remove certain SigninDetail configuration from the request then it will
4923
- # get removed from the storage. And then we can request for another
4924
- # signin_enrollment_token and qr_code for the same SigninDetail configuration.
4923
+ # amongst those SigninDetail configurations. if the configuration already exists
4924
+ # we cannot request it more than once in a particular patch API call, otherwise
4925
+ # it will give a duplicate key error and the whole operation will fail. If we
4926
+ # remove certain SigninDetail configuration from the request then it will get
4927
+ # removed from the storage. We can then request another signin_enrollment_token
4928
+ # and qr_code for the same SigninDetail configuration.
4925
4929
  class SigninDetail
4926
4930
  include Google::Apis::Core::Hashable
4927
4931
 
@@ -4959,7 +4963,7 @@ module Google
4959
4963
  # @return [String]
4960
4964
  attr_accessor :signin_url
4961
4965
 
4962
- # An EMM-specified tag to distinguish between instances of SigninDetail.
4966
+ # An EMM-specified metadata to distinguish between instances of SigninDetail.
4963
4967
  # Corresponds to the JSON property `tokenTag`
4964
4968
  # @return [String]
4965
4969
  attr_accessor :token_tag
@@ -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.62.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.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231004"
25
+ REVISION = "20231009"
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.62.0
4
+ version: 0.63.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-10-08 00:00:00.000000000 Z
11
+ date: 2023-10-22 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.62.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.63.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: []