google-cloud-privileged_access_manager-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: a645feb4920bf9eb871e9d200984f10d028e828654422f2f04b99bb153b7e315
4
- data.tar.gz: 5e4754af883ccd9586d32c1be8184e7997602a0cf5eaf31904c1e5534c74bafa
3
+ metadata.gz: b6b4a7c9721c4ec29adc3d13b03ee1d6f74fca63a325ce7878b22ef952be72e3
4
+ data.tar.gz: f84277d39f036ab8b2dd3d21b03c507383f8ee4910c312e66591b892734d9f58
5
5
  SHA512:
6
- metadata.gz: d3d892c1f067230d407bf231b78733cc84adc4e0a7fbddea7454a3a2718f22764e81098858edf04090e752ccf6a976075470c391baaa43d1f6b9509fe357800f
7
- data.tar.gz: e9237958ededadee73311c30f4ba37aac4208ec66fdc7e8bb3f7b839e93e3f81acc5fa221589ceacbb674ec52083d71a9978f0636b6bfddf909329633ecaf40b
6
+ metadata.gz: de9bdf2d05a956bb2d0950f497c5d08fe20425c9b3053c2088a7ba92e4854b8f50b69b7852b4707338749fa65f47e168e380f602c6ac5fc0f6dcce08b771ca65
7
+ data.tar.gz: 06ddd6e3c5585cb3867b818e66b003fde8a033c9b1bd3cf87d30290bb142d30791562228bd4a6174e1954c8d8b7ec6ca39dbfe19336be24fe41d9b4343decf99
data/README.md CHANGED
@@ -133,7 +133,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
133
133
 
134
134
  ## Supported Ruby Versions
135
135
 
136
- This library is supported on Ruby 2.7+.
136
+ This library is supported on Ruby 3.0+.
137
137
 
138
138
  Google provides official support for Ruby versions that are actively supported
139
139
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -1687,6 +1687,13 @@ module Google
1687
1687
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1688
1688
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1689
1689
  # * (`nil`) indicating no credentials
1690
+ #
1691
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1692
+ # external source for authentication to Google Cloud, you must validate it before
1693
+ # providing it to a Google API client library. Providing an unvalidated credential
1694
+ # configuration to Google APIs can compromise the security of your systems and data.
1695
+ # For more information, refer to [Validate credential configurations from external
1696
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1690
1697
  # @return [::Object]
1691
1698
  # @!attribute [rw] scope
1692
1699
  # The OAuth scopes
@@ -640,6 +640,13 @@ module Google
640
640
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
641
641
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
642
642
  # * (`nil`) indicating no credentials
643
+ #
644
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
645
+ # external source for authentication to Google Cloud, you must validate it before
646
+ # providing it to a Google API client library. Providing an unvalidated credential
647
+ # configuration to Google APIs can compromise the security of your systems and data.
648
+ # For more information, refer to [Validate credential configurations from external
649
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
643
650
  # @return [::Object]
644
651
  # @!attribute [rw] scope
645
652
  # The OAuth scopes
@@ -1577,6 +1577,13 @@ module Google
1577
1577
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1578
1578
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1579
1579
  # * (`nil`) indicating no credentials
1580
+ #
1581
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1582
+ # external source for authentication to Google Cloud, you must validate it before
1583
+ # providing it to a Google API client library. Providing an unvalidated credential
1584
+ # configuration to Google APIs can compromise the security of your systems and data.
1585
+ # For more information, refer to [Validate credential configurations from external
1586
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1580
1587
  # @return [::Object]
1581
1588
  # @!attribute [rw] scope
1582
1589
  # The OAuth scopes
@@ -502,6 +502,13 @@ module Google
502
502
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
503
503
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
504
504
  # * (`nil`) indicating no credentials
505
+ #
506
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
507
+ # external source for authentication to Google Cloud, you must validate it before
508
+ # providing it to a Google API client library. Providing an unvalidated credential
509
+ # configuration to Google APIs can compromise the security of your systems and data.
510
+ # For more information, refer to [Validate credential configurations from external
511
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
505
512
  # @return [::Object]
