Class: Google::Cloud::OsLogin::V1beta::SignSshPublicKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsLogin::V1beta::SignSshPublicKeyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oslogin/v1beta/oslogin.rb
Instance Attribute Summary collapse
-
#parent ⇒ ::String
The parent project and region for the signing request.
-
#ssh_public_key ⇒ ::String
The SSH public key to sign.
Instance Attribute Details
#parent ⇒ ::String
Returns The parent project and region for the signing request.
213 214 215 216 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 213 class SignSshPublicKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ssh_public_key ⇒ ::String
Returns The SSH public key to sign.
213 214 215 216 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 213 class SignSshPublicKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |