List Secret Validation Rules
Path parameters
The ID of the project to list secret validation rules for.
Response
Default Response
Example response
{
"rules": [
{
"constraints": [
{
"type": "min-length",
"appliesTo": "value",
"value": "8"
}
]
}
]
}Changes
Changed in 2 of the 19 revisions of this API.54
- ●
added the new
ldap-passwordenum value to therules/items/allOf[subschema #2]/anyOf[subschema #3]/providers/items/response property for the response status200response-property-enum-value-added
- ●
added the new
mssql-credentialsenum value to therules/items/allOf[subschema #2]/anyOf[subschema #3]/providers/items/response property for the response status200response-property-enum-value-added
- ●
added the new
mysql-credentialsenum value to therules/items/allOf[subschema #2]/anyOf[subschema #3]/providers/items/response property for the response status200response-property-enum-value-added
- ●
added the new
oracledb-credentialsenum value to therules/items/allOf[subschema #2]/anyOf[subschema #3]/providers/items/response property for the response status200response-property-enum-value-added
- ●
added the new
unix-linux-local-accountenum value to therules/items/allOf[subschema #2]/anyOf[subschema #3]/providers/items/response property for the response status200response-property-enum-value-added
- ●
- ○
api operation id
listSecretValidationRuleswas addedapi-operation-id-added
- ○
api tag
Secret Validation Rulesaddedapi-tag-added
- ○
added
subschema #1subschema #2subschema #3to therules/items/allOf[subschema #2]/response propertyanyOflist for the response status200response-property-any-of-added
- ○
removed
subschema #1subschema #2subschema #3from therules/items/allOf[subschema #2]/response propertyanyOflist for the response status200response-property-any-of-removed
- ○