统一身份认证服务 IAM-查询账号密码强度策略:响应示例
时间:2025-05-29 11:01:13
响应示例
状态码为 200 时:
请求成功。
{ "config": { "security_compliance": { "password_regex": "^(?![A-Z]*$)(?![a-z]*$)(?![\\d]*$)(?![^\\W]*$)\\S{6,32}$", "password_regex_description": "The password must contain at least two of the following character types: uppercase letters, lowercase letters, digits, and special characters, and be a length between 6 and 32." } } }
support.huaweicloud.com/api-iam/iam_02_0007.html