USS Get Permissions

Function:

This tool gets the permissions of a USS resource.

Parameters:

Parameter # I/O Type Description
1 [M] I String USS path of the resource which permissions should be returned.
2 [M] O String Permission for “Owner Read” (must point to a property of type Boolean).
3 [M] O String Permission for “Owner Write” (must point to a property of type Boolean).
4 [M] O String Permission for “Owner Execute” (must point to a property of type Boolean).
5 [M] O String Permission for “Group Read” (must point to a property of type Boolean).
6 [M] O String Permission for “Group Write” (must point to a property of type Boolean).
7 [M] O String Permission for “Group Execute” (must point to a property of type Boolean).
8 [M] O String Permission for “Other Read” (must point to a property of type Boolean).
9 [M] O String Permission for “Other Write” (must point to a property of type Boolean).
10 [M] O String Permission for “Other Execute” (must point to a property of type Boolean).