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

ContaineranalysisGoogleDevtoolsCloudbuildV1ApprovalConfig

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

ApprovalConfig describes configuration for manual approval of a build.

interface ContaineranalysisGoogleDevtoolsCloudbuildV1ApprovalConfig {
approvalRequired?: boolean;
}

§Properties

§
approvalRequired?: boolean
[src]

Whether or not approval is needed. If this is set on a build, it will become pending when created, and will need to be explicitly approved to start.