google-apis-servicedirectory_v1 0.27.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae6c91cf682b5501cd7ee9dacf985e39d158f5716d029baacd6b858b4a972ad2
|
4
|
+
data.tar.gz: 0c611d9f6fe2b3996f2b805776923166ffedeec59040e48d55d17d047970f92e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 169a68543e7eb50fe72e0ea8baf1fcf6a9bd8422bbf3165cdfdc64d871c5db523cae923aca18e8dba3ca95388bf8b06ff38418c0e98d95b7670e56765b7013d5
|
7
|
+
data.tar.gz: eee8910da51386609d076c95b1d12af4260fd4610aaeb58b41d9d316b5a5921a3f099d2a69ed19e34dc2fe2fd9f8101ef50ccf5dc297745b9320010b0a96ec91
|
data/CHANGELOG.md
CHANGED
@@ -482,22 +482,22 @@ module Google
|
|
482
482
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
483
483
|
# the request, the resource, or both. To learn which resources support
|
484
484
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
485
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
485
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
486
486
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
487
487
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
488
488
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
489
489
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
490
490
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
491
491
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
492
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
493
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
494
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
495
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
496
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
497
|
-
# access description: Does not grant access after Sep 2020
|
498
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
499
|
-
# a description of IAM and its features, see the
|
500
|
-
# cloud.google.com/iam/docs/).
|
492
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
493
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
494
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
495
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
496
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
497
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
498
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
499
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
500
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
501
501
|
class Policy
|
502
502
|
include Google::Apis::Core::Hashable
|
503
503
|
|
@@ -696,22 +696,22 @@ module Google
|
|
696
696
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
697
697
|
# the request, the resource, or both. To learn which resources support
|
698
698
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
699
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
699
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
700
700
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
701
701
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
702
702
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
703
703
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
704
704
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
705
705
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
706
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
707
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
708
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
709
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
710
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
711
|
-
# access description: Does not grant access after Sep 2020
|
712
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
713
|
-
# a description of IAM and its features, see the
|
714
|
-
# cloud.google.com/iam/docs/).
|
706
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
707
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
708
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
709
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
710
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
711
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
712
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
713
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
714
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
715
715
|
# Corresponds to the JSON property `policy`
|
716
716
|
# @return [Google::Apis::ServicedirectoryV1::Policy]
|
717
717
|
attr_accessor :policy
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicedirectoryV1
|
18
18
|
# Version of the google-apis-servicedirectory_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.28.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_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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: 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1/v0.28.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicedirectory_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|