RedactEventsInputType is an input datatype for redacting events. It's used by the redactEvents() mutation field.

Table: RedactEventsInputType

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 19, 2024
enddatetimeyes Long-TermThe end of the interval in which to perform redactions.
querystringyes Long-TermThe query to use for redaction. Any event returned by this query will be removed.
repositoryNamestringyes Long-TermThe name of the repository in which to redact events.
startdatetimeyes Long-TermThe start of the interval from which to perform redactions.
userMessagestring  Long-TermOptional message to log in the audit log for this action.