@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
14 lines • 331 B
TypeScript
/** SshKeyDetail */
export interface SshKeyDetail {
/** SSH key fingerprint */
fingerPrint: string;
/** SSH key id */
id: string;
/** SSH key name */
name: string;
/** SSH public key */
publicKey: string;
/** SSH key regions */
regions: string[];
}
//# sourceMappingURL=SshKeyDetail.d.ts.map