Kotlin: IamUtil.awaitUpdateUserPassword()

DESCRIPTION

Update an IAM user’s password on device.

This function is meant to be used in a Kotlin coroutine to suspend execution until the operation has completed.

DECLARATION

suspend fun IamUtil.awaitUpdateUserPassword(
    connection: Connection,
    username: String,
    password: String,
) 

PARAMETERS

connection:
An established connection to the device
username:
Username for the user that should have password updated
password:
New password for the user

THROWS EXCEPTIONS

BLOCKED_BY_DEVICE_CONFIGURATION:
if the device configuration does not allow the current user to update the specified user's password (the IAM:SetUserPassword action is not allowed for the requesting role for the IAM:Username user)
IAM_NOT_SUPPORTED:
if Nabto Edge IAM is not supported by the device