Kotlin: IamUtil.awaitDeleteUser()
DESCRIPTION
Delete the specified user from device.
This function is meant to be used in a Kotlin coroutine to suspend execution until the operation has completed.
DECLARATION
suspend fun IamUtil.awaitDeleteUser(
connection: Connection,
username: String,
)
PARAMETERS
connection:
- An established connection to the device
username:
- Username of the user to delete
THROWS EXCEPTIONS
USER_DOES_NOT_EXIST:
- if the specified user does not exist on the device
BLOCKED_BY_DEVICE_CONFIGURATION:
- if the device configuration does not allow deleting this user (the
IAM:DeleteUser
action for theIAM:Username
attribute is not allowed for the requesting role) IAM_NOT_SUPPORTED:
- if Nabto Edge IAM is not supported by the device