InvalidRule
import type { InvalidRule } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";
Message represent an rule that failed to be validated.
interface InvalidRule {
displayName?: string;
gcsUri?: string;
name?: string;
valiadtionError?: string;
}