Uses of Class
ai.vectros.resources.auth.requests.GetAccessLogRequest.Builder
Packages that use GetAccessLogRequest.Builder
-
Uses of GetAccessLogRequest.Builder in ai.vectros.resources.auth.requests
Methods in ai.vectros.resources.auth.requests that return GetAccessLogRequest.BuilderModifier and TypeMethodDescriptionRestrict to a single action:read,list,lookup,search, orrag.GetAccessLogRequest.Builder.additionalProperties(Map<String, Object> additionalProperties) GetAccessLogRequest.Builder.additionalProperty(String key, Object value) static GetAccessLogRequest.BuilderGetAccessLogRequest.builder()GetAccessLogRequest.Builder.callerKeyId(String callerKeyId) GetAccessLogRequest.Builder.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).GetAccessLogRequest.Builder.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).GetAccessLogRequest.Builder.resourceId(String resourceId) GetAccessLogRequest.Builder.resourceId(Optional<String> resourceId) Forensic axis — restrict to reads of a single accessed record/document id.GetAccessLogRequest.Builder.resourceType(String resourceType) GetAccessLogRequest.Builder.resourceType(Optional<String> resourceType) Restrict to a single accessed resource type: a record schema type name, or one ofdocument,search, orrag.GetAccessLogRequest.Builder.revealedSensitive(Boolean revealedSensitive) GetAccessLogRequest.Builder.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.GetAccessLogRequest.Builder.subjectType(String subjectType) GetAccessLogRequest.Builder.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).