Commit 5d4ec2d
authored
**Description**
This PR improves the documentation for:
- `group_type` in `harbor_group`
- `group_id` in `harbor_project_member_group`
**Changes**
- Replaced the previous hardcoded note (`group type 3 is OIDC group`)
with a complete mapping of all valid numeric values.
- Clearly documented the allowed values:
- `1` = `ldap`
- `2` = `internal`
- `3` = `oidc`
**Why**
The previous documentation only mentioned that value `3` corresponds to
OIDC, which was incomplete and potentially confusing.
---------
Signed-off-by: Yann ILAS <yann.ilas@gmail.com>
1 parent 08e699a commit 5d4ec2d
2 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
0 commit comments