Interface SecurityMonitoringApiGetEntityContextRequest

Hierarchy

  • SecurityMonitoringApiGetEntityContextRequest

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.

limit?: number

The maximum number of entities to return.

pageToken?: string

An opaque token used to fetch the next page of results, as returned in meta.page.next_token of a previous response.

query?: string

A free-text query (for example, an email address or principal ID) used to filter the entities returned.

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