You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/artifact-configuration/syntax.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,10 +236,16 @@ Parameter values can be set when submitting a signing request via the user inter
236
236
237
237
Parameters are defined in an optional `parameters` block at the beginning of the artifact configuration and can be referenced using the `${parameterName}` syntax in any XML attribute.
238
238
239
+
| Attribute | Value
240
+
|-----------------|---------
241
+
| `name` | Parameter name (required, case-sensitive). Valid characters: ASCII letters, digits, and the characters `.`, `-`, and `_`.
242
+
| `default-value` | Optional default value if parameter is not provided with signing request. No leading or trailing whitespace.
243
+
| `required` | If `true`, the parameter must be provided and must not be empty (`""`). Default is `false`.
| **Slug** | Project name/identfier used for URLs, APIs etc.
28
-
| **Status**| _Valid_, _inactive_, or _invalid_
29
-
| **Readers**| Users or groups who can read all information of this project, including signing request artifacts of all signing policies | {{ site.data.editions | where: "user_management.admin_delegation", "true" | map: "name" | join: ", " }}
30
-
| **Configurators**| Users or groups who can modify artifact configurations and Webhooks | {{ site.data.editions | where: "user_management.admin_delegation", "true" | map: "name" | join: ", " }}
31
-
| **Repository URL**| URL of the source code repository, for information and/or [origin verification](#signing-policy-origin-verification)
32
-
| **Description**| Free text description of the project
| **Slug**| Name/identfier used for APIs access. Valid characters: ASCII letters, digits, and the characters `.`, `-`, and `_`. Case-insensitive.
28
+
| **Status** | _Valid_, _inactive_, or _invalid_
29
+
| **Readers** | Users or groups who can read all information of this project, including signing request artifacts of all signing policies | {{ site.data.editions | where: "user_management.admin_delegation", "true" | map: "name" | join: ", " }}
30
+
| **Configurators** | Users or groups who can modify artifact configurations and Webhooks | {{ site.data.editions | where: "user_management.admin_delegation", "true" | map: "name" | join: ", " }}
31
+
| **Repository URL** | URL of the source code repository, for information and/or [origin verification](#signing-policy-origin-verification)
32
+
| **Description** | Free text description of the project
0 commit comments