You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### oslogin:v1alpha
The following keys were added:
- resources.users.resources.projects.resources.locations.methods.signSshPublicKey (Total Keys: 12)
#### oslogin:v1beta
The following keys were added:
- resources.users.resources.projects.resources.locations.methods.signSshPublicKey (Total Keys: 12)
<pre>Signs an SSH public key for a user to authenticate to a virtual machine on Google Compute Engine.
92
+
93
+
Args:
94
+
parent: 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. (required)
95
+
body: object, The request body.
96
+
The object takes the form of:
97
+
98
+
{
99
+
"sshPublicKey": "A String", # The SSH public key to sign.
100
+
}
101
+
102
+
x__xgafv: string, V1 error format.
103
+
Allowed values
104
+
1 - v1 error format
105
+
2 - v2 error format
106
+
107
+
Returns:
108
+
An object of the form:
109
+
110
+
{
111
+
"signedSshPublicKey": "A String", # The signed SSH public key to use in the SSH handshake.
<pre>Signs an SSH public key for a user to authenticate to an instance.
92
+
93
+
Args:
94
+
parent: 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. (required)
95
+
body: object, The request body.
96
+
The object takes the form of:
97
+
98
+
{
99
+
"sshPublicKey": "A String", # The SSH public key to sign.
100
+
}
101
+
102
+
x__xgafv: string, V1 error format.
103
+
Allowed values
104
+
1 - v1 error format
105
+
2 - v2 error format
106
+
107
+
Returns:
108
+
An object of the form:
109
+
110
+
{
111
+
"signedSshPublicKey": "A String", # The signed SSH public key to use in the SSH handshake.
"description": "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.",
"description": "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.",
0 commit comments