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 EnableSso operation. Enables single-sign on for a directory.

Inheritance Hierarchy

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

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

Syntax

C#
public class EnableSsoRequest : AmazonDirectoryServiceRequest
         IRequestEvents

The EnableSsoRequest type exposes the following members

Constructors

NameDescription
Public Method EnableSsoRequest()

Properties

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

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

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

The password of an alternate account to use to enable 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 enable single-sign on. This is only used for AD Connector directories. This account must have privileges to add a service principal name.

If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to enable 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