Retrieves the password complexity policy for a specified EIAM instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eiam:GetPasswordComplexityConfiguration |
get |
*Instance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| PasswordComplexityConfiguration |
object |
The password complexity policy configuration. |
|
| PasswordMinLength |
integer |
The minimum password length. |
3 |
| PasswordComplexityRules |
array<object> |
The list of password complexity rules. |
|
|
object |
The rule check object. |
||
| PasswordCheckType |
string |
The password check type. Valid values:
|
inclusion_upper_case |
| DisabledWeakPasswordLogin |
boolean |
Indicates whether logon with a weak password is disabled. |
false |
| DisabledWeakPasswordLoginStartedAt |
integer |
The time when the weak password logon restriction takes effect. |
1773383634936 |
Examples
Success response
JSON format
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"PasswordComplexityConfiguration": {
"PasswordMinLength": 3,
"PasswordComplexityRules": [
{
"PasswordCheckType": "inclusion_upper_case"
}
],
"DisabledWeakPasswordLogin": false,
"DisabledWeakPasswordLoginStartedAt": 1773383634936
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.