Learn R Programming

paws.security.identity (version 0.1.12)

directoryservice_disable_client_authentication: Disables alternative client authentication methods for the specified directory

Description

Disables alternative client authentication methods for the specified directory.

Usage

directoryservice_disable_client_authentication(DirectoryId, Type)

Value

An empty list.

Arguments

DirectoryId

[required] The identifier of the directory

Type

[required] The type of client authentication to disable. Currently, only the parameter, SmartCard is supported.

Request syntax

svc$disable_client_authentication(
  DirectoryId = "string",
  Type = "SmartCard"
)