Class GetAccessLogRequest
java.lang.Object
ai.vectros.resources.auth.requests.GetAccessLogRequest
-
Method Details
-
getSubjectType
- Returns:
- Kind of subject to account for:
user,client, ororg.
-
getSubjectId
- Returns:
- Identifier of the data subject whose read history to return — the primary accounting-of-disclosures axis. Must be supplied together with
subjectType(and acontextId).
-
getContextId
- Returns:
- Restrict results to a single app context (the data-partition axis). Required for a subject or record query.
-
getClientId
- Returns:
- Further restrict a subject query to reads about a single nested client/patient.
-
getFrom
- Returns:
- Start of the time window (ISO-8601 UTC, inclusive).
-
getTo
- Returns:
- End of the time window (ISO-8601 UTC, exclusive; defaults to now).
-
getAction
- Returns:
- Restrict to a single action:
read,list,lookup,search, orrag.
-
getCallerKeyId
- Returns:
- Forensic axis — restrict to reads performed by a single credential (the API key / scoped token key id that made the call).
-
getResourceType
- Returns:
- Restrict to a single accessed resource type: a record schema type name, or one of
document,search, orrag.
-
getResourceId
- Returns:
- Forensic axis — restrict to reads of a single accessed record/document id.
-
getRevealedSensitive
- Returns:
- If true, return only reads that actually revealed a sensitive value in plaintext.
-
getStartFrom
- Returns:
- Opaque cursor from a previous page's
nextCursor; pass it back to fetch the next page.
-
getLimit
- Returns:
- Maximum number of rows to return per page (1–500; defaults to 200).
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-