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

UpdateSvmActiveDirectoryConfiguration

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

Updates the Microsoft Active Directory (AD) configuration of an SVM joined to an AD. Please note, account credentials are not returned in the response payload.

interface UpdateSvmActiveDirectoryConfiguration {
SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfigurationUpdates | null;
}

§Properties

§
SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfigurationUpdates | null
[src]