nemo_microservices.types.shared.ownership#

Module Contents#

Classes#

API#

class nemo_microservices.types.shared.ownership.Ownership(/, **data: Any)#

Bases: nemo_microservices._models.BaseModel

access_policies: Dict[str, str] | None#

None

A general object for capturing access policies which can be used by an external service to determine ACLs

created_by: str | None#

None

The ID of the user that created this entity.

updated_by: str | None#

None

The ID of the user that last updated this entity.