google-apis-admin_directory_v1 0.24.0 → 0.27.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: 14a412cafca530d608fce92414f27172df88b17132307dfab694940e1b70e80e
4
- data.tar.gz: 9b777745c1825275ca7607e270af6ec667f8a39ae7fa7535f9f37d9c03a0b8f1
3
+ metadata.gz: 7b3d78e554a3cb94e6653e6dde819c3f921a020b540ebe71f34f7fca83f58f95
4
+ data.tar.gz: abd8befda8f657305e8ae7acc1b120500f2106c48271a6601ff7ef2c3e25802d
5
5
  SHA512:
6
- metadata.gz: 8319f488f04b04d43a1386db006c4bf3f49d300e10e37e8d9386ceab397ebb81320406814610d3e4ad54a3d54a4df5a8af9d50b328e564ca215ab5bd0d9a4f9c
7
- data.tar.gz: d1b2dce5d6cf98e2d798e286a303e60ce25d4e8b81c5062ba41ed78e9412684880f9eb88332450396dbcc93f1380ab7eeaab06bbb98362cd394817be1a1798b2
6
+ metadata.gz: 020bb2d05a5c88aba432c7f4138ba7a2d1d56f1dc2df928883b766190c899667e8fd4816789ad6607638c4d22a77193a9c84c835a16e874bab263d49a63edb15
7
+ data.tar.gz: 4f37b5c2f424876ecb829daa59b611bd813a2ad3b257d99cdecacab6409ba15033c3c0fc9f58fed921e291b56fccca130b1766f99e409dd2b5b36042adfb0c1b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.27.0 (2022-06-23)
4
+
5
+ * Regenerated from discovery document revision 20220621
6
+
7
+ ### v0.26.0 (2022-06-19)
8
+
9
+ * Regenerated using generator version 0.7.0
10
+ * Regenerated from discovery document revision 20220614
11
+
12
+ ### v0.25.0 (2022-06-09)
13
+
14
+ * Regenerated from discovery document revision 20220606
15
+
3
16
  ### v0.24.0 (2022-06-04)
4
17
 
5
18
  * Regenerated from discovery document revision 20220531
@@ -3302,7 +3302,10 @@ module Google
3302
3302
  class RoleAssignment
3303
3303
  include Google::Apis::Core::Hashable
3304
3304
 
3305
- # The unique ID of the user this role is assigned to.
3305
+ # The unique ID of the entity this role is assigned to—either the `user_id` of a
3306
+ # user or the `uniqueId` of a service account, as defined in [Identity and
3307
+ # Access Management (IAM)](https://cloud.google.com/iam/docs/reference/rest/v1/
3308
+ # projects.serviceAccounts).
3306
3309
  # Corresponds to the JSON property `assignedTo`
3307
3310
  # @return [String]
3308
3311
  attr_accessor :assigned_to
@@ -3811,11 +3814,13 @@ module Google
3811
3814
  # @return [Object]
3812
3815
  attr_accessor :gender
3813
3816
 
3814
- # Stores the hash format of the password property. We recommend sending the `
3815
- # password` property value as a base 16 bit hexadecimal-encoded hash value. The
3816
- # following `hashFunction` values are allowed: * `DES` * `MD5` - hash prefix is `
3817
- # $1$` * `SHA2-256` - hash prefix is `$5$` * `SHA2-512` - hash prefix is `$6$`
3818
- # If rounds are specified as part of the prefix, they must be 10,000 or fewer.
3817
+ # Stores the hash format of the `password` property. The following `hashFunction`
3818
+ # values are allowed: * `MD5` - Accepts simple hex-encoded values. * `SHA1` -
3819
+ # Accepts simple hex-encoded values. * `crypt` - Compliant with the [C crypt
3820
+ # library](https://en.wikipedia.org/wiki/Crypt_%28C%29). Supports the DES, MD5 (
3821
+ # hash prefix `$1$`), SHA-256 (hash prefix `$5$`), and SHA-512 (hash prefix `$6$`
3822
+ # ) hash algorithms. If rounds are specified as part of the prefix, they must be
3823
+ # 10,000 or fewer.
3819
3824
  # Corresponds to the JSON property `hashFunction`
3820
3825
  # @return [String]
3821
3826
  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.24.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220531"
25
+ REVISION = "20220621"
26
26
  end
27
27
  end
28
28
  end
@@ -1274,10 +1274,11 @@ module Google
1274
1274
  # Retrieves all groups of a domain or of a user given a userKey (paginated).
1275
1275
  # @param [String] customer
1276
1276
  # The unique ID for the customer's Google Workspace account. In case of a multi-
1277
- # domain account, to fetch all groups for a customer, fill this field instead of
1278
- # domain. As an account administrator, you can also use the `my_customer` alias
1279
- # to represent your account's `customerId`. The `customerId` is also returned as
1280
- # part of the [Users](/admin-sdk/directory/v1/reference/users)
1277
+ # domain account, to fetch all groups for a customer, fill in this field instead
1278
+ # of `domain`. You can also use the `my_customer` alias to represent your
1279
+ # account's `customerId`. The `customerId` is also returned as part of the [
1280
+ # Users](/admin-sdk/directory/v1/reference/users) resource. Either the `customer`
1281
+ # or the `domain` parameter must be provided.
1281
1282
  # @param [String] domain
1282
1283
  # The domain name. Use this field to get groups from only one domain. To return
1283
1284
  # all domains for a customer account, use the `customer` query parameter instead.
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.24.0
4
+ version: 0.27.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-06-06 00:00:00.000000000 Z
11
+ date: 2022-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.5'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.5'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.27.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: []