sso-directory:UpdatePassword is a Write access-level action in the sso-directory service. Grants permission to update a password by sending password reset link via email or generating one time password for a user in the directory that AWS IAM Identity Center provides by default
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
To use sso-directory:UpdatePassword you may also need to grant:
A minimal policy that allows sso-directory:UpdatePassword. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowSsodirectoryUpdatePassword",
"Effect": "Allow",
"Action": "sso-directory:UpdatePassword",
"Resource": "*"
}
]
}