nemo_microservices.types.shared_params.ownership#
Module Contents#
Classes#
API#
- class nemo_microservices.types.shared_params.ownership.Ownership#
Bases:
typing_extensions.TypedDict- access_policies: Dict[str, str]#
None
A general object for capturing access policies which can be used by an external service to determine ACLs
- created_by: str#
None
The ID of the user that created this entity.
- updated_by: str#
None
The ID of the user that last updated this entity.