Class: Google::Cloud::OsLogin::V1beta::SignSshPublicKeyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/oslogin/v1beta/oslogin.rb

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns The parent project and zone for the signing request. This is needed to properly ensure per-organization ISS processing and potentially to provide for the possibility of zone-specific certificates used in the signing process.

Returns:

  • (::String)

    The parent project and zone for the signing request. This is needed to properly ensure per-organization ISS processing and potentially to provide for the possibility of zone-specific certificates used in the signing process.



216
217
218
219
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 216

class SignSshPublicKeyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#ssh_public_key::String

Returns The SSH public key to sign.

Returns:

  • (::String)

    The SSH public key to sign.



216
217
218
219
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 216

class SignSshPublicKeyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end