Delete Application Grant
ssoadmin_delete_application_grant | R Documentation |
Deletes a grant from an application¶
Description¶
Deletes a grant from an application.
Usage¶
ssoadmin_delete_application_grant(ApplicationArn, GrantType)
Arguments¶
ApplicationArn |
[required] Specifies the ARN of the application with the grant to delete. |
GrantType |
[required] Specifies the type of grant to delete from the application. |
Value¶
An empty list.
Request syntax¶
svc$delete_application_grant(
ApplicationArn = "string",
GrantType = "authorization_code"|"refresh_token"|"urn:ietf:params:oauth:grant-type:jwt-bearer"|"urn:ietf:params:oauth:grant-type:token-exchange"
)