google-cloud-os_login-v1 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: 4acd9facd54de9e6aa6c765e649da941c7e929e984155f3000786d346530192a
4
- data.tar.gz: e02ba9791bf52f459c78b054a6cc77da89355993ac270c4b2ac428bcef1856ed
3
+ metadata.gz: e4c709002d1b400fba3a1c212af14736200d8d09e07e25f0add825e5c5802a68
4
+ data.tar.gz: 9eeeeee9acc498e7b00abfca8ea376b974cf9a513c02f97049557f2a1d5f28a8
5
5
  SHA512:
6
- metadata.gz: ce3bdee502944086e337218970e8b48519ad08f45a22d8aa62f0a419be06dced67382633ceb9d25331b1d6283f1ea28510eaf47c1224106708862029d0aaedde
7
- data.tar.gz: aca6cd85796e939ca9e7b208e7bb647465393b61ebaa150177a9baf893791899cd695720fb6c4fb869da91ce73f1dfcc806e5abcbbf89bcf89d7efd276ec6a04
6
+ metadata.gz: 6c74bca4bd419523a4a44f39bb76cb9a33f8c4dd5239d081a15237627448466c58274e62e429ee5cc134e71a4e83d478057529a87841ef99557acaa71e9e041a
7
+ data.tar.gz: 2913d6f6441c969cf2a6e48189b421cf9e4ba1c9e588f9c19bc78a00828db7f11bde22043e0b863b5491ddfa67470085dfa4285b548aace9c3b2b693bbc48d51
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Ruby Client for the Cloud OS Login V1 API
2
2
 
3
- API Client library for the Cloud OS Login V1 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]
@@ -547,9 +547,9 @@ module Google
547
547
  # the default parameter values, pass an empty Hash as a request object (see above).
548
548
  #
549
549
  # @param name [::String]
550
- # Required. The fingerprint of the public key to retrieve. Public keys are identified
551
- # by their SHA-256 fingerprint. The fingerprint of the public key is in
552
- # format `users/{user}/sshPublicKeys/{fingerprint}`.
550
+ # Required. The fingerprint of the public key to retrieve. Public keys are
551
+ # identified by their SHA-256 fingerprint. The fingerprint of the public key
552
+ # is in format `users/{user}/sshPublicKeys/{fingerprint}`.
553
553
  #
554
554
  # @yield [response, operation] Access the result along with the RPC operation
555
555
  # @yieldparam response [::Google::Cloud::OsLogin::Common::SshPublicKey]
@@ -726,9 +726,9 @@ module Google
726
726
  # the default parameter values, pass an empty Hash as a request object (see above).
727
727
  #
728
728
  # @param name [::String]
729
- # Required. The fingerprint of the public key to update. Public keys are identified by
730
- # their SHA-256 fingerprint. The fingerprint of the public key is in format
731
- # `users/{user}/sshPublicKeys/{fingerprint}`.
729
+ # Required. The fingerprint of the public key to update. Public keys are
730
+ # identified by their SHA-256 fingerprint. The fingerprint of the public key
731
+ # is in format `users/{user}/sshPublicKeys/{fingerprint}`.
732
732
  # @param ssh_public_key [::Google::Cloud::OsLogin::Common::SshPublicKey, ::Hash]
733
733
  # Required. The SSH public key and expiration time.
734
734
  # @param update_mask [::Google::Protobuf::FieldMask, ::Hash]