506
513
  # @!attribute [rw] scope
507
514
  # The OAuth scopes
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module PrivilegedAccessManager
23
23
  module V1
24
- VERSION = "0.2.0"
24
+ VERSION = "0.3.0"
25
25
  end
26
26
  end
27
27
  end
@@ -131,11 +131,15 @@ module Google
131
131
  # @return [::Google::Cloud::PrivilegedAccessManager::V1::Entitlement::RequesterJustificationConfig::NotMandatory]
132
132
  # This option means the requester isn't required to provide a
133
133
  # justification.
134
+ #
135
+ # Note: The following fields are mutually exclusive: `not_mandatory`, `unstructured`. If a field in that set is populated, all other fields in the set will automatically be cleared.
134
136
  # @!attribute [rw] unstructured
135
137
  # @return [::Google::Cloud::PrivilegedAccessManager::V1::Entitlement::RequesterJustificationConfig::Unstructured]
136
138
  # This option means the requester must provide a string as
137
139
  # justification. If this is selected, the server allows the requester
138
140
  # to provide a justification but doesn't validate it.
141
+ #
142
+ # Note: The following fields are mutually exclusive: `unstructured`, `not_mandatory`. If a field in that set is populated, all other fields in the set will automatically be cleared.
139
143
  class RequesterJustificationConfig
140
144
  include ::Google::Protobuf::MessageExts
141
145
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -563,35 +567,55 @@ module Google
563
567
  # @!attribute [rw] requested
564
568
  # @return [::Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::Requested]
565
569
  # The grant was requested.
570
+ #
571
+ # Note: The following fields are mutually exclusive: `requested`, `approved`, `denied`, `revoked`, `scheduled`, `activated`, `activation_failed`, `expired`, `ended`, `externally_modified`. If a field in that set is populated, all other fields in the set will automatically be cleared.
566
572
  # @!attribute [rw] approved
567
573
  # @return [::Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::Approved]
568
574
  # The grant was approved.
575
+ #
576
+ # Note: The following fields are mutually exclusive: `approved`, `requested`, `denied`, `revoked`, `scheduled`, `activated`, `activation_failed`, `expired`, `ended`, `externally_modified`. If a field in that set is populated, all other fields in the set will automatically be cleared.
569
577
  # @!attribute [rw] denied
570
578
  # @return [::Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::Denied]
571
579
  # The grant was denied.
580
+ #
581
+ # Note: The following fields are mutually exclusive: `denied`, `requested`, `approved`, `revoked`, `scheduled`, `activated`, `activation_failed`, `expired`, `ended`, `externally_modified`. If a field in that set is populated, all other fields in the set will automatically be cleared.
572
582
  # @!attribute [rw] revoked
573
583
  # @return [::Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::Revoked]
574
584
  # The grant was revoked.
585
+ #
586
+ # Note: The following fields are mutually exclusive: `revoked`, `requested`, `approved`, `denied`, `scheduled`, `activated`, `activation_failed`, `expired`, `ended`, `externally_modified`. If a field in that set is populated, all other fields in the set will automatically be cleared.
575
587
  # @!attribute [rw] scheduled
576
588
  # @return [::Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::Scheduled]
577
589
  # The grant has been scheduled to give access.
590
+ #
591
+ # Note: The following fields are mutually exclusive: `scheduled`, `requested`, `approved`, `denied`, `revoked`, `activated`, `activation_failed`, `expired`, `ended`, `externally_modified`. If a field in that set is populated, all other fields in the set will automatically be cleared.
578
592
  # @!attribute [rw] activated
579
593
  # @return [::Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::Activated]
580
594
  # The grant was successfully activated to give access.
