google-apis-networkconnectivity_v1 0.2.0 → 0.3.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: 65780ed0005b0337dc361570462aa6e64c9f5b16538807dd45e52ea27fad467e
|
4
|
+
data.tar.gz: 0a57aaaf28ac3104e3cf480594b430059ddb100bb01296fbdb1715b3d0f5cdc1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68a9b779f1fd92d5a4d11c0414ce0f9f037637985a081dbbf81add6496ddeb8652dab49d0a837cee4865938842e34cf067aefdc35193125940d4212b53cc8cef
|
7
|
+
data.tar.gz: b8359276c82a0bf71efefb5a9da3da354f637eb149272785b8f615eb1374c86450acf22cb4e71056785e456ca8ad45a27a65af1287a72a031424b9a087981d51
|
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::NetworkconnectivityV1::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
|
@@ -735,31 +735,31 @@ module Google
|
|
735
735
|
|
736
736
|
# An Identity and Access Management (IAM) policy, which specifies access
|
737
737
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
738
|
-
# A `binding` binds one or more `members
|
739
|
-
# user accounts, service accounts, Google groups, and domains (
|
740
|
-
# A `role` is a named list of permissions; each `role` can be
|
741
|
-
# role or a user-created custom role. For some types of Google
|
742
|
-
# a `binding` can also specify a `condition`, which is a
|
743
|
-
# allows access to a resource only if the expression
|
744
|
-
# condition can add constraints based on attributes of
|
745
|
-
# or both. To learn which resources support
|
746
|
-
# see the [IAM documentation](https://cloud.
|
747
|
-
# resource-policies). **JSON example:** ` "
|
748
|
-
# resourcemanager.organizationAdmin", "members": [
|
749
|
-
# group:admins@example.com", "domain:google.com", "
|
750
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
751
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
752
|
-
# title": "expirable access", "description": "Does not grant
|
753
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
754
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
755
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
756
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
757
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
758
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
759
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
760
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
761
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
762
|
-
# google.com/iam/docs/).
|
738
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
739
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
740
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
741
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
742
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
743
|
+
# logical expression that allows access to a resource only if the expression
|
744
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
745
|
+
# the request, the resource, or both. To learn which resources support
|
746
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
747
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
748
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
749
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
750
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
751
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
752
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
753
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
754
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
755
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
756
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
757
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
758
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
759
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
760
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
761
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
762
|
+
# cloud.google.com/iam/docs/).
|
763
763
|
class Policy
|
764
764
|
include Google::Apis::Core::Hashable
|
765
765
|
|
@@ -768,9 +768,14 @@ module Google
|
|
768
768
|
# @return [Array<Google::Apis::NetworkconnectivityV1::AuditConfig>]
|
769
769
|
attr_accessor :audit_configs
|
770
770
|
|
771
|
-
# Associates a list of `members
|
772
|
-
# condition` that determines how and when the `bindings` are applied.
|
773
|
-
# the `bindings` must contain at least one
|
771
|
+
# Associates a list of `members`, or principals, with a `role`. Optionally, may
|
772
|
+
# specify a `condition` that determines how and when the `bindings` are applied.
|
773
|
+
# Each of the `bindings` must contain at least one principal. The `bindings` in
|
774
|
+
# a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
|
775
|
+
# can be Google groups. Each occurrence of a principal counts towards these
|
776
|
+
# limits. For example, if the `bindings` grant 50 different roles to `user:alice@
|
777
|
+
# example.com`, and not to any other principal, then you can add another 1,450
|
778
|
+
# principals to the `bindings` in the `Policy`.
|
774
779
|
# Corresponds to the JSON property `bindings`
|
775
780
|
# @return [Array<Google::Apis::NetworkconnectivityV1::Binding>]
|
776
781
|
attr_accessor :bindings
|
@@ -877,31 +882,31 @@ module Google
|
|
877
882
|
|
878
883
|
# An Identity and Access Management (IAM) policy, which specifies access
|
879
884
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
880
|
-
# A `binding` binds one or more `members
|
881
|
-
# user accounts, service accounts, Google groups, and domains (
|
882
|
-
# A `role` is a named list of permissions; each `role` can be
|
883
|
-
# role or a user-created custom role. For some types of Google
|
884
|
-
# a `binding` can also specify a `condition`, which is a
|
885
|
-
# allows access to a resource only if the expression
|
886
|
-
# condition can add constraints based on attributes of
|
887
|
-
# or both. To learn which resources support
|
888
|
-
# see the [IAM documentation](https://cloud.
|
889
|
-
# resource-policies). **JSON example:** ` "
|
890
|
-
# resourcemanager.organizationAdmin", "members": [
|
891
|
-
# group:admins@example.com", "domain:google.com", "
|
892
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
893
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
894
|
-
# title": "expirable access", "description": "Does not grant
|
895
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
896
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
897
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
898
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
899
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
900
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
901
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
902
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
903
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
904
|
-
# google.com/iam/docs/).
|
885
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
886
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
887
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
888
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
889
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
890
|
+
# logical expression that allows access to a resource only if the expression
|
891
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
892
|
+
# the request, the resource, or both. To learn which resources support
|
893
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
894
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
895
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
896
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
897
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
898
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
899
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
900
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
901
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
902
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
903
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
904
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
905
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
906
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
907
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
908
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
909
|
+
# cloud.google.com/iam/docs/).
|
905
910
|
# Corresponds to the JSON property `policy`
|
906
911
|
# @return [Google::Apis::NetworkconnectivityV1::Policy]
|
907
912
|
attr_accessor :policy
|
@@ -942,7 +947,7 @@ module Google
|
|
942
947
|
# @return [String]
|
943
948
|
attr_accessor :description
|
944
949
|
|
945
|
-
# Immutable. The
|
950
|
+
# Immutable. The name of the hub that this spoke is attached to.
|
946
951
|
# Corresponds to the JSON property `hub`
|
947
952
|
# @return [String]
|
948
953
|
attr_accessor :hub
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworkconnectivityV1
|
18
18
|
# Version of the google-apis-networkconnectivity_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.3.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_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.3.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|