nemo_microservices.types.shared.ownership#
Module Contents#
Classes#
API#
- class nemo_microservices.types.shared.ownership.Ownership(/, **data: typing.Any)#
Bases:
nemo_microservices._models.BaseModel- access_policies: Optional[Dict[str, str]]#
None
A general object for capturing access policies which can be used by an external service to determine ACLs
- created_by: Optional[str]#
None
The ID of the user that created this entity.
- updated_by: Optional[str]#
None
The ID of the user that last updated this entity.