• Home
  • Raw
  • Download

Lines Matching full:ssh

82 <p class="firstline">Create a new SSH key registration in the specified project.</p>
85 <p class="firstline">Delete an SSH key registration in the specified project.</p>
88 <p class="firstline">List the public SSH keys registered for the specified project.</p>
100 <pre>Create a new SSH key registration in the specified project.
103 parent: string, Required. The parent project containing the SSH keys. (required)
107 { # A public SSH key registered in the project. Used primarily for the interactive serial console f…
108 &quot;name&quot;: &quot;A String&quot;, # Output only. The name of this SSH key.
109 &quot;publicKey&quot;: &quot;A String&quot;, # The public SSH key.
121 …{ # A public SSH key registered in the project. Used primarily for the interactive serial console …
122 &quot;name&quot;: &quot;A String&quot;, # Output only. The name of this SSH key.
123 &quot;publicKey&quot;: &quot;A String&quot;, # The public SSH key.
129 <pre>Delete an SSH key registration in the specified project.
132 name: string, Required. The name of the SSH key to delete. (required)
147 <pre>List the public SSH keys registered for the specified project.
150 parent: string, Required. The parent project containing the SSH keys. (required)
163 &quot;sshKeys&quot;: [ # The SSH keys registered in this project.
164 …{ # A public SSH key registered in the project. Used primarily for the interactive serial console …
165 &quot;name&quot;: &quot;A String&quot;, # Output only. The name of this SSH key.
166 &quot;publicKey&quot;: &quot;A String&quot;, # The public SSH key.