userId property
Search for authorizations by the ID of the user who was granted the authorization.
Implementation
@$pb.TagNumber(4)
$1.IDFilter get userId => $_getN(3);
Implementation
@$pb.TagNumber(4)
set userId($1.IDFilter value) => $_setField(4, value);