Secret Validation Rules

List Secret Validation Rules

get/api/v1/projects/{projectId}/secret-validation-rules

Path parameters

projectIdstring required

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-password enum value to the rules/items/allOf[subschema #2]/anyOf[subschema #3]/providers/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new mssql-credentials enum value to the rules/items/allOf[subschema #2]/anyOf[subschema #3]/providers/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new mysql-credentials enum value to the rules/items/allOf[subschema #2]/anyOf[subschema #3]/providers/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new oracledb-credentials enum value to the rules/items/allOf[subschema #2]/anyOf[subschema #3]/providers/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new unix-linux-local-account enum value to the rules/items/allOf[subschema #2]/anyOf[subschema #3]/providers/items/ response property for the response status 200

      response-property-enum-value-added

    • api operation id listSecretValidationRules was added

      api-operation-id-added

    • api tag Secret Validation Rules added

      api-tag-added

    • added subschema #1 subschema #2 subschema #3 to the rules/items/allOf[subschema #2]/ response property anyOf list for the response status 200

      response-property-any-of-added

    • removed subschema #1 subschema #2 subschema #3 from the rules/items/allOf[subschema #2]/ response property anyOf list for the response status 200

      response-property-any-of-removed