google-apis-servicedirectory_v1beta1 0.33.0 → 0.34.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3f00d50a8333af0782dfebc8d83d02588a818b39f80711d6eeb9a6314fa3a37
|
4
|
+
data.tar.gz: 0765077bffc4d21cd2012a7ac204580c29227d3eedec9052d16edf9554263e03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8496330227ae3ab2bb6512ab842037241fd09662569b05196bf49afc2f239007edb3be798d25f028a9c70c7ec9cca3c859beb6bfcb39355fbaea80470554e7af
|
7
|
+
data.tar.gz: 7283985b4781b72be98bdabe1623cb17d6be369833ab1a9a948eb1c33e55d649229d37c8e18343563154ab9378e5f37697ddfc1f1fdee734ea592dd0e4943ba7
|
data/CHANGELOG.md
CHANGED
@@ -504,22 +504,22 @@ module Google
|
|
504
504
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
505
505
|
# the request, the resource, or both. To learn which resources support
|
506
506
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
507
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
507
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
508
508
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
509
509
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
510
510
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
511
511
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
512
512
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
513
513
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
514
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
515
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
516
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
517
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
518
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
519
|
-
# access description: Does not grant access after Sep 2020
|
520
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
521
|
-
# a description of IAM and its features, see the
|
522
|
-
# cloud.google.com/iam/docs/).
|
514
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
515
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
516
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
517
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
518
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
519
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
520
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
521
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
522
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
523
523
|
class Policy
|
524
524
|
include Google::Apis::Core::Hashable
|
525
525
|
|
@@ -732,22 +732,22 @@ module Google
|
|
732
732
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
733
733
|
# the request, the resource, or both. To learn which resources support
|
734
734
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
735
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
735
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
736
736
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
737
737
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
738
738
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
739
739
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
740
740
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
741
741
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
742
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
743
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
744
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
745
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
746
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
747
|
-
# access description: Does not grant access after Sep 2020
|
748
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
749
|
-
# a description of IAM and its features, see the
|
750
|
-
# cloud.google.com/iam/docs/).
|
742
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
743
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
744
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
745
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
746
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
747
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
748
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
749
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
750
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
751
751
|
# Corresponds to the JSON property `policy`
|
752
752
|
# @return [Google::Apis::ServicedirectoryV1beta1::Policy]
|
753
753
|
attr_accessor :policy
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicedirectoryV1beta1
|
18
18
|
# Version of the google-apis-servicedirectory_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.34.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 = "
|
25
|
+
REVISION = "20230806"
|
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-servicedirectory_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.34.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-
|
11
|
+
date: 2023-08-13 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-servicedirectory_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.34.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicedirectory_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|