Skip to content

Permissions client: Get attachment permission status

Return whether attachments are currently allowed for the subject.

Called on auth.permissions
Source src/ksef2/clients/permissions.py:268 Generated from async source src/ksef2/clients/async_permissions.py
auth.permissions.get_attachment_permission_status
auth.permissions.get_attachment_permission_status() -> AttachmentPermissionStatus

Returns

AttachmentPermissionStatus

Parameters

No parameters.

Called on auth.permissions
Source src/ksef2/clients/async_permissions.py:265 Authored source
await auth.permissions.get_attachment_permission_status
await auth.permissions.get_attachment_permission_status() -> AttachmentPermissionStatus

Returns

AttachmentPermissionStatus

Parameters

No parameters.