Skip to content

Commit

Permalink
feat: [#1122] - visibility enum update by the convention
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelJurka committed Jul 26, 2024
1 parent ff3336a commit de95d11
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -4857,8 +4857,17 @@
"visibility": {
"caption": "Visibility",
"description": "Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership.",
"type": "string_t"
},
"visibility_id": {
"caption": "Visibility ID",
"description": "The identifier of the normalized visibility id.",
"type": "integer_t",
"siblings": "visibility",
"enum": {
"0": {
"caption": "Unknown"
},
"1": {
"caption": "Private",
"description": "The group is private."
Expand All @@ -4870,6 +4879,9 @@
"3": {
"caption": "HiddenMembership",
"description": "The group is hidden."
},
"99": {
"caption": "Other"
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions objects/ldap_person.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@
},
"visibility": {
"requirement": "optional"
},
"visibility_id": {
"requirement": "optional"
}
}
}

0 comments on commit de95d11

Please sign in to comment.