Password Rule operations summary
The following table provides an overview of the operations provided for Password Rule objects.
Operation name | HTTP method and URI path |
---|---|
List Password Rules | GET /api/console/password-rules |
Get Password Rule Properties | GET
/api/console/password-rules/{password-rule-id} |
Update Password Rule Properties | POST
/api/console/password-rules/{password-rule-id} |
Create Password Rule | POST /api/console/password-rules |
Delete Password Rule | DELETE
/api/console/password-rules/{password-rule-id} |
URI variable | Description |
---|---|
{password-rule-id} | Element ID of the Password Rule object |