google-cloud-privileged_access_manager 1.0.0 → 1.0.2

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: 063c48c3fbdf53d51ac7f62cfa45be9bd87f772d6074c9dff41afeddf0720f04
4
- data.tar.gz: a58810c296386b0211c8f9962e20f14754dd8db3401f0405cac0f199fa6615b0
3
+ metadata.gz: 176513b29cbc943a030e1f716a28971c9a15e754cca4d925c89a154da0ec0e58
4
+ data.tar.gz: 2f63ecb400377dc294982d62b56ecd23330c20384301b0b2b5d1e55d3c8d1674
5
5
  SHA512:
6
- metadata.gz: f6fb4bbbcde6f8ed2dfd7cbb798d885f05e00dd5120362fc053dccccef22623966bd9a01cade9abccc09a16d7d0087ff67a95997c51939f7e97d0e9c58798216
7
- data.tar.gz: 96cd8e10c43f54de67d379db9d7bd858ec905cdb8c8f06ea5800525150a7624a06cbda0381888565a397f2dd9f07946e8dda9a3e1689e598f7153c632f0b2b18
6
+ metadata.gz: 0017d5311dbafd07c7b5a1e1d35cd0f97ebeb0697312a6e4421d068e6804dbbed406338621cc49251ef9ec9232bfbf3b8dc580ea31782684ffafced6c7a2c35a
7
+ data.tar.gz: 3752a2db834a42f93b8b62a6e4d1e76206d10c09defc31ae89a09b5bc2251e27221caccfe6ab21c2b90b7311648712c3278a951f6860ffe9ae93e3e320e16012
data/README.md CHANGED
@@ -54,7 +54,7 @@ changes.
54
54
  Actual client classes for the various versions of this API are defined in
55
55
  _versioned_ client gems, with names of the form `google-cloud-privileged_access_manager-v*`.
56
56
  The gem `google-cloud-privileged_access_manager` is the main client library that brings the
57
- verisoned gems in as dependencies, and provides high-level methods for
57
+ versioned gems in as dependencies, and provides high-level methods for
58
58
  constructing clients. More information on versioned clients can be found below
59
59
  in the section titled *Which client should I use?*.
60
60
 
@@ -81,6 +81,14 @@ In order to use this library, you first need to go through the following steps:
81
81
  1. [Enable the API.](https://console.cloud.google.com/apis/library/privilegedaccessmanager.googleapis.com)
82
82
  1. {file:AUTHENTICATION.md Set up authentication.}
83
83
 
84
+ ```ruby
85
+ require "google/cloud/privileged_access_manager"
86
+
87
+ client = Google::Cloud::PrivilegedAccessManager.privileged_access_manager
88
+ request = ::Google::Cloud::PrivilegedAccessManager::V1::CheckOnboardingStatusRequest.new # (request fields as keyword arguments...)
89
+ response = client.check_onboarding_status request
90
+ ```
91
+
84
92
  ## Debug Logging
85
93
 
86
94
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module PrivilegedAccessManager
23
- VERSION = "1.0.0"
23
+ VERSION = "1.0.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-privileged_access_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-13 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  - !ruby/object:Gem::Version
92
92
  version: '0'
93
93
  requirements: []
94
- rubygems_version: 3.6.3
94
+ rubygems_version: 3.6.9
95
95
  specification_version: 4
96
96
  summary: Privileged Access Manager (PAM) helps you on your journey towards least privilege
97
97
  and helps mitigate risks tied to privileged access misuse or abuse. PAM allows you