Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DataResidencyAugmentedView

import type { DataResidencyAugmentedView } from "https://googleapis.deno.dev/v1/datafusion:v1.ts";

Next tag: 7

interface DataResidencyAugmentedView {
crGopoGuris?: string[];
crGopoPrefixes?: string[];
serviceData?: ServiceData;
tpIds?: string[];
}

§Properties

§
crGopoGuris?: string[]
[src]

Cloud resource to Google owned production object mapping in the form of GURIs. The GURIs should be available in DG KB storage/cns tables. This is the preferred way of providing cloud resource mappings. For further details please read go/cloud-resource-monitoring_sig

§
crGopoPrefixes?: string[]
[src]

Cloud resource to Google owned production object mapping in the form of prefixes. These should be available in DG KB storage/cns tables. The entity type, which is the part of the string before the first colon in the GURI, must be completely specified in prefix. For details about GURI please read go/guri. For further details about the field please read go/cloud-resource-monitoring_sig.

§
serviceData?: ServiceData
[src]

Service-specific data. Only required for pre-determined services. Generally used to bind a Cloud Resource to some a TI container that uniquely specifies a customer. See milestone 2 of DRZ KR8 SIG for more information.

§
tpIds?: string[]
[src]

The list of project_id's of the tenant projects in the 'google.com' org which serve the Cloud Resource. See go/drz-mst-sig for more details.