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

GoogleCloudConnectorsV1LockConfig

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

Determines whether or no a connection is locked. If locked, a reason must be specified.

interface GoogleCloudConnectorsV1LockConfig {
locked?: boolean;
reason?: string;
}

§Properties

§
locked?: boolean
[src]

Indicates whether or not the connection is locked.

§
reason?: string
[src]

Describes why a connection is locked.