Lines Matching full:ssh
82 <p class="firstline">Create an SSH public key</p>
85 <p class="firstline">Deletes an SSH public key.</p>
88 <p class="firstline">Retrieves an SSH public key.</p>
91 <p class="firstline">Updates an SSH public key and returns the profile information. This method sup…
100 <pre>Create an SSH public key
107 { # The SSH public key information associated with a Google account.
109 …"fingerprint": "A String", # Output only. The SHA-256 fingerprint of the SSH p…
110 …"key": "A String", # Public key text in SSH format, defined by RFC4253 section…
122 { # The SSH public key information associated with a Google account.
124 …"fingerprint": "A String", # Output only. The SHA-256 fingerprint of the SSH p…
125 …"key": "A String", # Public key text in SSH format, defined by RFC4253 section…
132 <pre>Deletes an SSH public key.
150 <pre>Retrieves an SSH public key.
162 { # The SSH public key information associated with a Google account.
164 …"fingerprint": "A String", # Output only. The SHA-256 fingerprint of the SSH p…
165 …"key": "A String", # Public key text in SSH format, defined by RFC4253 section…
172 …<pre>Updates an SSH public key and returns the profile information. This method supports patch sem…
179 { # The SSH public key information associated with a Google account.
181 …"fingerprint": "A String", # Output only. The SHA-256 fingerprint of the SSH p…
182 …"key": "A String", # Public key text in SSH format, defined by RFC4253 section…
195 { # The SSH public key information associated with a Google account.
197 …"fingerprint": "A String", # Output only. The SHA-256 fingerprint of the SSH p…
198 …"key": "A String", # Public key text in SSH format, defined by RFC4253 section…