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

UsernamePasswordCredentials

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

Username and password credentials.

interface UsernamePasswordCredentials {
passwordSecretVersion?: string;
username?: string;
}

§Properties

§
passwordSecretVersion?: string
[src]

The Secret Manager key version that holds the password to access the remote repository. Must be in the format of projects/{project}/secrets/{secret}/versions/{version}.

§
username?: string
[src]

The username to access the remote repository.