AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Container for the parameters to the DisableSso operation. Disables single-sign on for a directory.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DirectoryService.AmazonDirectoryServiceRequest
      Amazon.DirectoryService.Model.DisableSsoRequest

Namespace: Amazon.DirectoryService.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DisableSsoRequest : AmazonDirectoryServiceRequest
         IRequestEvents

The DisableSsoRequest type exposes the following members

Constructors

NameDescription
Public Method DisableSsoRequest()

Properties

NameTypeDescription
Public Property DirectoryId System.String Gets and sets the property DirectoryId.

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

Public Property Password System.String Gets and sets the property Password.

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.

Public Property UserName System.String Gets and sets the property UserName.

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.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5