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

GoogleCloudKmsInventoryV1ProtectedResource

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

Metadata about a resource protected by a Cloud KMS key.

interface GoogleCloudKmsInventoryV1ProtectedResource {
cloudProduct?: string;
readonly createTime?: Date;
cryptoKeyVersion?: string;
cryptoKeyVersions?: string[];
labels?: {
[key: string]: string;
}
;
location?: string;
name?: string;
project?: string;
projectId?: string;
resourceType?: string;
}

§Properties

§
cloudProduct?: string
[src]

The Cloud product that owns the resource. Example: compute

§
readonly createTime?: Date
[src]

Output only. The time at which this resource was created. The granularity is in seconds. Timestamp.nanos will always be 0.

§
cryptoKeyVersion?: string
[src]

The name of the Cloud KMS CryptoKeyVersion used to protect this resource via CMEK. This field is empty if the Google Cloud product owning the resource does not provide key version data to Asset Inventory. If there are multiple key versions protecting the resource, then this is same value as the first element of crypto_key_versions.

§
cryptoKeyVersions?: string[]
[src]

The names of the Cloud KMS CryptoKeyVersion used to protect this resource via CMEK. This field is empty if the Google Cloud product owning the resource does not provide key versions data to Asset Inventory. The first element of this field is stored in crypto_key_version.

§
labels?: {
[key: string]: string;
}
[src]

A key-value pair of the resource's labels (v1) to their values.

§
location?: string
[src]

Location can be global, regional like us-east1, or zonal like us-west1-b.

§
name?: string
[src]

The full resource name of the resource. Example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1.

§
project?: string
[src]

Format: projects/{PROJECT_NUMBER}.

§
projectId?: string
[src]

The ID of the project that owns the resource.

§
resourceType?: string
[src]

Example: compute.googleapis.com/Disk