google-apis-accesscontextmanager_v1 0.2.0 → 0.7.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: e33e72894b3d70f5f30eef8d486b00cc8d77eedfd48da02a20fddd8ace3170d9
4
- data.tar.gz: 104f68c875d5439614646eda3c7820429349dfd78a6a6d3d6e62174ee6b83f1a
3
+ metadata.gz: f82efeaf1391d95513949729735d8d3e05f04e17de725b2b714f4a9a2b532833
4
+ data.tar.gz: 2dd72c0aa54118f65ce2220789176e3037f4d4b936b019a173f9d051d101254f
5
5
  SHA512:
6
- metadata.gz: 4c3c907d9520a6f01767d85eed4efbc57c88c80547c2b61eb4fc074b2ed919cbf664cc726c0e6d3a01d2f09fd44bde427a1aad83d6a8f95f593a2c6992a7553e
7
- data.tar.gz: 0d7fb2fcf5703697227b21b23c3edb1b8a5efb089e70f1cd6d4ca33e1cb595aa203e516d2c42dcbe04e3e453abd37ee6a71849ae3e0f8ce088eee11a53db8804
6
+ metadata.gz: 17721608fb7d1bb144e10d38e4741dd9db2277cc7a370eae1110aaf64cffb0fd46e29e84d1c3af50c2bd72f9d63db67e5a488febbc39643173dc61fbaeaa144e
7
+ data.tar.gz: 1a5fbcfdf3ad3ae79685e9ab2fced2d0e3cb01db17b52488e1e53356bfb03eb7fec7915b3a16be9032d8a9bf7eb8a1cdbc0d51e64d870ece8e4770df27ed88b9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-accesscontextmanager_v1
2
2
 
3
+ ### v0.7.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.6.0 (2021-06-24)
8
+
9
+ * Regenerated using generator version 0.3.0
10
+
11
+ ### v0.5.0 (2021-05-19)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.4.0 (2021-04-20)
16
+
17
+ * Regenerated from discovery document revision 20210412
18
+
19
+ ### v0.3.0 (2021-03-26)
20
+
21
+ * Regenerated from discovery document revision 20210319
22
+ * Regenerated using generator version 0.2.0
23
+
3
24
  ### v0.2.0 (2021-03-04)
4
25
 
5
26
  * Regenerated using generator version 0.1.2
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
@@ -407,9 +407,9 @@ module Google
407
407
 
408
408
  # Defines the conditions under which an EgressPolicy matches a request.
409
409
  # Conditions based on information about the source of the request. Note that if
410
- # the destination of the request is protected by a ServicePerimeter, then that
411
- # ServicePerimeter must have an IngressPolicy which allows access in order for
412
- # this request to succeed.
410
+ # the destination of the request is also protected by a ServicePerimeter, then
411
+ # that ServicePerimeter must have an IngressPolicy which allows access in order
412
+ # for this request to succeed.
413
413
  class EgressFrom
414
414
  include Google::Apis::Core::Hashable
415
415
 
@@ -455,9 +455,9 @@ module Google
455
455
 
456
456
  # Defines the conditions under which an EgressPolicy matches a request.
457
457
  # Conditions based on information about the source of the request. Note that if
458
- # the destination of the request is protected by a ServicePerimeter, then that
459
- # ServicePerimeter must have an IngressPolicy which allows access in order for
460
- # this request to succeed.
458
+ # the destination of the request is also protected by a ServicePerimeter, then
459
+ # that ServicePerimeter must have an IngressPolicy which allows access in order
460
+ # for this request to succeed.
461
461
  # Corresponds to the JSON property `egressFrom`
462
462
  # @return [Google::Apis::AccesscontextmanagerV1::EgressFrom]
463
463
  attr_accessor :egress_from
@@ -465,8 +465,10 @@ module Google
465
465
  # Defines the conditions under which an EgressPolicy matches a request.
466
466
  # Conditions are based on information about the ApiOperation intended to be
467
467
  # performed on the `resources` specified. Note that if the destination of the
468
- # request is protected by a ServicePerimeter, then that ServicePerimeter must
469
- # have an IngressPolicy which allows access in order for this request to succeed.
468
+ # request is also protected by a ServicePerimeter, then that ServicePerimeter
469
+ # must have an IngressPolicy which allows access in order for this request to
470
+ # succeed. The request must match `operations` AND `resources` fields in order
471
+ # to be allowed egress out of the perimeter.
470
472
  # Corresponds to the JSON property `egressTo`
471
473
  # @return [Google::Apis::AccesscontextmanagerV1::EgressTo]
472
474
  attr_accessor :egress_to
@@ -485,21 +487,25 @@ module Google
485
487
  # Defines the conditions under which an EgressPolicy matches a request.
486
488
  # Conditions are based on information about the ApiOperation intended to be
487
489
  # performed on the `resources` specified. Note that if the destination of the
488
- # request is protected by a ServicePerimeter, then that ServicePerimeter must
489
- # have an IngressPolicy which allows access in order for this request to succeed.
490
+ # request is also protected by a ServicePerimeter, then that ServicePerimeter
491
+ # must have an IngressPolicy which allows access in order for this request to
492
+ # succeed. The request must match `operations` AND `resources` fields in order
493
+ # to be allowed egress out of the perimeter.
490
494
  class EgressTo
