ProviderTag
import type { ProviderTag } from "https://googleapis.deno.dev/v1/networkmanagement:v1.ts";
Message describing the provider tag.
interface ProviderTag {
readonly category?: string;
readonly resourceType?:
| "RESOURCE_TYPE_UNSPECIFIED"
| "NETWORK_PATH"
| "WEB_PATH"
| "MONITORING_POLICY"
| "MONITORING_POINT";
readonly value?: string;
}