foundry_dev_tools.helpers.multipass.user module#
Group helper class.
- class foundry_dev_tools.helpers.multipass.user.User[source]#
Bases:
Principal
Not intended to be initialized directly. Use
User.me()
instead.- __init__(*args, **kwargs)[source]#
Not intended to be initialized directly. Use
User.me()
instead.- Return type:
None
- classmethod me(context)[source]#
Returns the user.
- Parameters:
context (FoundryContext) – the foundry context for the user
- Return type:
Self
- id: api_types.PrincipalId#