ssoadmin_put_application_grant {paws.security.identity} | R Documentation |
Adds a grant to an application
Description
Adds a grant to an application.
See https://www.paws-r-sdk.com/docs/ssoadmin_put_application_grant/ for full documentation.
Usage
ssoadmin_put_application_grant(ApplicationArn, Grant, GrantType)
Arguments
ApplicationArn |
[required] Specifies the ARN of the application to update. |
Grant |
[required] Specifies a structure that describes the grant to update. |
GrantType |
[required] Specifies the type of grant to update. |
[Package paws.security.identity version 0.6.1 Index]