google-cloud-os_login-v1beta 0.6.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: 19d734c3c0f55ed9206d34dfae0e92ed1f3e24f978710b2b451a4a75b574c798
4
- data.tar.gz: a17771113618b8d7d4f7265d207809e1cb8669268e1dc7e85e241ad962949994
3
+ metadata.gz: 90df7c4342d79edc96c3cd59dd5355ee46a96a1b9fa3ed40a21ed2545bfbde3e
4
+ data.tar.gz: 262ce1289795bfb38f83cbc456002c12ac335212490802e91589717b3d655d7c
5
5
  SHA512:
6
- metadata.gz: 87028c075ac85b26bdae1aadaab9d8761817ae823309d0cfad69c4f58b18f4e54ad2446c070e32485203ac9843c8fd00f6f82d4bea1c509891d450d3e309d7b5
7
- data.tar.gz: 8ae0c205877542166b644650a59510a7851be297da49515a35b3d21d9483f3b68fcfbe0044aacf4c5bfe4089b91c77edb4db4465f3557f560703fa90739d35ec
6
+ metadata.gz: 1f3f9ba3678c3a61ad28da1fc7959e13c0275683b8e935c4dad670c547c5f45ebee4606532c56c5cbdfa23f1f7b84604e252528e73ac117b6be96be04715fb97
7
+ data.tar.gz: 4ac32d535934eff6f604dcadfb2f5df5e86bd43a09198a8d8ed0b0beddcce1737e46c28aa64c1d3a5fa360cea862180f0c5c243e6c0d87e9706a8db485d2d2bc
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Ruby Client for the Cloud OS Login V1beta API
2
2
 
3
- API Client library for the Cloud OS Login V1beta API
3
+ You can use OS Login to manage access to your VM instances using IAM roles.
4
4
 
5
5
  Use OS Login to manage SSH access to your instances using IAM without having to create and manage individual SSH keys. OS Login maintains a consistent Linux user identity across VM instances and is the recommended way to manage many users across multiple instances or projects.
6
6
 
@@ -46,7 +46,7 @@ for general usage information.
46
46
  ## Enabling Logging
47
47
 
48
48
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
49
- The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/stdlib/libdoc/logger/rdoc/Logger.html) as shown below,
49
+ The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
50
50
  or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
51
51
  that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
52
52
  and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
@@ -283,9 +283,9 @@ module Google
283
283
  # the default parameter values, pass an empty Hash as a request object (see above).
284
284
  #
285
285
  # @param name [::String]
286
- # Required. A reference to the POSIX account to update. POSIX accounts are identified
287
- # by the project ID they are associated with. A reference to the POSIX
288
- # account is in format `users/{user}/projects/{project}`.
286
+ # Required. A reference to the POSIX account to update. POSIX accounts are
287
+ # identified by the project ID they are associated with. A reference to the
288
+ # POSIX account is in format `users/{user}/projects/{project}`.
289
289
  #
290
290
  # @yield [response, operation] Access the result along with the RPC operation
291
291
  # @yieldparam response [::Google::Protobuf::Empty]
@@ -370,9 +370,9 @@ module Google
370
370
  # the default parameter values, pass an empty Hash as a request object (see above).
371
371
  #
372
372
  # @param name [::String]
373
- # Required. The fingerprint of the public key to update. Public keys are identified by
374
- # their SHA-256 fingerprint. The fingerprint of the public key is in format
375
- # `users/{user}/sshPublicKeys/{fingerprint}`.
373
+ # Required. The fingerprint of the public key to update. Public keys are
374
+ # identified by their SHA-256 fingerprint. The fingerprint of the public key
375
+ # is in format `users/{user}/sshPublicKeys/{fingerprint}`.
376
376
  #
377
377
  # @yield [response, operation] Access the result along with the RPC operation
378
378
  # @yieldparam response [::Google::Protobuf::Empty]
@@ -549,9 +549,9 @@ module Google
549
549
  # the default parameter values, pass an empty Hash as a request object (see above).
550
550
  #
551
551
  # @param name [::String]
552
- # Required. The fingerprint of the public key to retrieve. Public keys are identified
553
- # by their SHA-256 fingerprint. The fingerprint of the public key is in
554
- # format `users/{user}/sshPublicKeys/{fingerprint}`.
552
+ # Required. The fingerprint of the public key to retrieve. Public keys are
553
+ # identified by their SHA-256 fingerprint. The fingerprint of the public key
554
+ # is in format `users/{user}/sshPublicKeys/{fingerprint}`.
555
555
  #
556
556
  # @yield [response, operation] Access the result along with the RPC operation
557
557
  # @yieldparam response [::Google::Cloud::OsLogin::Common::SshPublicKey]
@@ -730,9 +730,9 @@ module Google
730
730
  # the default parameter values, pass an empty Hash as a request object (see above).
731
731
  #
732
732
  # @param name [::String]
733
- # Required. The fingerprint of the public key to update. Public keys are identified by
734
- # their SHA-256 fingerprint. The fingerprint of the public key is in format
735
- # `users/{user}/sshPublicKeys/{fingerprint}`.
733
+ # Required. The fingerprint of the public key to update. Public keys are
734
+ # identified by their SHA-256 fingerprint. The fingerprint of the public key
735
+ # is in format `users/{user}/sshPublicKeys/{fingerprint}`.
736
736
  # @param ssh_public_key [::Google::Cloud::OsLogin::Common::SshPublicKey, ::Hash]
737
737
  # Required. The SSH public key and expiration time.
738
738
  # @param update_mask [::Google::Protobuf::FieldMask, ::Hash]