google-apis-secretmanager_v1 0.35.0 → 0.36.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: 6bde26edc9a1c3ba8a8f43f35c437e26d3134357a03605e514c460ebe44310e2
4
- data.tar.gz: bd42413982d541da3e2dda39a0784ac60dec16b4b51cdfe8cdd0074e763c150b
3
+ metadata.gz: 0f494465a3c2f60518417a0a0424071b3b2794bcdd46dd84872bb886fa66f8cf
4
+ data.tar.gz: 4a3140797ae6c7113f63ce517bd2f2e2ba3146b7c1e276f9f624067f4047daea
5
5
  SHA512:
6
- metadata.gz: e2576d18e6293387b9bbe8ecd4f7a92fea6aad89840f08da766397327663b11af08ccbef946ce7450385a53bf8c6662a21b234ce256eca4aaf7403d139055709
7
- data.tar.gz: 138dc40d6a583182824d2381f559c4f6e18f00124e4abf6f5206e92e10412a758d2ab32fdf9b742a1c5ad0c94dfb0ad2f84530dbefe90a534b1250f9af27a10f
6
+ metadata.gz: 40d5619c1da5ba62c862c49377766d0ab0ca19ae4d2741894ad8f471604a8f79e0a8958793e676413f7710f26c433c99e09b6a156b67ec9380bd99709509169f
7
+ data.tar.gz: ed88dca32844f1d84ac9cd9c886b97c4e39b487198b32b759a0c495d8032dc278e6c77c4bde62a3048247f48259b182f4e8c732137efacf2fe03b6f530302c96
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-secretmanager_v1
2
2
 
3
+ ### v0.36.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230804
6
+
3
7
  ### v0.35.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230421
@@ -585,22 +585,22 @@ module Google
585
585
  # evaluates to `true`. A condition can add constraints based on attributes of
586
586
  # the request, the resource, or both. To learn which resources support
587
587
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
588
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
588
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
589
589
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
590
590
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
591
591
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
592
592
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
593
593
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
594
594
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
595
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
596
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
597
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
598
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
599
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
600
- # access description: Does not grant access after Sep 2020 expression: request.
601
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
602
- # a description of IAM and its features, see the [IAM documentation](https://
603
- # cloud.google.com/iam/docs/).
595
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
596
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
597
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
598
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
599
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
600
+ # title: expirable access description: Does not grant access after Sep 2020
601
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
602
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
603
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
604
604
  class Policy
605
605
  include Google::Apis::Core::Hashable
606
606
 
@@ -1022,22 +1022,22 @@ module Google
1022
1022
  # evaluates to `true`. A condition can add constraints based on attributes of
1023
1023
  # the request, the resource, or both. To learn which resources support
1024
1024
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1025
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1025
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1026
1026
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1027
1027
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1028
1028
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1029
1029
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1030
1030
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1031
1031
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1032
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1033
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1034
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1035
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1036
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1037
- # access description: Does not grant access after Sep 2020 expression: request.
1038
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1039
- # a description of IAM and its features, see the [IAM documentation](https://
1040
- # cloud.google.com/iam/docs/).
1032
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1033
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1034
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1035
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1036
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1037
+ # title: expirable access description: Does not grant access after Sep 2020
1038
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1039
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1040
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1041
1041
  # Corresponds to the JSON property `policy`
1042
1042
  # @return [Google::Apis::SecretmanagerV1::Policy]
1043
1043
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecretmanagerV1
18
18
  # Version of the google-apis-secretmanager_v1 gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.36.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 = "20230421"
25
+ REVISION = "20230804"
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-secretmanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.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-04-30 00:00:00.000000000 Z
11
+ date: 2023-08-20 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-secretmanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-secretmanager_v1
63
63
  post_install_message:
64
64
  rdoc_options: []