google-apis-admin_directory_v1 0.25.0 → 0.28.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: dacb165457a3aff3f7f9acf2788c6fd18d9d6061299ade0e91eebac18f9e9577
4
- data.tar.gz: 4a25bf7077d2ce46b53636ccc7f4eb2ef3c5cb648fa3b3b887d2390b5ca64edc
3
+ metadata.gz: 178be744f343992ba1f508b0f47fa60fbf1586088464199a91e4dd2ae7585565
4
+ data.tar.gz: b15eaf8ad33a4c19c0e87dc9ba205f1405d376df0a9709251f8ca27ab0101d46
5
5
  SHA512:
6
- metadata.gz: 322bd31077fbdfd866d0df4b62f88a2fef2c4cd7bc78363668fe8f6109c9e425e75d17654cb7b02392826146c1e7412bfa7324ff908fbedfbb90dc49ca2b7a19
7
- data.tar.gz: e9e76d070b0c26036a940b0368d7373a6b22078ff23969498c6eb3342078caba9bf68723961d5ef0b1209e0a96777b6c7be700672529c99ac741638c8a3acdfe
6
+ metadata.gz: 6575cb5f19ec0b5040a280d941eec151e05d4525e383aca6792403e58cc9945f8d2f6b168bf49c7c051e2d24aa9b401f1a4c4971ab8f3f7e33659707f27092d5
7
+ data.tar.gz: 3d286625f20b77953a7bb6e967717e0db3d7f00bf477dbda3ca252d304060f258c9979613a9c88623056b2f5828bb51d3224c83dd2f8b4b716d2fbcd2fe23964
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.28.0 (2022-06-30)
4
+
5
+ * Regenerated using generator version 0.8.0
6
+
7
+ ### v0.27.0 (2022-06-23)
8
+
9
+ * Regenerated from discovery document revision 20220621
10
+
11
+ ### v0.26.0 (2022-06-19)
12
+
13
+ * Regenerated using generator version 0.7.0
14
+ * Regenerated from discovery document revision 20220614
15
+
3
16
  ### v0.25.0 (2022-06-09)
4
17
 
5
18
  * Regenerated from discovery document revision 20220606
@@ -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.25.0"
19
+ GEM_VERSION = "0.28.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.8.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220606"
25
+ REVISION = "20220621"
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-admin_directory_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.28.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-13 00:00:00.000000000 Z
11
+ date: 2022-07-04 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.7'
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.7'
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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.28.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: []