Cipher AD password restriction policy

Hello All,

Can someone help me here
I want to apply below password restriction policy to the Cipher AD. Can someone help me here for the CLI commands

length = 14
rule “charset” {
charset = “abcdefghijklmnopqrstuvwxyz”
min-chars = 1
}
rule “charset” {
charset = “ABCDEFGHIJKLMNOPQRSTUVWXYZ”
min-chars = 1
}
rule “charset” {
charset = “0123456789”
min-chars = 1
}
rule “charset” {
charset = “#$_@”
min-chars = 1
}

User Configurable Password Generation for Secret Engines | Vault - HashiCorp Learn demonstrates creating a password policy and applying it to a RabbitMQ secret engine.

Applying it to an AD secret engine just requires specifying the name of the password policy in a slightly different API: Active Directory - Secrets Engines - HTTP API | Vault by HashiCorp