Interface SecurityMonitoringApiListSampleLogGenerationSubscriptionsRequest

Hierarchy

  • SecurityMonitoringApiListSampleLogGenerationSubscriptionsRequest

Properties

endTimestamp?: Date

The end of the time range, as an RFC3339 timestamp. Ignored unless start_timestamp is set. Defaults to the current time when start_timestamp is provided.

startTimestamp?: Date

The start of the time range, as an RFC3339 timestamp. When provided, the response includes every subscription that was active at any point in [start_timestamp, end_timestamp], and the status filter is ignored.

Filter the subscriptions by status. Use active to return only currently active subscriptions, or all to return every subscription including expired ones. Ignored when start_timestamp is provided. Defaults to active.

Generated using TypeDoc