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

User

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

A user belonging to an enterprise.

interface User {
accountIdentifier?: string;
}

§Properties

§
accountIdentifier?: string
[src]

A unique identifier you create for this user, such as user342 or asset#44418. This field must be set when the user is created and can't be updated. This field must not contain personally identifiable information (PII). This identifier must be 1024 characters or less; otherwise, the update policy request will fail.