BaseImpersonateData

class BaseImpersonateData[source]

Fields shared by the impersonation payloads, regardless of how the target user is referenced.

own_password: str

Your own password.

mode: Literal['impersonate'] = 'impersonate'

Discriminator selecting the impersonation flow.

confirm_session_termination: bool = False

Set to true to log in even when an active isolated session exists, which will terminate that session.