Amazon.DirectoryService.AmazonDirectoryServiceClient.EnableSso C# (CSharp) Method

EnableSso() public method

Enables single sign-on for a directory.
/// An authentication error occurred. /// /// A client exception has occurred. /// /// The specified entity could not be found. /// /// The account does not have sufficient permission to perform the operation. /// /// An exception has occurred in AWS Directory Service. ///
public EnableSso ( EnableSsoRequest request ) : EnableSsoResponse
request Amazon.DirectoryService.Model.EnableSsoRequest Container for the necessary parameters to execute the EnableSso service method.
return EnableSsoResponse
        public EnableSsoResponse EnableSso(EnableSsoRequest request)
        {
            var marshaller = new EnableSsoRequestMarshaller();
            var unmarshaller = EnableSsoResponseUnmarshaller.Instance;

            return Invoke<EnableSsoRequest,EnableSsoResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectoryServiceClient