$ ./bin/ucpermission--help
Please provide a valid sub-command for permission.Valid sub-commands for permission are: get, create, deleteFor detailed help on permission sub-commands, use bin/uc permission <sub-command> --help
Usage: bin/uc permission get [options]
Required Params:
--securable_type The type of the securable
--name The name of the entity.
Optional Params:
--server UC Server to connect to. Default is reference server.
--auth_token PAT token to authorize uc requests.
--output To indicate CLI output format preference. Supported values are json and jsonPretty.
--principal The target principal of the permission change
getPermission extracts the following command-line options from the given JSONObject:
securable_type
name
principal
getPermission requests the GrantsApi for the privilege assignments of the given name (of securable_type type).