google-apis-privateca_v1beta1 0.29.0 → 0.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/privateca_v1beta1/classes.rb +27 -27
- data/lib/google/apis/privateca_v1beta1/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2aa373365ca1132656daf6c314a426e257e00293e716a542e6a7ee019cc76503
|
|
4
|
+
data.tar.gz: 28bde0c7c668feb9e914945ef15c7e55d6128f8d27b3480de3be94b104b3e848
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3aef64b41057c983d1b613735ade772963de95898479dd48f054c0f90fb8271acbe3083deb37e24434494d85f92bb2ed443fa775b732e77de5c8c235caea6a4
|
|
7
|
+
data.tar.gz: d1dd21469f45628020380767616280fa708f1d0b9738465a52a045a5b9522e3a0fba8be15cb7ed2b3f5e7315e32559d7f8344c541e329e4ae8d48c7343e2820d
|
data/CHANGELOG.md
CHANGED
|
@@ -386,13 +386,13 @@ module Google
|
|
|
386
386
|
# @return [String]
|
|
387
387
|
attr_accessor :name
|
|
388
388
|
|
|
389
|
-
# The normal response of the operation
|
|
390
|
-
#
|
|
391
|
-
#
|
|
392
|
-
#
|
|
393
|
-
#
|
|
394
|
-
#
|
|
395
|
-
#
|
|
389
|
+
# The normal, successful response of the operation. If the original method
|
|
390
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
|
391
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
|
392
|
+
# response should be the resource. For other methods, the response should have
|
|
393
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
|
394
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
|
395
|
+
# `TakeSnapshotResponse`.
|
|
396
396
|
# Corresponds to the JSON property `response`
|
|
397
397
|
# @return [Hash<String,Object>]
|
|
398
398
|
attr_accessor :response
|
|
@@ -422,22 +422,22 @@ module Google
|
|
|
422
422
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
|
423
423
|
# the request, the resource, or both. To learn which resources support
|
|
424
424
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
425
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
|
425
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
|
426
426
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
|
427
427
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
|
428
428
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
|
429
429
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
|
430
430
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
|
431
431
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
|
432
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
|
433
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
|
434
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
|
435
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
|
436
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
|
437
|
-
# access description: Does not grant access after Sep 2020
|
|
438
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
439
|
-
# a description of IAM and its features, see the
|
|
440
|
-
# cloud.google.com/iam/docs/).
|
|
432
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
|
433
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
|
434
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
|
435
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
|
436
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
|
437
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
|
438
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
439
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
|
440
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
|
441
441
|
class Policy
|
|
442
442
|
include Google::Apis::Core::Hashable
|
|
443
443
|
|
|
@@ -547,22 +547,22 @@ module Google
|
|
|
547
547
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
|
548
548
|
# the request, the resource, or both. To learn which resources support
|
|
549
549
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
550
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
|
550
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
|
551
551
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
|
552
552
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
|
553
553
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
|
554
554
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
|
555
555
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
|
556
556
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
|
557
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
|
558
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
|
559
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
|
560
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
|
561
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
|
562
|
-
# access description: Does not grant access after Sep 2020
|
|
563
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
564
|
-
# a description of IAM and its features, see the
|
|
565
|
-
# cloud.google.com/iam/docs/).
|
|
557
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
|
558
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
|
559
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
|
560
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
|
561
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
|
562
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
|
563
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
564
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
|
565
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
|
566
566
|
# Corresponds to the JSON property `policy`
|
|
567
567
|
# @return [Google::Apis::PrivatecaV1beta1::Policy]
|
|
568
568
|
attr_accessor :policy
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module PrivatecaV1beta1
|
|
18
18
|
# Version of the google-apis-privateca_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.30.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 = "20230809"
|
|
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-privateca_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.30.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-27 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-privateca_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.30.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.4.
|
|
78
|
+
rubygems_version: 3.4.19
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Certificate Authority API V1beta1
|