SignSshPublicKeyRequest
import type { SignSshPublicKeyRequest } from "https://googleapis.deno.dev/v1/oslogin:v1.ts";
A request message for signing an SSH public key.
interface SignSshPublicKeyRequest {
appEngineInstance?: string;
computeInstance?: string;
serviceAccount?: string;
sshPublicKey?: string;
}§Properties
§
appEngineInstance?: string
[src]The App Engine instance to sign the SSH public key for. Expected format: apps/{app}/services/{service}/versions/{version}/instances/{instance}
§
computeInstance?: string
[src]The Compute instance to sign the SSH public key for. Expected format: projects/{project}/zones/{zone}/instances/{numeric_instance_id}