Delete Application Authentication Method
ssoadmin_delete_application_authentication_method | R Documentation |
Deletes an authentication method from an application¶
Description¶
Deletes an authentication method from an application.
Usage¶
ssoadmin_delete_application_authentication_method(ApplicationArn,
AuthenticationMethodType)
Arguments¶
ApplicationArn |
[required] Specifies the ARN of the application with the authentication method to delete. |
AuthenticationMethodType |
[required] Specifies the authentication method type to delete from the application. |
Value¶
An empty list.
Request syntax¶
svc$delete_application_authentication_method(
ApplicationArn = "string",
AuthenticationMethodType = "IAM"
)