File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ class GroupsTerminateSessionCommand extends BoxCommand {
1414 }
1515}
1616
17- GroupsTerminateSessionCommand . aliases = [ 'groups:terminate-session' ] ;
18-
1917GroupsTerminateSessionCommand . description =
2018 "Validates the roles and permissions of the group, and creates asynchronous jobs to terminate the group's sessions." ;
2119GroupsTerminateSessionCommand . examples = [
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ class UsersTerminateSessionCommand extends BoxCommand {
1818 }
1919}
2020
21- UsersTerminateSessionCommand . aliases = [ 'users:terminate-session' ] ;
22-
2321UsersTerminateSessionCommand . description =
2422 "Validates the roles and permissions of the user, and creates asynchronous jobs to terminate the user's sessions." ;
2523UsersTerminateSessionCommand . examples = [
You can’t perform that action at this time.
0 commit comments