ssoadmin_delete_application_assignment {paws.security.identity} | R Documentation |
Revoke application access to an application by deleting application assignments for a user or group
Description
Revoke application access to an application by deleting application assignments for a user or group.
See https://www.paws-r-sdk.com/docs/ssoadmin_delete_application_assignment/ for full documentation.
Usage
ssoadmin_delete_application_assignment(
ApplicationArn,
PrincipalId,
PrincipalType
)
Arguments
ApplicationArn |
[required] Specifies the ARN of the application. |
PrincipalId |
[required] An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference. |
PrincipalType |
[required] The entity type for which the assignment will be deleted. |
[Package paws.security.identity version 0.7.0 Index]