491
495
  include Google::Apis::Core::Hashable
492
496
 
493
- # A list of ApiOperations that this egress rule applies to. A request matches if
494
- # it contains an operation/service in this list.
497
+ # A list of ApiOperations allowed to be performed by the sources specified in
498
+ # the corresponding EgressFrom. A request matches if it uses an operation/
499
+ # service in this list.
495
500
  # Corresponds to the JSON property `operations`
496
501
  # @return [Array<Google::Apis::AccesscontextmanagerV1::ApiOperation>]
497
502
  attr_accessor :operations
498
503
 
499
- # A list of resources, currently only projects in the form `projects/`, that
500
- # match this to stanza. A request matches if it contains a resource in this list.
501
- # If `*` is specified for resources, then this EgressTo rule will authorize
502
- # access to all resources outside the perimeter.
504
+ # A list of resources, currently only projects in the form `projects/`, that are
505
+ # allowed to be accessed by sources defined in the corresponding EgressFrom. A
506
+ # request matches if it contains a resource in this list. If `*` is specified
507
+ # for `resources`, then this EgressTo rule will authorize access to all
508
+ # resources outside the perimeter.
503
509
  # Corresponds to the JSON property `resources`
504
510
  # @return [Array<String>]
505
511
  attr_accessor :resources
@@ -630,7 +636,9 @@ module Google
630
636
  end
631
637
 
632
638
  # Defines the conditions under which an IngressPolicy matches a request.
633
- # Conditions are based on information about the source of the request.
639
+ # Conditions are based on information about the source of the request. The
640
+ # request must satisfy what is defined in `sources` AND identity related fields
641
+ # in order to match.
634
642
  class IngressFrom
635
643
  include Google::Apis::Core::Hashable
636
644
 
@@ -679,14 +687,17 @@ module Google
679
687
  include Google::Apis::Core::Hashable
680
688
 
681
689
  # Defines the conditions under which an IngressPolicy matches a request.
682
- # Conditions are based on information about the source of the request.
690
+ # Conditions are based on information about the source of the request. The
691
+ # request must satisfy what is defined in `sources` AND identity related fields
692
+ # in order to match.
683
693
  # Corresponds to the JSON property `ingressFrom`
684
694
  # @return [Google::Apis::AccesscontextmanagerV1::IngressFrom]
685
695
  attr_accessor :ingress_from
686
696
 
687
697
  # Defines the conditions under which an IngressPolicy matches a request.
688
698
  # Conditions are based on information about the ApiOperation intended to be
689
- # performed on the destination of the request.
699
+ # performed on the target resource of the request. The request must satisfy what
700
+ # is defined in `operations` AND `resources` in order to match.
690
701
  # Corresponds to the JSON property `ingressTo`
691
702
  # @return [Google::Apis::AccesscontextmanagerV1::IngressTo]
692
703
  attr_accessor :ingress_to
@@ -712,7 +723,8 @@ module Google
712
723
  # cause an error. If no AccessLevel names are listed, resources within the
713
724
  # perimeter can only be accessed via Google Cloud calls with request origins
714
725
  # within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`
715
- # . If `*` is specified, then all IngressSources will be allowed.
726
+ # . If a single `*` is specified for `access_level`, then all IngressSources
727
+ # will be allowed.
716
728
  # Corresponds to the JSON property `accessLevel`
717
729
  # @return [String]
718
730
  attr_accessor :access_level
@@ -740,22 +752,21 @@ module Google
740
752
 
741
753
  # Defines the conditions under which an IngressPolicy matches a request.
742
754
  # Conditions are based on information about the ApiOperation intended to be
743
- # performed on the destination of the request.
755
+ # performed on the target resource of the request. The request must satisfy what
756
+ # is defined in `operations` AND `resources` in order to match.
744
757
  class IngressTo
745
758
  include Google::Apis::Core::Hashable
746
759
 
747
- # A list of ApiOperations the sources specified in corresponding IngressFrom are
748
- # allowed to perform in this ServicePerimeter.
760
+ # A list of ApiOperations allowed to be performed by the sources specified in
761
+ # corresponding IngressFrom in this ServicePerimeter.
749
762
  # Corresponds to the JSON property `operations`
750
763
  # @return [Array<Google::Apis::AccesscontextmanagerV1::ApiOperation>]
751
764
  attr_accessor :operations
752
765
 
753
766
  # A list of resources, currently only projects in the form `projects/`,
754
767
  # protected by this ServicePerimeter that are allowed to be accessed by sources
755
- # defined in the corresponding IngressFrom. A request matches if it contains a
756
- # resource in this list. If `*` is specified for resources, then this IngressTo
757
- # rule will authorize access to all resources inside the perimeter, provided
758
- # that the request also matches the `operations` field.
768
+ # defined in the corresponding IngressFrom. If a single `*` is specified, then
769
+ # access to all resources inside the perimeter are allowed.
759
770
  # Corresponds to the JSON property `resources`
760
771
  # @return [Array<String>]
761
772
  attr_accessor :resources
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AccesscontextmanagerV1
18
18
  # Version of the google-apis-accesscontextmanager_v1 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201210"
25
+ REVISION = "20210412"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-accesscontextmanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.7.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Access Context Manager API V1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-accesscontextmanager_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.7.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-accesscontextmanager_v1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Access Context Manager API V1