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

ActiveDirectoryComputerAttribute

import type { ActiveDirectoryComputerAttribute } from "https://aws-api.deno.dev/v0.4/services/nimble.ts?docs=full";

An LDAP attribute of an Active Directory computer account, in the form of a name:value pair.

interface ActiveDirectoryComputerAttribute {
name?: string | null;
value?: string | null;
}

§Properties

§
name?: string | null
[src]

The name for the LDAP attribute.

§
value?: string | null
[src]

The value for the LDAP attribute.