public static class SecurityMonitoringApi.GetSingleEntityContextOptionalParameters extends Object
| Constructor and Description |
|---|
GetSingleEntityContextOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
SecurityMonitoringApi.GetSingleEntityContextOptionalParameters |
asOf(String asOf)
Set asOf.
|
SecurityMonitoringApi.GetSingleEntityContextOptionalParameters |
from(String from)
Set from.
|
SecurityMonitoringApi.GetSingleEntityContextOptionalParameters |
to(String to)
Set to.
|
public GetSingleEntityContextOptionalParameters()
public SecurityMonitoringApi.GetSingleEntityContextOptionalParameters from(String from)
from - 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. (optional, default to "now-7d")public SecurityMonitoringApi.GetSingleEntityContextOptionalParameters to(String to)
to - 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. (optional, default to "now")public SecurityMonitoringApi.GetSingleEntityContextOptionalParameters asOf(String asOf)
asOf - 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. (optional)Copyright © 2026. All rights reserved.