gravitino.api.authorization.owner.Owner¶
- class gravitino.api.authorization.owner.Owner¶
Bases:
ABCThe interface of an owner. The owner represents the user or group who owns a metadata object.
- __init__()¶
Methods
- class Type(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
Bases:
EnumThe type of the owner.
- abstract name() → str¶
The name of the owner.
- Returns:
str: The name of the owner.