Uses of Class
ai.vectros.types.ReadAccessLogResponse.Builder
Packages that use ReadAccessLogResponse.Builder
-
Uses of ReadAccessLogResponse.Builder in ai.vectros.types
Methods in ai.vectros.types that return ReadAccessLogResponse.BuilderModifier and TypeMethodDescriptionReadAccessLogResponse.Builder.action(ReadAccessLogResponseAction action) ReadAccessLogResponse.Builder.action(Optional<ReadAccessLogResponseAction> action) What the caller did:read(single fetch),list,lookup,search, orrag.ReadAccessLogResponse.Builder.additionalProperties(Map<String, Object> additionalProperties) ReadAccessLogResponse.Builder.additionalProperty(String key, Object value) ReadAccessLogResponse.Builder.auditDisposition(String auditDisposition) ReadAccessLogResponse.Builder.auditDisposition(Optional<String> auditDisposition) The retention disposition this row was recorded under:retain,retain-redacted, ordelete.ReadAccessLogResponse.builder()ReadAccessLogResponse.Builder.callerKeyId(String callerKeyId) ReadAccessLogResponse.Builder.callerKeyId(Optional<String> callerKeyId) The credential (API key / scoped token key id) that performed the read — the actor.Identifier of the nested client/patient the read was scoped to, when applicable.The app context the read occurred in (the data-partition axis).When the read occurred / the row was recorded (ISO-8601 UTC).ReadAccessLogResponse.Builder.from(ReadAccessLogResponse other) Unique identifier for this read-access row.ReadAccessLogResponse.Builder.recipientRef(String recipientRef) ReadAccessLogResponse.Builder.recipientRef(Optional<String> recipientRef) Reserved for future use — not yet populated, so this is currently always null.ReadAccessLogResponse.Builder.resourceId(String resourceId) ReadAccessLogResponse.Builder.resourceId(Optional<String> resourceId) The accessed record/document id (opaque).ReadAccessLogResponse.Builder.resourceType(String resourceType) ReadAccessLogResponse.Builder.resourceType(Optional<String> resourceType) The accessed resource's type: a record schema type name, or one ofdocument,search, orrag.ReadAccessLogResponse.Builder.retainUntil(String retainUntil) ReadAccessLogResponse.Builder.retainUntil(Optional<String> retainUntil) The earliest this row may be disposed of, recorded at write time (ISO-8601 UTC).ReadAccessLogResponse.Builder.revealedSensitive(Boolean revealedSensitive) ReadAccessLogResponse.Builder.revealedSensitive(Optional<Boolean> revealedSensitive) True only if at least one sensitive field was actually returned unmasked in this read — not merely that the caller's token carried scope to read sensitive fields.Identifier of the data subject whose PHI was read.ReadAccessLogResponse.Builder.subjectType(ReadAccessLogResponseSubjectType subjectType) ReadAccessLogResponse.Builder.subjectType(Optional<ReadAccessLogResponseSubjectType> subjectType) The kind of subject whose PHI was read:user,client, ororg.