google-apis-admin_directory_v1 0.20.0 → 0.21.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: bf1c56ef6645b159cdf6166d5ad474ea60ea2c46a0a7172d5ca68dc07afdf138
4
- data.tar.gz: 1e5b79492e32e613f2d01d196b8ce32bbd9ce7b2143e91f0a15dc8e49e419a4c
3
+ metadata.gz: afe7697d1642f4e1d424ba32bd72763146fcf30fecbbebe78396b421e49fbe41
4
+ data.tar.gz: 36f46657ef6a7412c6de95c0d214fbbc4fb5d069820890c06c941d506bcb14ae
5
5
  SHA512:
6
- metadata.gz: 380985e6333f35d0cb3a8643d6542bd1a09c282189db9691beeb5b3cba9f463938f79fed484aa36df0d61f8db500fa0ae6add91f577595705883a475d76fb80b
7
- data.tar.gz: d21643e42501e1a2b05f813aecc00db26537a8de728d0b7b5d3bf60c54d7fce7d4e70f25c6f46795415893328a0a8787b265822712b7528683db12c70a028f89
6
+ metadata.gz: a29aa1cca6dd30c72bc678797c7545427a61773b4b8d153343c5a6c7adb06a0a91ac7edc966a11630c07b70c911dbc80e7f087d99b4952d7bd1faf3c60f954e0
7
+ data.tar.gz: 0ad47f0ee1eff99106e776fd05a96d9eb9e06da2666bc39b3f6d178c6d1a4045943341a71178cb9c33d21e8c03f953992c37506848f0d28ebf16984879e87a03
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.21.0 (2022-02-03)
4
+
5
+ * Regenerated from discovery document revision 20220201
6
+
3
7
  ### v0.20.0 (2022-01-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20220125
@@ -895,8 +895,10 @@ module Google
895
895
  # version of orgUnitId. While orgUnitPath may change by renaming an
896
896
  # organizational unit within the path, orgUnitId is unchangeable for one
897
897
  # organizational unit. This property can be [updated](/admin-sdk/directory/v1/
898
- # guides/manage-chrome-devices#update_chrome_device) using the API, and this
899
- # will be supported in the future.
898
+ # guides/manage-chrome-devices#move_chrome_devices_to_ou) using the API. For
899
+ # more information about how to create an organizational structure for your
900
+ # device, see the [administration help center](https://support.google.com/a/
901
+ # answer/182433).
900
902
  # Corresponds to the JSON property `orgUnitId`
901
903
  # @return [String]
902
904
  attr_accessor :org_unit_id
@@ -905,9 +907,9 @@ module Google
905
907
  # device. Path names are case insensitive. If the parent organizational unit is
906
908
  # the top-level organization, it is represented as a forward slash, `/`. This
907
909
  # property can be [updated](/admin-sdk/directory/v1/guides/manage-chrome-devices#
908
- # update_chrome_device) using the API. For more information about how to create
909
- # an organizational structure for your device, see the [administration help
910
- # center](https://support.google.com/a/answer/182433).
910
+ # move_chrome_devices_to_ou) using the API. For more information about how to
911
+ # create an organizational structure for your device, see the [administration
912
+ # help center](https://support.google.com/a/answer/182433).
911
913
  # Corresponds to the JSON property `orgUnitPath`
912
914
  # @return [String]
913
915
  attr_accessor :org_unit_path
@@ -2343,8 +2345,8 @@ module Google
2343
2345
  attr_accessor :next_page_token
2344
2346
 
2345
2347
  # List of printers. If `org_unit_id` was given in the request, then only
2346
- # printers visible for this OU will be returned. If `org_unit_id` was given in
2347
- # the request, then all printers will be returned.
2348
+ # printers visible for this OU will be returned. If `org_unit_id` was not given
2349
+ # in the request, then all printers will be returned.
2348
2350
  # Corresponds to the JSON property `printers`
2349
2351
  # @return [Array<Google::Apis::AdminDirectoryV1::Printer>]
2350
2352
  attr_accessor :printers
@@ -3811,10 +3813,10 @@ module Google
3811
3813
  attr_accessor :gender
3812
3814
 
3813
3815
  # Stores the hash format of the password property. We recommend sending the `
3814
- # password` property value as a base 16 bit hexadecimal-encoded hash value. Set
3815
- # the `hashFunction` values as either the [SHA-1](https://wikipedia.org/wiki/SHA-
3816
- # 1), [MD5](https://wikipedia.org/wiki/MD5), or [crypt](https://en.wikipedia.org/
3817
- # wiki/Crypt_\(C\)) hash format.
3816
+ # password` property value as a base 16 bit hexadecimal-encoded hash value. The
3817
+ # following `hashFunction` values are allowed: * `DES` * `MD5` - hash prefix is `
3818
+ # $1$` * `SHA2-256` - hash prefix is `$5$` * `SHA2-512` - hash prefix is `$6$`
3819
+ # If rounds are specified as part of the prefix, they must be 10,000 or fewer.
3818
3820
  # Corresponds to the JSON property `hashFunction`
3819
3821
  # @return [String]
3820
3822
  attr_accessor :hash_function
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AdminDirectoryV1
18
18
  # Version of the google-apis-admin_directory_v1 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220125"
25
+ REVISION = "20220201"
26
26
  end
27
27
  end
28
28
  end
@@ -3702,7 +3702,7 @@ module Google
3702
3702
  # @param [String] show_deleted
3703
3703
  # If set to `true`, retrieves the list of deleted users. (Default: `false`)
3704
3704
  # @param [String] sort_order
3705
- # Whether to return results in ascending or descending order.
3705
+ # Whether to return results in ascending or descending order, ignoring case.
3706
3706
  # @param [String] view_type
3707
3707
  # Whether to fetch the administrator-only or domain-wide public view of the user.
3708
3708
  # For more information, see [Retrieve a user as a non-administrator](/admin-sdk/
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-admin_directory_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.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: 2022-01-31 00:00:00.000000000 Z
11
+ date: 2022-02-07 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-admin_directory_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_directory_v1
63
63
  post_install_message:
64
64
  rdoc_options: []