File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4647,17 +4647,17 @@ Options:
4647
4647
## sso.group.ls
4648
4648
4649
4649
```
4650
- Usage: govc sso.group.ls [OPTIONS]
4650
+ Usage: govc sso.group.ls [OPTIONS] [NAME]
4651
4651
4652
4652
List SSO groups.
4653
4653
4654
4654
Examples:
4655
4655
govc sso.group.ls
4656
4656
govc sso.group.ls group-name # list groups in group-name
4657
- govc sso.group.ls -search Admin # search for groups`
4657
+ govc sso.group.ls -search Admin # search for groups
4658
4658
4659
4659
Options:
4660
- -search string # search for groups
4660
+ -search= Search
4661
4661
```
4662
4662
4663
4663
## sso.group.rm
@@ -4779,12 +4779,12 @@ List SSO users.
4779
4779
4780
4780
Examples:
4781
4781
govc sso.user.ls -s
4782
- govc sso.user.ls -group group-name # list users in group-name
4782
+ govc sso.user.ls -group group-name
4783
4783
4784
4784
Options:
4785
+ -group=false List users in group
4785
4786
-s=false List solution users
4786
- -group List users in group-name
4787
- -search Search string to list users in group
4787
+ -search= Search users in group
4788
4788
```
4789
4789
4790
4790
## sso.user.rm
You can’t perform that action at this time.
0 commit comments