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

PasswordStatus

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

Read-only password status.

interface PasswordStatus {
locked?: boolean;
passwordExpirationTime?: Date;
}

§Properties

§
locked?: boolean
[src]

If true, user does not have login privileges.

§
passwordExpirationTime?: Date
[src]

The expiration time of the current password.