UserInputByUsername¶ class UserInputByUsername[source]¶ Reference to a user by username and tenant. by: Literal['username']¶ Discriminator selecting the by-username variant. Optional on the wire; defaults server-side to ‘username’. username: str¶ The username of the user. tenant_id: str¶ The id of the tenant of the user.