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

DisableSsoRequest

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

Contains the inputs for the "DisableSso" operation.

interface DisableSsoRequest {
DirectoryId: string;
Password?: string | null;
UserName?: string | null;
}

§Properties

§
DirectoryId: string
[src]

The identifier of the directory for which to disable single-sign on.

§
Password?: string | null
[src]

The password of an alternate account to use to disable single-sign on. This is only used for AD Connector directories. For more information, see the UserName parameter.

§
UserName?: string | null
[src]

The username of an alternate account to use to disable single-sign on. This is only used for AD Connector directories. This account must have privileges to remove a service principal name.

If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to disable single sign-on and are not stored by the service. The AD Connector service account is not changed.