GLOBUS GROUP SET-POLICIES
OPTIONS
- -v, --verbose
-
Control level of output, make it more verbose.
- --quiet
-
Suppress non-essential output. This is higher precedence than
--verbose
. - -h, --help
-
Show this message and exit.
-
-F, --format
[unix|json|text]
-
Output format for stdout. Defaults to text.
-
--jmespath, --jq
TEXT
-
A JMESPath expression to apply to json output. Forces the format to be json processed by this expression.
-
--map-http-status
TEXT
-
Map HTTP statuses to any of these exit codes: 0,1,50-99. e.g. "404=50,403=51"
-
--signup-fields
{department,address,city,address1,current_project_name,zip,phone,field_of_science,address2,state,institution,country}
-
Comma separated list of fields to be required from users applying for group membership. Pass an empty string to require no fields.
- --join-requests / --no-join-requests
-
Flag if request to join the group are allowed or not.
-
--members-visibility
[members|managers]
-
Determine who can see members of the group. If members, members can see all other members. If managers, only managers can see members.
-
--visibility
[authenticated|private]
-
Determine who can see the group. If authenticated, all authenticated users can see the group. If private, only members and managers can see the group.
-
--authentication-timeout
INTEGER
-
Time in seconds before a user must re-authenticate to access a high assurance group
- --high-assurance / --no-high-assurance
-
Whether the group should enforce high assurance access policies or not.
EXIT STATUS
0 on success.
1 if a network or server error occurred, unless --map-http-status has been used to change exit behavior on http error codes.
2 if the command was used improperly.
3 if the command was used on the wrong type of object, e.g. a collection command used on an endpoint.
4 if the command has authentication or authorization requirements which were not met, as in ConsentRequired errors or missing logins.