Class UserInfo (0.1.0)

UserInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
id str
A unique user identification string, as determined by the client. The maximum number of allowed characters is 255. Allowed characters include numbers 0 to 9, uppercase and lowercase letters, and restricted special symbols (:, @, +, -, \_, `) The format is "user:xxxx@example.com";
group_ids Sequence[str]
The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";

Inheritance

builtins.object > proto.message.Message > UserInfo