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

ContaineranalysisGoogleDevtoolsCloudbuildV1BuildApproval

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

BuildApproval describes a build's approval configuration, state, and result.

interface ContaineranalysisGoogleDevtoolsCloudbuildV1BuildApproval {
readonly state?:
| "STATE_UNSPECIFIED"
| "PENDING"
| "APPROVED"
| "REJECTED"
| "CANCELLED";
}

§Properties

§

Output only. Configuration for manual approval of this build.

§

Output only. Result of manual approval for this Build.

§
readonly state?: "STATE_UNSPECIFIED" | "PENDING" | "APPROVED" | "REJECTED" | "CANCELLED"
[src]

Output only. The state of this build's approval.