UserInputByUsername

class UserInputByUsername[source]

Reference to a user by username and tenant.

username: str

The username of the user.

tenant_id: str

The id of the tenant of the user.

by: Literal['username'] = 'username'

Discriminator selecting the by-username variant. Optional on the wire; defaults server-side to ‘username’.