Reference documentation and code samples for the Cloud OS Login V1beta API class Google::Cloud::OsLogin::V1beta::SignSshPublicKeyRequest.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
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.
#parent=
def parent=(value) -> ::String
Parameter
- value (::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.
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.
#ssh_public_key
def ssh_public_key() -> ::String
Returns
- (::String) — The SSH public key to sign.
#ssh_public_key=
def ssh_public_key=(value) -> ::String
Parameter
- value (::String) — The SSH public key to sign.
Returns
- (::String) — The SSH public key to sign.