@akamai/openapi-ts
    Preparing search index...

    Variable getSshKeyResponseSchemaConst

    getSshKeyResponseSchema: ZodObject<
        {
            created: ZodReadonly<ZodISODateTime>;
            id: ZodReadonly<ZodInt>;
            label: ZodString;
            ssh_key: ZodString;
        },
        $strip,
    > = ...

    A credential object for authenticating a User's secure shell connection to a Linode.