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

DisableSso() public method

Disables 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 DisableSso ( DisableSsoRequest request ) : DisableSsoResponse
request Amazon.DirectoryService.Model.DisableSsoRequest Container for the necessary parameters to execute the DisableSso service method.
return DisableSsoResponse
        public DisableSsoResponse DisableSso(DisableSsoRequest request)
        {
            var marshaller = new DisableSsoRequestMarshaller();
            var unmarshaller = DisableSsoResponseUnmarshaller.Instance;

            return Invoke<DisableSsoRequest,DisableSsoResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectoryServiceClient