SSOAdmin / Client / delete_application_authentication_method

delete_application_authentication_method#

SSOAdmin.Client.delete_application_authentication_method(**kwargs)#

Deletes an authentication method from an application.

See also: AWS API Documentation

Request Syntax

response = client.delete_application_authentication_method(
    ApplicationArn='string',
    AuthenticationMethodType='IAM'
)
Parameters:
  • ApplicationArn (string) –

    [REQUIRED]

    Specifies the ARN of the application with the authentication method to delete.

  • AuthenticationMethodType (string) –

    [REQUIRED]

    Specifies the authentication method type to delete from the application.

Returns:

None

Exceptions