595
+ #
596
+ # Note: The following fields are mutually exclusive: `activated`, `requested`, `approved`, `denied`, `revoked`, `scheduled`, `activation_failed`, `expired`, `ended`, `externally_modified`. If a field in that set is populated, all other fields in the set will automatically be cleared.
581
597
  # @!attribute [rw] activation_failed
582
598
  # @return [::Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::ActivationFailed]
583
599
  # There was a non-retriable error while trying to give access.
600
+ #
601
+ # Note: The following fields are mutually exclusive: `activation_failed`, `requested`, `approved`, `denied`, `revoked`, `scheduled`, `activated`, `expired`, `ended`, `externally_modified`. If a field in that set is populated, all other fields in the set will automatically be cleared.
584
602
  # @!attribute [rw] expired
585
603
  # @return [::Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::Expired]
586
604
  # The approval workflow did not complete in the necessary duration,
587
605
  # and so the grant is expired.
606
+ #
607
+ # Note: The following fields are mutually exclusive: `expired`, `requested`, `approved`, `denied`, `revoked`, `scheduled`, `activated`, `activation_failed`, `ended`, `externally_modified`. If a field in that set is populated, all other fields in the set will automatically be cleared.
588
608
  # @!attribute [rw] ended
589
609
  # @return [::Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::Ended]
590
610
  # Access given by the grant ended automatically as the approved
591
611
  # duration was over.
612
+ #
613
+ # Note: The following fields are mutually exclusive: `ended`, `requested`, `approved`, `denied`, `revoked`, `scheduled`, `activated`, `activation_failed`, `expired`, `externally_modified`. If a field in that set is populated, all other fields in the set will automatically be cleared.
592
614
  # @!attribute [rw] externally_modified
593
615
  # @return [::Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::ExternallyModified]
594
616
  # The policy bindings made by grant have been modified outside of PAM.
617
+ #
618
+ # Note: The following fields are mutually exclusive: `externally_modified`, `requested`, `approved`, `denied`, `revoked`, `scheduled`, `activated`, `activation_failed`, `expired`, `ended`. If a field in that set is populated, all other fields in the set will automatically be cleared.
595
619
  # @!attribute [r] event_time
596
620
  # @return [::Google::Protobuf::Timestamp]
597
621
  # Output only. The time (as recorded at server) when this event occurred.
@@ -40,6 +40,8 @@ module Google
40
40
  # @!attribute [rw] error
41
41
  # @return [::Google::Rpc::Status]
42
42
  # The error result of the operation in case of failure or cancellation.
43
+ #
44
+ # Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
43
45
  # @!attribute [rw] response
44
46
  # @return [::Google::Protobuf::Any]
45
47
  # The normal, successful response of the operation. If the original
@@ -50,6 +52,8 @@ module Google
50
52
  # is the original method name. For example, if the original method name
51
53
  # is `TakeSnapshot()`, the inferred response type is
52
54
  # `TakeSnapshotResponse`.
55
+ #
56
+ # Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
53
57
  class Operation
54
58
  include ::Google::Protobuf::MessageExts
55
59
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-privileged_access_manager-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 2025-01-29 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.24.0
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -132,7 +131,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
132
131
  licenses:
133
132
  - Apache-2.0
134
133
  metadata: {}
135
- post_install_message:
136
134
  rdoc_options: []
137
135
  require_paths:
138
136
  - lib
@@ -140,15 +138,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
140
138
  requirements:
141
139
  - - ">="
142
140
  - !ruby/object:Gem::Version
143
- version: '2.7'
141
+ version: '3.0'
144
142
  required_rubygems_version: !ruby/object:Gem::Requirement
145
143
  requirements:
146
144
  - - ">="
147
145
  - !ruby/object:Gem::Version
148
146
  version: '0'
149
147
  requirements: []
150
- rubygems_version: 3.5.23
151
- signing_key:
148
+ rubygems_version: 3.6.2
152
149
  specification_version: 4
153
150
  summary: Privileged Access Manager (PAM) helps you on your journey towards least privilege
154
151
  and helps mitigate risks tied to privileged access misuse or abuse. PAM allows you