ContaineranalysisGoogleDevtoolsCloudbuildV1ApprovalResult
import type { ContaineranalysisGoogleDevtoolsCloudbuildV1ApprovalResult } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";
ApprovalResult describes the decision and associated metadata of a manual approval of a build.
interface ContaineranalysisGoogleDevtoolsCloudbuildV1ApprovalResult {
readonly approvalTime?: Date;
readonly approverAccount?: string;
comment?: string;
decision?: "DECISION_UNSPECIFIED" | "APPROVED" | "REJECTED";
url?: string;
}