Interface SecurityMonitoringApiGetSingleEntityContextRequest

Hierarchy

  • SecurityMonitoringApiGetSingleEntityContextRequest

Properties

Properties

asOf?: string

A point in time at which to query the entity revisions, as an RFC3339 timestamp, a Unix timestamp (in seconds), or a relative time (for example, now-1d). When set, from and to are ignored. Cannot be combined with custom from / to values.

from?: string

The start of the time range to query, as an RFC3339 timestamp or a relative time (for example, now-7d). Defaults to now-7d. Ignored when as_of is set.

id: string

The unique identifier of the entity to retrieve.

to?: string

The end of the time range to query, as an RFC3339 timestamp or a relative time (for example, now). Defaults to now. Ignored when as_of is set.

Generated using TypeDoc