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

GooglePrivacyDlpV2SecretManagerCredential

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

A credential consisting of a username and password, where the password is stored in a Secret Manager resource. Note: Secret Manager charges apply.

interface GooglePrivacyDlpV2SecretManagerCredential {
passwordSecretVersionName?: string;
username?: string;
}

§Properties

§
passwordSecretVersionName?: string
[src]

Required. The name of the Secret Manager resource that stores the password, in the form "projects/project-id/secrets/secret-name/versions/version".

§
username?: string
[src]

Required. The username.