google-apis-networkconnectivity_v1alpha1 0.10.0 → 0.11.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 859787eb945d380cf4d5f54c7c61194327ae14aa9e02c68a4cda5a87602eb27c
|
4
|
+
data.tar.gz: 55efaf4cb85960467fbed79aa9176c5a2be1e7141f2f6e11db589e385630c77e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82a29893b1ae0160076498dbec547b26247f1288a67bca4eed82ba754255526bb6cbb37b2f7ca04e7567f8cafefb090dfcc7dbbe03f4eaa6e67a4a10e9440075
|
7
|
+
data.tar.gz: f1dc9f93c8e10a3c172d0c1fe18a8ad0613b36605929e78d9801589dadc099e6fdbaf3efb37a6ddc581da92b0e991ce5e8139a60afa39ee5253d1bc38a013703
|
data/CHANGELOG.md
CHANGED
@@ -93,7 +93,7 @@ module Google
|
|
93
93
|
end
|
94
94
|
end
|
95
95
|
|
96
|
-
# Associates `members
|
96
|
+
# Associates `members`, or principals, with a `role`.
|
97
97
|
class Binding
|
98
98
|
include Google::Apis::Core::Hashable
|
99
99
|
|
@@ -116,7 +116,7 @@ module Google
|
|
116
116
|
# @return [Google::Apis::NetworkconnectivityV1alpha1::Expr]
|
117
117
|
attr_accessor :condition
|
118
118
|
|
119
|
-
# Specifies the
|
119
|
+
# Specifies the principals requesting access for a Cloud Platform resource. `
|
120
120
|
# members` can have the following values: * `allUsers`: A special identifier
|
121
121
|
# that represents anyone who is on the internet; with or without a Google
|
122
122
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -146,8 +146,8 @@ module Google
|
|
146
146
|
# @return [Array<String>]
|
147
147
|
attr_accessor :members
|
148
148
|
|
149
|
-
# Role that is assigned to `members
|
150
|
-
#
|
149
|
+
# Role that is assigned to the list of `members`, or principals. For example, `
|
150
|
+
# roles/viewer`, `roles/editor`, or `roles/owner`.
|
151
151
|
# Corresponds to the JSON property `role`
|
152
152
|
# @return [String]
|
153
153
|
attr_accessor :role
|
@@ -639,31 +639,31 @@ module Google
|
|
639
639
|
|
640
640
|
# An Identity and Access Management (IAM) policy, which specifies access
|
641
641
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
642
|
-
# A `binding` binds one or more `members
|
643
|
-
# user accounts, service accounts, Google groups, and domains (
|
644
|
-
# A `role` is a named list of permissions; each `role` can be
|
645
|
-
# role or a user-created custom role. For some types of Google
|
646
|
-
# a `binding` can also specify a `condition`, which is a
|
647
|
-
# allows access to a resource only if the expression
|
648
|
-
# condition can add constraints based on attributes of
|
649
|
-
# or both. To learn which resources support
|
650
|
-
# see the [IAM documentation](https://cloud.
|
651
|
-
# resource-policies). **JSON example:** ` "
|
652
|
-
# resourcemanager.organizationAdmin", "members": [
|
653
|
-
# group:admins@example.com", "domain:google.com", "
|
654
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
655
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
656
|
-
# title": "expirable access", "description": "Does not grant
|
657
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
658
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
659
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
660
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
661
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
662
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
663
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
664
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
665
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
666
|
-
# google.com/iam/docs/).
|
642
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
643
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
644
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
645
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
646
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
647
|
+
# logical expression that allows access to a resource only if the expression
|
648
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
649
|
+
# the request, the resource, or both. To learn which resources support
|
650
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
651
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
652
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
653
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
654
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
655
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
656
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
657
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
658
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
659
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
660
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
661
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
662
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
663
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
664
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
665
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
666
|
+
# cloud.google.com/iam/docs/).
|
667
667
|
class Policy
|
668
668
|
include Google::Apis::Core::Hashable
|
669
669
|
|
@@ -672,9 +672,14 @@ module Google
|
|
672
672
|
# @return [Array<Google::Apis::NetworkconnectivityV1alpha1::AuditConfig>]
|
673
673
|
attr_accessor :audit_configs
|
674
674
|
|
675
|
-
# Associates a list of `members
|
676
|
-
# condition` that determines how and when the `bindings` are applied.
|
677
|
-
# the `bindings` must contain at least one
|
675
|
+
# Associates a list of `members`, or principals, with a `role`. Optionally, may
|
676
|
+
# specify a `condition` that determines how and when the `bindings` are applied.
|
677
|
+
# Each of the `bindings` must contain at least one principal. The `bindings` in
|
678
|
+
# a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
|
679
|
+
# can be Google groups. Each occurrence of a principal counts towards these
|
680
|
+
# limits. For example, if the `bindings` grant 50 different roles to `user:alice@
|
681
|
+
# example.com`, and not to any other principal, then you can add another 1,450
|
682
|
+
# principals to the `bindings` in the `Policy`.
|
678
683
|
# Corresponds to the JSON property `bindings`
|
679
684
|
# @return [Array<Google::Apis::NetworkconnectivityV1alpha1::Binding>]
|
680
685
|
attr_accessor :bindings
|
@@ -765,31 +770,31 @@ module Google
|
|
765
770
|
|
766
771
|
# An Identity and Access Management (IAM) policy, which specifies access
|
767
772
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
768
|
-
# A `binding` binds one or more `members
|
769
|
-
# user accounts, service accounts, Google groups, and domains (
|
770
|
-
# A `role` is a named list of permissions; each `role` can be
|
771
|
-
# role or a user-created custom role. For some types of Google
|
772
|
-
# a `binding` can also specify a `condition`, which is a
|
773
|
-
# allows access to a resource only if the expression
|
774
|
-
# condition can add constraints based on attributes of
|
775
|
-
# or both. To learn which resources support
|
776
|
-
# see the [IAM documentation](https://cloud.
|
777
|
-
# resource-policies). **JSON example:** ` "
|
778
|
-
# resourcemanager.organizationAdmin", "members": [
|
779
|
-
# group:admins@example.com", "domain:google.com", "
|
780
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
781
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
782
|
-
# title": "expirable access", "description": "Does not grant
|
783
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
784
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
785
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
786
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
787
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
788
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
789
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
790
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
791
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
792
|
-
# google.com/iam/docs/).
|
773
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
774
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
775
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
776
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
777
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
778
|
+
# logical expression that allows access to a resource only if the expression
|
779
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
780
|
+
# the request, the resource, or both. To learn which resources support
|
781
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
782
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
783
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
784
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
785
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
786
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
787
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
788
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
789
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
790
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
791
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
792
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
793
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
794
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
795
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
796
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
797
|
+
# cloud.google.com/iam/docs/).
|
793
798
|
# Corresponds to the JSON property `policy`
|
794
799
|
# @return [Google::Apis::NetworkconnectivityV1alpha1::Policy]
|
795
800
|
attr_accessor :policy
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworkconnectivityV1alpha1
|
18
18
|
# Version of the google-apis-networkconnectivity_v1alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211026"
|
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-networkconnectivity_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.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: 2021-
|
11
|
+
date: 2021-11-01 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-networkconnectivity_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.11.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1alpha1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|