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

GoogleCloudKmsInventoryV1Warning

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

A warning message that indicates potential problems with the response data.

interface GoogleCloudKmsInventoryV1Warning {
displayMessage?: string;
warningCode?:
| "WARNING_CODE_UNSPECIFIED"
| "INSUFFICIENT_PERMISSIONS_PARTIAL_DATA"
| "RESOURCE_LIMIT_EXCEEDED_PARTIAL_DATA"
| "ORG_LESS_PROJECT_PARTIAL_DATA";
}

§Properties

§
displayMessage?: string
[src]

The literal message providing context and details about the warnings.

§
warningCode?: "WARNING_CODE_UNSPECIFIED" | "INSUFFICIENT_PERMISSIONS_PARTIAL_DATA" | "RESOURCE_LIMIT_EXCEEDED_PARTIAL_DATA" | "ORG_LESS_PROJECT_PARTIAL_DATA"
[src]

The specific warning code for the displayed message.