Bedrock Agent > Structures > DocumentAccessControlEntry DocumentAccessControlEntry¶ Structure Class¶ DocumentAccessControlEntry dataclass ¶ An access control entry specifying a principal and their access level. Attributes¶ access instance-attribute ¶ access: AccessControlAccess Whether to allow or deny access. name instance-attribute ¶ name: str The user identifier. type instance-attribute ¶ type: AccessControlPrincipalType The type of principal.