Legal Hold Commands¶
legal-hold¶
View and manage legal holds.
Usage:
legal-hold [OPTIONS] COMMAND [ARGS]...
Options:
--log-stderr Enable logging to stderr.
--log-file TEXT Specify file path to write log output to.
--log-level TEXT Set level for Incydr client logging.
--help Show this message and exit.
legal-hold add-custodian¶
Add a custodian to a matter.
Usage:
legal-hold add-custodian [OPTIONS]
Options:
--user-id TEXT The user ID to add. [required]
--matter-id TEXT The matter ID to which the user will be added
[required]
-f, --format SINGLEFORMAT Format to print result. One of 'rich', 'json-
pretty', or 'json-lines'. If environment has
INCYDR_USE_RICH=false set, defaults to 'json-
lines', else defaults to 'rich'.
--log-stderr Enable logging to stderr.
--log-file TEXT Specify file path to write log output to.
--log-level TEXT Set level for Incydr client logging.
--help Show this message and exit.
legal-hold create-matter¶
Create a matter.
Usage:
legal-hold create-matter [OPTIONS]
Options:
--policy-id TEXT The policy ID to be used by the created matter.
Required. [required]
--name TEXT The name of the matter to be created. Required.
[required]
--description TEXT The description of the matter to be created.
--notes TEXT The notes for the matter to be created.
-f, --format SINGLEFORMAT Format to print result. One of 'rich', 'json-
pretty', or 'json-lines'. If environment has
INCYDR_USE_RICH=false set, defaults to 'json-
lines', else defaults to 'rich'.
--log-stderr Enable logging to stderr.
--log-file TEXT Specify file path to write log output to.
--log-level TEXT Set level for Incydr client logging.
--help Show this message and exit.
legal-hold deactivate-matter¶
Deactivate a matter.
Usage:
legal-hold deactivate-matter [OPTIONS] MATTER_ID
Options:
--log-stderr Enable logging to stderr.
--log-file TEXT Specify file path to write log output to.
--log-level TEXT Set level for Incydr client logging.
--help Show this message and exit.
legal-hold list-custodians¶
List the custodians for a specific matter.
Usage:
legal-hold list-custodians [OPTIONS] MATTER_ID
Options:
-f, --format TABLEFORMAT Format to print result. One of 'table', 'json-
pretty', 'json-lines', or 'csv. If environment has
INCYDR_USE_RICH=false set, defaults to 'json-
lines', else defaults to 'table'.
--columns TEXT Comma-delimited string of column names. Nested
values should be specified in dot-notation. Limits
output to contain only the specified columns in
CSV or Table format. Ignored for JSON output
formats.
--log-stderr Enable logging to stderr.
--log-file TEXT Specify file path to write log output to.
--log-level TEXT Set level for Incydr client logging.
--help Show this message and exit.
legal-hold list-matters¶
List all matters.
Usage:
legal-hold list-matters [OPTIONS]
Options:
--creator-user-id TEXT Find legal hold matters that were created by the
user with this unique identifier.
--active / --inactive Filter by active or inactive matters. Defaults to
returning both when when neither option is passed.
--name TEXT Find legal hold matters whose 'name' either equals
or partially contains this value.
-f, --format TABLEFORMAT Format to print result. One of 'table', 'json-
pretty', 'json-lines', or 'csv. If environment has
INCYDR_USE_RICH=false set, defaults to 'json-
lines', else defaults to 'table'.
--columns TEXT Comma-delimited string of column names. Nested
values should be specified in dot-notation. Limits
output to contain only the specified columns in
CSV or Table format. Ignored for JSON output
formats.
--log-stderr Enable logging to stderr.
--log-file TEXT Specify file path to write log output to.
--log-level TEXT Set level for Incydr client logging.
--help Show this message and exit.
legal-hold list-matters-for-user¶
List the matter memberships for a specific user.
Usage:
legal-hold list-matters-for-user [OPTIONS] USER_ID
Options:
-f, --format TABLEFORMAT Format to print result. One of 'table', 'json-
pretty', 'json-lines', or 'csv. If environment has
INCYDR_USE_RICH=false set, defaults to 'json-
lines', else defaults to 'table'.
--columns TEXT Comma-delimited string of column names. Nested
values should be specified in dot-notation. Limits
output to contain only the specified columns in
CSV or Table format. Ignored for JSON output
formats.
--log-stderr Enable logging to stderr.
--log-file TEXT Specify file path to write log output to.
--log-level TEXT Set level for Incydr client logging.
--help Show this message and exit.
legal-hold list-policies¶
Usage:
legal-hold list-policies [OPTIONS]
Options:
-f, --format TABLEFORMAT Format to print result. One of 'table', 'json-
pretty', 'json-lines', or 'csv. If environment has
INCYDR_USE_RICH=false set, defaults to 'json-
lines', else defaults to 'table'.
--columns TEXT Comma-delimited string of column names. Nested
values should be specified in dot-notation. Limits
output to contain only the specified columns in
CSV or Table format. Ignored for JSON output
formats.
--log-stderr Enable logging to stderr.
--log-file TEXT Specify file path to write log output to.
--log-level TEXT Set level for Incydr client logging.
--help Show this message and exit.
legal-hold reactivate-matter¶
Reactivate a matter.
Usage:
legal-hold reactivate-matter [OPTIONS] MATTER_ID
Options:
--log-stderr Enable logging to stderr.
--log-file TEXT Specify file path to write log output to.
--log-level TEXT Set level for Incydr client logging.
--help Show this message and exit.
legal-hold remove-custodian¶
Remove custodian from a matter.
Usage:
legal-hold remove-custodian [OPTIONS]
Options:
--user-id TEXT The user ID to remove. [required]
--matter-id TEXT The matter ID from which the user will be removed
[required]
--log-stderr Enable logging to stderr.
--log-file TEXT Specify file path to write log output to.
--log-level TEXT Set level for Incydr client logging.
--help Show this message and exit.
legal-hold show-matter¶
Show details for a matter.
Usage:
legal-hold show-matter [OPTIONS] MATTER_ID
Options:
-f, --format SINGLEFORMAT Format to print result. One of 'rich', 'json-
pretty', or 'json-lines'. If environment has
INCYDR_USE_RICH=false set, defaults to 'json-
lines', else defaults to 'rich'.
--log-stderr Enable logging to stderr.
--log-file TEXT Specify file path to write log output to.
--log-level TEXT Set level for Incydr client logging.
--help Show this message and exit.
legal-hold show-policy¶
Usage:
legal-hold show-policy [OPTIONS] POLICY_ID
Options:
-f, --format SINGLEFORMAT Format to print result. One of 'rich', 'json-
pretty', or 'json-lines'. If environment has
INCYDR_USE_RICH=false set, defaults to 'json-
lines', else defaults to 'rich'.
--log-stderr Enable logging to stderr.
--log-file TEXT Specify file path to write log output to.
--log-level TEXT Set level for Incydr client logging.
--help Show this message and exit.