Called on
auth.permissions Source
src/ksef2/clients/permissions.py:150 Generated from async source src/ksef2/clients/async_permissions.py auth.permissions.grant_indirect(*, subject_type: CertificateSubjectIdentifierType, subject_value: str, permissions: list[IndirectPermissionType], description: str, first_name: str, last_name: str, target_type: IndirectTargetIdentifierType | None = None, target_value: str | None = None) -> GrantPermissionsResponseReturns
GrantPermissionsResponse Parameters
subject_type CertificateSubjectIdentifierType subject_value str permissions list[IndirectPermissionType] description str first_name str last_name str target_type IndirectTargetIdentifierType | None target_value str | None Called on
auth.permissions Source
src/ksef2/clients/async_permissions.py:147 Authored source await auth.permissions.grant_indirect(*, subject_type: CertificateSubjectIdentifierType, subject_value: str, permissions: list[IndirectPermissionType], description: str, first_name: str, last_name: str, target_type: IndirectTargetIdentifierType | None = None, target_value: str | None = None) -> GrantPermissionsResponseReturns
GrantPermissionsResponse Parameters
subject_type CertificateSubjectIdentifierType subject_value str permissions list[IndirectPermissionType] description str first_name str last_name str target_type IndirectTargetIdentifierType | None target_value str | None