Update Secret Validation Rule
Path parameters
The ID of the project the secret validation rule belongs to.
The ID of the secret validation rule to update.
Request body
Example request
{
"rule": {
"constraints": [
{
"type": "min-length",
"appliesTo": "value",
"value": "8"
}
]
}
}Response
Default Response
Example response
{
"rule": {
"constraints": [
{
"type": "min-length",
"appliesTo": "value",
"value": "8"
}
]
}
}Changes
Changed in 2 of the 19 revisions of this API.710
- ●
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
- ○
added the new
ldap-passwordenum value to the request propertyrule/anyOf[subschema #3]/providers/items/request-property-enum-value-added
- ○
added the new
mssql-credentialsenum value to the request propertyrule/anyOf[subschema #3]/providers/items/request-property-enum-value-added
- ○
added the new
mysql-credentialsenum value to the request propertyrule/anyOf[subschema #3]/providers/items/request-property-enum-value-added
- ○
added the new
oracledb-credentialsenum value to the request propertyrule/anyOf[subschema #3]/providers/items/request-property-enum-value-added
- ○
added the new
unix-linux-local-accountenum value to the request propertyrule/anyOf[subschema #3]/providers/items/request-property-enum-value-added
- ●
- ●
removed the request property
inputsrequest-property-removed
- ●
removed the request property
typerequest-property-removed
- ○
api operation id
updateSecretValidationRulewas addedapi-operation-id-added
- ○
api tag
Secret Validation Rulesaddedapi-tag-added
- ○
added the new optional request property
rulenew-optional-request-property
- ○
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
- ●