Delete Secret Validation Rule
Path parameters
The ID of the project the secret validation rule belongs to.
The ID of the secret validation rule to delete.
Response
Default Response
Example response
{
"rule": {
"constraints": [
{
"type": "min-length",
"appliesTo": "value",
"value": "8"
}
]
}
}Changes
Changed in 2 of the 20 revisions of this API.54
- ●
added the new
ldap-passwordenum value to therule/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 therule/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 therule/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 therule/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 therule/allOf[subschema #2]/anyOf[subschema #3]/providers/items/response property for the response status200response-property-enum-value-added
- ●
- ○
api operation id
deleteSecretValidationRulewas addedapi-operation-id-added
- ○
api tag
Secret Validation Rulesaddedapi-tag-added
- ○
added
subschema #1subschema #2subschema #3to therule/allOf[subschema #2]/response propertyanyOflist for the response status200response-property-any-of-added
- ○
removed
subschema #1subschema #2subschema #3from therule/allOf[subschema #2]/response propertyanyOflist for the response status200response-property-any-of-removed
- ○