ComplianceAccessEvent
Type: Object
Audit record capturing when a tracked item was accessed or viewed. This embedded resource records access type, whether access was granted, and any authorization details needed for SOC 2 and regulatory auditing.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| accessGranted | Boolean! | Whether the access attempt was permitted (true) or denied (false) | ||
| accessType | ComplianceAccessType! | Categorized access action performed on the item (e.g., view, read, download) | ||
| authorizationMethod | ComplianceAuthorizationMethod | Method used to authorize access (role, token, SSO, MFA, etc.) | ||
| denialReason | String | Why access was denied, if applicable |