ssoadmin_delete_application_access_scope {paws.security.identity} | R Documentation |
Deletes an IAM Identity Center access scope from an application
Description
Deletes an IAM Identity Center access scope from an application.
See https://www.paws-r-sdk.com/docs/ssoadmin_delete_application_access_scope/ for full documentation.
Usage
ssoadmin_delete_application_access_scope(ApplicationArn, Scope)
Arguments
ApplicationArn |
[required] Specifies the ARN of the application with the access scope to delete. |
Scope |
[required] Specifies the name of the access scope to remove from the application. |
[Package paws.security.identity version 0.9.0 Index]