GoogleCloudApihubV1HostProjectRegistration
import type { GoogleCloudApihubV1HostProjectRegistration } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
Host project registration refers to the registration of a Google cloud project with Api Hub as a host project. This is the project where Api Hub is provisioned. It acts as the consumer project for the Api Hub instance provisioned. Multiple runtime projects can be attached to the host project and these attachments define the scope of Api Hub.
interface GoogleCloudApihubV1HostProjectRegistration {
readonly createTime?: Date;
gcpProject?: string;
name?: string;
}§Properties
§
readonly createTime?: Date
[src]Output only. The time at which the host project registration was created.