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

GoogleCloudRunV2BinaryAuthorization

import type { GoogleCloudRunV2BinaryAuthorization } from "https://googleapis.deno.dev/v1/run:v2.ts";

Settings for Binary Authorization feature.

interface GoogleCloudRunV2BinaryAuthorization {
breakglassJustification?: string;
policy?: string;
useDefault?: boolean;
}

§Properties

§
breakglassJustification?: string
[src]

Optional. If present, indicates to use Breakglass using this justification. If use_default is False, then it must be empty. For more information on breakglass, see https://cloud.google.com/binary-authorization/docs/using-breakglass

§
policy?: string
[src]

Optional. The path to a binary authorization policy. Format: projects/{project}/platforms/cloudRun/{policy-name}

§
useDefault?: boolean
[src]

Optional. If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.