directoryservice_disable_sso: Disables single-sign on for a directory

View source: R/directoryservice_operations.R

directoryservice_disable_ssoR Documentation

Disables single-sign on for a directory

Description

Disables single-sign on for a directory.

See https://www.paws-r-sdk.com/docs/directoryservice_disable_sso/ for full documentation.

Usage

directoryservice_disable_sso(DirectoryId, UserName = NULL, Password = NULL)

Arguments

DirectoryId

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

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.

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.


paws.security.identity documentation built on May 29, 2024, 10:51 a.m.