organizationId property
The organization the user belong to. This does not have to correspond with the authorizations organization.
Implementation
@$pb.TagNumber(5)
$core.String get organizationId => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set organizationId($core.String value) => $_setString(4, value);