hmc_modify_password_policy
Modify an existing HMC password policy by updating only the specified fields, then return the updated policy resource.
Instructions
Modify an existing HMC password policy.
Only the fields you supply are changed. Use hmc_list_password_policies to confirm the current state before calling. To activate or deactivate a policy, use the HMC console — the REST API activates a policy by name via the PolicyType=status query path rather than a direct field change. Returns the updated policy resource dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pwage | No | ||
| hist_size | No | ||
| min_pwage | No | ||
| min_digits | No | ||
| min_length | No | ||
| warn_pwage | No | ||
| min_special | No | ||
| policy_name | Yes | ||
| min_lowercase | No | ||
| min_uppercase | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |