List of Password Rules for Password Safe or Secrets Safe
GET {{biBaseURL}}/PasswordRules?enabledproducts=
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
enabledproducts | null | {string} The product name to select polices enabled for 1: PasswordSafe or 2: SecretsSafe |
RESPONSES
status: OK
"[\r\n { \r\n \"PasswordRuleID\" : \"int\", \r\n \"Name\" : \"string\", \r\n \"Description\" : \"string\", \r\n \"MinimumLength\" : \"int\", \r\n \"MaximumLength\" : \"int\",\r\n \"FirstCharacterRequirement\" : \"char\", \r\n \"LowercaseRequirement\" : \"char\", \r\n \"UppercaseRequirement\" : \"char\", \r\n \"NumericRequirement\" : \"char\", \r\n \"SymbolRequirement\" : \"char\", \r\n \"ValidLowercaseCharacters\" : char[], \r\n \"ValidUppercaseCharacters\" : char[], \r\n \"ValidSymbols\" : char[],\r\n \"EnabledProducts\" : \"int\"\r\n }\r\n]"