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";