PrivateConfig
import type { PrivateConfig } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";
PrivateConfig includes settings for private instance.
interface PrivateConfig {
caPool?: string;
readonly httpServiceAttachment?: string;
isPrivate?: boolean;
pscAllowedProjects?: string[];
readonly sshServiceAttachment?: string;
}§Properties
§
caPool?: string
[src]Optional. Immutable. CA pool resource, resource must in the format of
projects/{project}/locations/{location}/caPools/{ca_pool}
.
§
readonly httpServiceAttachment?: string
[src]Output only. Service Attachment for HTTP, resource is in the format of
projects/{project}/regions/{region}/serviceAttachments/{service_attachment}
.