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

Computer

import type { Computer } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";

Contains information about a computer account in a directory.

interface Computer {
ComputerAttributes?: Attribute[] | null;
ComputerId?: string | null;
ComputerName?: string | null;
}

§Properties

§
ComputerAttributes?: Attribute[] | null
[src]

An array of "Attribute" objects containing the LDAP attributes that belong to the computer account.

§
ComputerId?: string | null
[src]

The identifier of the computer.

§
ComputerName?: string | null
[src]

The computer name.