logSource property

String? logSource
getter/setter pair

The logs to use as input for the Replay. Possible string values are:

  • "LOG_SOURCE_UNSPECIFIED" : An unspecified log source. If the log source is unspecified, the Replay defaults to using RECENT_ACCESSES.
  • "RECENT_ACCESSES" : All access logs from the last 90 days. These logs may not include logs from the most recent 7 days.

Implementation

core.String? logSource;