Skip to content

Permissions client: Grant eu entity

Grant permissions to an EU entity identified by fingerprint data.

Called on auth.permissions
Source src/ksef2/clients/permissions.py:204 Generated from async source src/ksef2/clients/async_permissions.py
auth.permissions.grant_eu_entity
auth.permissions.grant_eu_entity(*, subject_value: str, permissions: list[EuEntityPermissionType], description: str) -> GrantPermissionsResponse

Returns

GrantPermissionsResponse

Parameters

subject_value str
required / keyword-only
permissions list[EuEntityPermissionType]
required / keyword-only
description str
required / keyword-only
Called on auth.permissions
Source src/ksef2/clients/async_permissions.py:201 Authored source
await auth.permissions.grant_eu_entity
await auth.permissions.grant_eu_entity(*, subject_value: str, permissions: list[EuEntityPermissionType], description: str) -> GrantPermissionsResponse

Returns

GrantPermissionsResponse

Parameters

subject_value str
required / keyword-only
permissions list[EuEntityPermissionType]
required / keyword-only
description str
required / keyword-only