google-apis-networkservices_v1 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/networkservices_v1/classes.rb +62 -57
- data/lib/google/apis/networkservices_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9166d1f07063515d8dcef276ed6d6a4025a8df87c0fa245222960189905f4cf3
|
4
|
+
data.tar.gz: 2466a1f45f5eb4b9713372ad6a911fbd09330a5b596fb87e6141953cbf4ace91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f15933d2557a28b2e61c04484e8b074c2365e63c64907e999fd28eac2751ca50fcc0b840142f1c937d5bd949ff8c0949ee947c66366db5ff524a5417ab25886
|
7
|
+
data.tar.gz: e8fcf91eb4e5c74ae37e56442e34231a0966221c25610f9e9fe3a44a177f1b7fea604fbdc27f378251e6da8f0aa2a4610d27d5b4d6173426ed1ce6bbef0afcb0
|
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::NetworkservicesV1::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
|
@@ -678,31 +678,31 @@ module Google
|
|
678
678
|
|
679
679
|
# An Identity and Access Management (IAM) policy, which specifies access
|
680
680
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
681
|
-
# A `binding` binds one or more `members
|
682
|
-
# user accounts, service accounts, Google groups, and domains (
|
683
|
-
# A `role` is a named list of permissions; each `role` can be
|
684
|
-
# role or a user-created custom role. For some types of Google
|
685
|
-
# a `binding` can also specify a `condition`, which is a
|
686
|
-
# allows access to a resource only if the expression
|
687
|
-
# condition can add constraints based on attributes of
|
688
|
-
# or both. To learn which resources support
|
689
|
-
# see the [IAM documentation](https://cloud.
|
690
|
-
# resource-policies). **JSON example:** ` "
|
691
|
-
# resourcemanager.organizationAdmin", "members": [
|
692
|
-
# group:admins@example.com", "domain:google.com", "
|
693
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
694
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
695
|
-
# title": "expirable access", "description": "Does not grant
|
696
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
697
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
698
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
699
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
700
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
701
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
702
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
703
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
704
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
705
|
-
# google.com/iam/docs/).
|
681
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
682
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
683
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
684
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
685
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
686
|
+
# logical expression that allows access to a resource only if the expression
|
687
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
688
|
+
# the request, the resource, or both. To learn which resources support
|
689
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
690
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
691
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
692
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
693
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
694
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
695
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
696
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
697
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
698
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
699
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
700
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
701
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
702
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
703
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
704
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
705
|
+
# cloud.google.com/iam/docs/).
|
706
706
|
class Policy
|
707
707
|
include Google::Apis::Core::Hashable
|
708
708
|
|
@@ -711,9 +711,14 @@ module Google
|
|
711
711
|
# @return [Array<Google::Apis::NetworkservicesV1::AuditConfig>]
|
712
712
|
attr_accessor :audit_configs
|
713
713
|
|
714
|
-
# Associates a list of `members
|
715
|
-
# condition` that determines how and when the `bindings` are applied.
|
716
|
-
# the `bindings` must contain at least one
|
714
|
+
# Associates a list of `members`, or principals, with a `role`. Optionally, may
|
715
|
+
# specify a `condition` that determines how and when the `bindings` are applied.
|
716
|
+
# Each of the `bindings` must contain at least one principal. The `bindings` in
|
717
|
+
# a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
|
718
|
+
# can be Google groups. Each occurrence of a principal counts towards these
|
719
|
+
# limits. For example, if the `bindings` grant 50 different roles to `user:alice@
|
720
|
+
# example.com`, and not to any other principal, then you can add another 1,450
|
721
|
+
# principals to the `bindings` in the `Policy`.
|
717
722
|
# Corresponds to the JSON property `bindings`
|
718
723
|
# @return [Array<Google::Apis::NetworkservicesV1::Binding>]
|
719
724
|
attr_accessor :bindings
|
@@ -772,31 +777,31 @@ module Google
|
|
772
777
|
|
773
778
|
# An Identity and Access Management (IAM) policy, which specifies access
|
774
779
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
775
|
-
# A `binding` binds one or more `members
|
776
|
-
# user accounts, service accounts, Google groups, and domains (
|
777
|
-
# A `role` is a named list of permissions; each `role` can be
|
778
|
-
# role or a user-created custom role. For some types of Google
|
779
|
-
# a `binding` can also specify a `condition`, which is a
|
780
|
-
# allows access to a resource only if the expression
|
781
|
-
# condition can add constraints based on attributes of
|
782
|
-
# or both. To learn which resources support
|
783
|
-
# see the [IAM documentation](https://cloud.
|
784
|
-
# resource-policies). **JSON example:** ` "
|
785
|
-
# resourcemanager.organizationAdmin", "members": [
|
786
|
-
# group:admins@example.com", "domain:google.com", "
|
787
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
788
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
789
|
-
# title": "expirable access", "description": "Does not grant
|
790
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
791
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
792
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
793
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
794
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
795
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
796
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
797
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
798
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
799
|
-
# google.com/iam/docs/).
|
780
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
781
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
782
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
783
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
784
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
785
|
+
# logical expression that allows access to a resource only if the expression
|
786
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
787
|
+
# the request, the resource, or both. To learn which resources support
|
788
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
789
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
790
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
791
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
792
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
793
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
794
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
795
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
796
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
797
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
798
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
799
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
800
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
801
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
802
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
803
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
804
|
+
# cloud.google.com/iam/docs/).
|
800
805
|
# Corresponds to the JSON property `policy`
|
801
806
|
# @return [Google::Apis::NetworkservicesV1::Policy]
|
802
807
|
attr_accessor :policy
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworkservicesV1
|
18
18
|
# Version of the google-apis-networkservices_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.4.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 = "20211019"
|
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-networkservices_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.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-networkservices_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.4.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|