Get Application Authentication Method
ssoadmin_get_application_authentication_method | R Documentation |
Retrieves details about an authentication method used by an application¶
Description¶
Retrieves details about an authentication method used by an application.
Usage¶
ssoadmin_get_application_authentication_method(ApplicationArn,
AuthenticationMethodType)
Arguments¶
ApplicationArn |
[required] Specifies the ARN of the application. |
AuthenticationMethodType |
[required] Specifies the type of authentication method for which you want details. |
Value¶
A list with the following syntax:
list(
AuthenticationMethod = list(
Iam = list(
ActorPolicy = list()
)
)
)
Request syntax¶
svc$get_application_authentication_method(
ApplicationArn = "string",
AuthenticationMethodType = "IAM"
)