Class GetAccessLogRequest.Builder
- Enclosing class:
GetAccessLogRequest
-
Method Summary
Modifier and TypeMethodDescriptionRestrict to a single action:read,list,lookup,search, orrag.additionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()callerKeyId(String callerKeyId) callerKeyId(Optional<String> callerKeyId) Forensic axis — restrict to reads performed by a single credential (the API key / scoped token key id that made the call).Restrict results to a single app context (the data-partition axis).from(GetAccessLogRequest other) Start of the time window (ISO-8601 UTC, inclusive).Maximum number of rows to return per page (1–500; defaults to 200).resourceId(String resourceId) resourceId(Optional<String> resourceId) Forensic axis — restrict to reads of a single accessed record/document id.resourceType(String resourceType) resourceType(Optional<String> resourceType) Restrict to a single accessed resource type: a record schema type name, or one ofdocument,search, orrag.revealedSensitive(Boolean revealedSensitive) revealedSensitive(Optional<Boolean> revealedSensitive) If true, return only reads that actually revealed a sensitive value in plaintext.Opaque cursor from a previous page'snextCursor; pass it back to fetch the next page.Identifier of the data subject whose read history to return — the primary accounting-of-disclosures axis.subjectType(String subjectType) subjectType(Optional<String> subjectType) Kind of subject to account for:user, or any ownership namespace — the built-inorgandclient, or one you registered such asteam.End of the time window (ISO-8601 UTC, exclusive; defaults to now).
-
Method Details
-
from
-
subjectType
Kind of subject to account for:
user, or any ownership namespace — the built-inorgandclient, or one you registered such asteam. A subject kind is your data, not a fixed list. -
subjectType
-
subjectId
Identifier of the data subject whose read history to return — the primary accounting-of-disclosures axis. Must be supplied together with
subjectType(and acontextId). -
subjectId
-
contextId
Restrict results to a single app context (the data-partition axis). Required for a subject or record query.
-
contextId
-
from
Start of the time window (ISO-8601 UTC, inclusive).
-
from
-
to
End of the time window (ISO-8601 UTC, exclusive; defaults to now).
-
to
-
action
Restrict to a single action:
read,list,lookup,search, orrag. -
action
-
callerKeyId
Forensic axis — restrict to reads performed by a single credential (the API key / scoped token key id that made the call).
-
callerKeyId
-
resourceType
Restrict to a single accessed resource type: a record schema type name, or one of
document,search, orrag. -
resourceType
-
resourceId
Forensic axis — restrict to reads of a single accessed record/document id.
-
resourceId
-
revealedSensitive
If true, return only reads that actually revealed a sensitive value in plaintext.
-
revealedSensitive
-
startFrom
Opaque cursor from a previous page's
nextCursor; pass it back to fetch the next page. -
startFrom
-
limit
Maximum number of rows to return per page (1–500; defaults to 200).
-
limit
-
build
-
additionalProperty
-
additionalProperties
-