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

Usage

import * as mod from "https://googleapis.deno.dev/v1/kmsinventory:v1.ts";

§Classes

GoogleAuth
KMSInventory

§Variables

auth

§Interfaces

CredentialsClient

Defines the root interface for all clients that generate credentials for calling Google APIs. All clients should implement this interface.

GoogleCloudKmsInventoryV1ListCryptoKeysResponse

Response message for KeyDashboardService.ListCryptoKeys.

GoogleCloudKmsInventoryV1ProtectedResource

Metadata about a resource protected by a Cloud KMS key.

GoogleCloudKmsInventoryV1ProtectedResourcesSummary

Aggregate information about the resources protected by a Cloud KMS key in the same Cloud organization as the key.

GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse

Response message for KeyTrackingService.SearchProtectedResources.

GoogleCloudKmsV1CryptoKey

A CryptoKey represents a logical key that can be used for cryptographic operations. A CryptoKey is made up of zero or more versions, which represent the actual key material used in cryptographic operations.

GoogleCloudKmsV1CryptoKeyVersion

A CryptoKeyVersion represents an individual cryptographic key, and the associated key material. An ENABLED version can be used for cryptographic operations. For security reasons, the raw cryptographic key material represented by a CryptoKeyVersion can never be viewed or exported. It can only be used to encrypt, decrypt, or sign data when an authorized user or application invokes Cloud KMS.

GoogleCloudKmsV1CryptoKeyVersionTemplate

A CryptoKeyVersionTemplate specifies the properties to use when creating a new CryptoKeyVersion, either manually with CreateCryptoKeyVersion or automatically as a result of auto-rotation.

GoogleCloudKmsV1ExternalProtectionLevelOptions

ExternalProtectionLevelOptions stores a group of additional fields for configuring a CryptoKeyVersion that are specific to the EXTERNAL protection level and EXTERNAL_VPC protection levels.

GoogleCloudKmsV1KeyOperationAttestation

Contains an HSM-generated attestation about a key operation. For more information, see [Verifying attestations] (https://cloud.google.com/kms/docs/attest-key).

GoogleCloudKmsV1KeyOperationAttestationCertificateChains

Certificate chains needed to verify the attestation. Certificates in chains are PEM-encoded and are ordered based on https://tools.ietf.org/html/rfc5246#section-7.4.2.

OrganizationsProtectedResourcesSearchOptions

Additional options for KMSInventory#organizationsProtectedResourcesSearch.

ProjectsCryptoKeysListOptions

Additional options for KMSInventory#projectsCryptoKeysList.