appstream_disable_user {paws.end.user.computing} | R Documentation |
Disables the specified user in the user pool
Description
Disables the specified user in the user pool. Users can't sign in to AppStream 2.0 until they are re-enabled. This action does not delete the user.
See https://www.paws-r-sdk.com/docs/appstream_disable_user/ for full documentation.
Usage
appstream_disable_user(UserName, AuthenticationType)
Arguments
UserName |
[required] The email address of the user. Users' email addresses are case-sensitive. |
AuthenticationType |
[required] The authentication type for the user. You must specify USERPOOL. |
[Package paws.end.user.computing version 0.7.0 Index]