AnonymousIdentifier#
- class AnonymousIdentifier(uid=None, gid=None, *args, **kwargs)#
Bases:
object
Anonymous identifier of the mount target.
- Parameters:
- property gid#
Group identifier. Default value of the group identifier is -2.
- Type:
int
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model
- property uid#
User identifier. Default value of the user identifier is -2.
- Type:
int