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

UserAccount

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

User account provisioned for the customer.

interface UserAccount {
encryptedPassword?: string;
kmsKeyVersion?: string;
}

§Properties

§
encryptedPassword?: string
[src]

Encrypted initial password value.

§
kmsKeyVersion?: string
[src]

KMS CryptoKey Version used to encrypt the password.